-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New, Add daily links and tags in Helix Editor #206
Comments
Hey! So for linking, daily and tomorrow should show up as link placeholder, and if you accept the completion, a link to the actual daily note should be inserted. Ex: [[tomorrow -> (accept) -> [[2025-01-24]]' If you are looking for the navigational daily notes features on helix, you will need to use the lsp-workspace-command command. If you pass no args, this will give you fuzzy completions for all oxide daily note navigation commands. You can however pass the relative date of the daily note into this function for easier navigation: |
Hello!, Its works, thanks you, i did not know about the :lsp-workspace-command, very useful. The only thing left is tags, I create tags #tags but is just plain text, maybe helix editor does not support tags? Amazing work by the way, i used markdown-oxide everyday. |
Hey! Wow I'm so happy to hear that; me too! And elaborate on this tag issue a bit more... are there no completions? no reference? ... |
Abouts tags, no reference, and LSP doesnt highlight it. I just plain text. |
Ok so I just checked: references should work, but since helix doesn't support LSP highlights, that would reasonably not work |
Hello,
I installed markdown-oxide through winget in Powershell 7, Helix editor recognize the LSP and work, excepts for daily links and tags.
For instance, if I type [[Daily]] or [[Tomorrow]], nothing happens. And tags #tag is not recognize as a link.
Thanks you
The text was updated successfully, but these errors were encountered: