New variables for 'Folder to create new notes in' #213
Taitava
started this conversation in
Ideas - done & released
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian has the following two settings:
(Screenshot is taken from Obsidian 0.14.6.)
Default location for new notes can be selected to be one of:
I'd like to implement variables that give the above mentioned directory. Obsidian API has a method for it:
FileManager.getNewFileParent()
.I'm thinking about the following new variable names:
{{new_note_folder_path:relative}}
/{{new_note_folder_path:absolute}}
: Similar to{{folder_path}}
.{{new_note_folder_name}}
: Similar to{{folder_name}}
.Does anyone have any comments on the variable names? Are they a bit long?
Beta Was this translation helpful? Give feedback.
All reactions