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
Views. Dendron Preview, Tree View, Side Panels in the UI
Schema. Dendron Schemas
Pod. Data import from / export to Dendron
Publish. External Site Publish
Markdown. Markdown features, such as syntax support and features
Describe the bug
I have a note called 404. The full path is dendron.publish.404.md
If I lookup for 'publish' the note is listed.
If I look up for 404 it doesn't appears
Note: this behavior is observed when autocompleting a link. That is by starting to type the pattern with the double [[]]
The Note lookup allows to retrieve the 404 note.
To Reproduce
Steps to reproduce the behavior:
Create a new note with digits only title.
Create a link by typing [[]]
Lookup the note by typing the digits
See error
Expected behavior
Same behavior as when looking for a letter based pattern
Screenshots
See above.
Desktop (please complete the following information)
OS: MacOS
Versions (all that apply to bug):
VS Code version: 1.72.2
Dendron CLI: 0.115
The text was updated successfully, but these errors were encountered:
oolonek
changed the title
Lookup note, when creating a link, not working on if note title is digits only.
When creating a link, lookup is not working if the note title is digits only.
Oct 15, 2022
Hmm - I'm currently unable to repro. When typing out '404' did you hit backspace at any point? That's a known issue in that you won't get suggestions anymore after deleting a character.
Just tested now. And no backspace hitting.
Not working.
One thing I am noticing (not sure it has anything to do though) is that I have duplicated suggestion in the lookup.
Ones with the lines icon like you have and ones with the .md icon. Is that expected ?
It's not a big issue and I can definitively live without it. Just thought I would file the bug report in case ...
The presence of multiple entries makes me think that maybe there's another markdown extension that's contributing entries in the autocomplete - only the ones without the '.md' suffix are the ones being contributed by Dendron. Potentially the extension may also be interfering with the results?
I'll keep an eye out - the autocomplete feature can be a bit finicky at times. Thanks for reporting this.
Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
Describe the bug
I have a note called 404. The full path is dendron.publish.404.md
If I lookup for 'publish' the note is listed.
If I look up for 404 it doesn't appears
Note: this behavior is observed when autocompleting a link. That is by starting to type the pattern with the double [[]]
The Note lookup allows to retrieve the 404 note.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Same behavior as when looking for a letter based pattern
Screenshots
See above.
Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: