Skip to content
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

Open
DeveloperPablo opened this issue Jan 16, 2025 · 5 comments
Open

New, Add daily links and tags in Helix Editor #206

DeveloperPablo opened this issue Jan 16, 2025 · 5 comments

Comments

@DeveloperPablo
Copy link

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

@Feel-ix-343
Copy link
Owner

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: :lsp-workspace-command tomorrow

@DeveloperPablo
Copy link
Author

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.

@Feel-ix-343
Copy link
Owner

Feel-ix-343 commented Jan 24, 2025

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? ...

@DeveloperPablo
Copy link
Author

Abouts tags, no reference, and LSP doesnt highlight it. I just plain text.

@Feel-ix-343
Copy link
Owner

Ok so I just checked: references should work, but since helix doesn't support LSP highlights, that would reasonably not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants