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
and if we are able to guarantee uniquess of filenames in all scopes it could be
- a file link [[some-note]]
Uniquess is an issue, though. Journal entries might just be named after day in month (e.g. 12.md in /2021/08), which means a lot of 12.md in the workspace.
Alternative solution
A code action is provided (as Refactor), which detects the QuickLink-Syntax and converts it to a proper link.
User enters: a file link to [[workshop notes]]
Code Action triggered: Create note and transform to link
[[workshop notes]] is transformed to [workshop-notes](../notes/202108-workshop-notes.md). The file name follows the pattern in the configuration
A new file is created with the title # Workshop Notes
Open Questions:
How to deal with scopes? [[workshop notes]] : The new file is created in default path for notes [[workshop notes #projA]] : The new file is created in scope path for notes
Test to support simple wiki links, e.g.
[[a-link-is-here]]
or[[A Link Is here]]
(with snake case normalization)Required features:
The text was updated successfully, but these errors were encountered: