You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As preparation for the scopes support and configurable filenames, we need to have dynamic settings available. Templates for notes and journal entries within the vscode settings is not very efficient.
Templates should be configured in their own files (with .md as extension), which are used when creating a new file. Scopes, inline templates (memos, notes, and tasks) and patterns (paths and filenames for journal entries and notes) are in their JSON configs.
The location of the config files should be within the journal workspace (under ".vscode") to have them synced (not in the user's profile directory).
The text was updated successfully, but these errors were encountered:
I left a hidden suggestion in #19 to use workspace settings.. integrating with existing vscode features will allow switching workspaces to switch multiple things at once .. vcs, other settings, editor options and hopefully journal too. thanks!
As preparation for the scopes support and configurable filenames, we need to have dynamic settings available. Templates for notes and journal entries within the vscode settings is not very efficient.
Templates should be configured in their own files (with .md as extension), which are used when creating a new file. Scopes, inline templates (memos, notes, and tasks) and patterns (paths and filenames for journal entries and notes) are in their JSON configs.
The location of the config files should be within the journal workspace (under ".vscode") to have them synced (not in the user's profile directory).
The text was updated successfully, but these errors were encountered: