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
Thank you for working on this extension. I find it incredibly useful on my day-to-day note taking. Thanks for sharing!
Describe the bug
Opening existing note shows an error, and is slow (compared to opening an existing note), when:
Configuring to use "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",
Notes reside in a sub-directory
To Reproduce
Configure extention to use "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",
Create a note test.md, with the following contents
[[my_dir/new_note]][[my_dir/existing_note]]
Make a subdirectory my_dir
Create a note in my_dir/existing_note.md
Use the "Go To Definition" functionality on each link in test.md.
Expected behavior
No error is shown when opening an existing note
Opening an existing note is not slow. Note: On the video, the sub directory doesn't have many files, but the slowness is particularly noticeable in other directories with files in the hundreds.
Thank you for working on this extension. I find it incredibly useful on my day-to-day note taking. Thanks for sharing!
Describe the bug
Opening existing note shows an error, and is slow (compared to opening an existing note), when:
"vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",To Reproduce
"vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",test.md, with the following contentsmy_dirmy_dir/existing_note.mdtest.md.Expected behavior
Screenshots
demo.mov
Versions