mirror of
https://github.com/zigholding/obsidian-notesync-plugin.git
synced 2026-07-22 12:20:23 +00:00
No description
| .github/workflows | ||
| assets | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| data.json | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| readMe_中文.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
This plugin depends on: Templater and NoteChain
Exporting Notes
Mirroring files or folders:
- Right-click on the file or folder in the file list;
- Click
Sync to other vault; - Enter the target vault root directory;
- Notes, folders, and attachments embedded in notes will be copied to the target vault following the same file structure. If a file with the same name exists in the target vault, it will be determined whether to overwrite based on the last modified time;
Exporting plugins:
Note Sync: export plugin- Select the plugin to export;
- Choose whether to export
data.json; - Enter the plugin save directory;
- Press Enter to confirm.
Exporting Notes as readMe
Execute Note Sync:Set config to export note to set export information:
Dir: Export pathName: File name, default is readMeAssets: Attachment storage pathRemoveMeta: Whether to remove metadata, default is trueUseGitLink: Use Git format for attachment links, default is true
[!NOTE]+ Example of file export configuration
note-sync: Dir: D:\github\ObsidianZ-dev\.obsidian\plugins\note-sync Name: readMe_en Assets: ./assets RemoveMeta: true UseGitLink: true
Then execute Note Sync:Export current note to set the export note.
Settings Page
[!NOTE]+ Root dir of vault When exporting plugins, right-click to sync files and select the preset vault. Use line breaks to separate multiple vaults.
[!Danger]+ Strict mode When right-clicking to sync a folder, delete notes or attachments that are in the target folder but not in the source folder. This ensures that the synced folder and the current folder are the same. This setting will delete files, please operate with caution.
