Filepath Example
In this file, I add a list of example for the file path settings, edited by your upload configuration.
Folder configuration
Metadata frontmatter
Metadata frontmatter
- You use
categoryin a file withcategory: Roleplay/Characters/DND - You set a root folder with
_docs/pages - And you set a default folder on
_docs/draft
The final path (in GitHub!) will be: _docs/pages/Roleplay/Characters/DND
But, if you don’t set category, the path will be _docs/draft
Fixed folder
Fixed folder
- If you set
sourceas the default folder, any file will be sent toyour_repo/source, regardless of its frontmatter key or relative path. - If you leave it blank, it will be sent directly to
your_repo.
Obsidian Path
For a file in 20. Compendium/DND/Monster
- If you set
source: the final path will besource/20. Compendium/DND/Monster - If you leave the default folder blank, the final path will be
20. Compendium/DND/Monster
Removing a subpath
You can use the folder path modification to designate a subfolder as the “vault” for syncing the repository.
You need to set the subpath in entry and leave empty for the replacement. Don’t forget to set the editing on folder path!
- You could plug in
vault/subas the path removed. - The sync will flow
vault/subasrepo. - A file in
vault/sub/folderAwill be synced inrepo/folderA
Changing the filename
Using a frontmatter key title:
title: My titlefilename:28-03-2020-1845.md- Final filename:
My title.md
Links & folder notes
frontmatter example with a file named folder2:
- Using a category value:
folder1/folder2 - With root value named
docs⇒docs/folder1/folder2/index.md - Without root:
folder1/folder2/index.md - Without category value, with default folder named
drafts:draft/folder2.md(the name won’t be converted!)
Example with Obsidian Path & a file named folder2:
With a path like: folder1/folder2 the new path will be:
- If you use a default folder named
docs:docs/folder1/folder2/index.md - Without:
folder1/folder2/index.md
Internal links
Example
- Cited file:
docs/XX/YY/my_file.md - File to convert:
docs/XX/ZZ/new_file.md - Path created:
../YY/my_file.md