-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: Add markdown-oxide language server #9758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If markdown-oxide is specific to obsidian markdown it would probably be best to only add this in the language server wiki: https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers
But if it's generally useful for markdown then this patch looks good. You'll just need to run cargo xtask docgen
and commit the changes to fix the docs CI
It is compatible with obsidian and takes influence from it but is primarily an advanced markdown language server. There are a few people who are migrating to it not from obsidian but from marksman and other non obsidian systems. I think it is general enough to be built in. |
I would like to add this language server. How do you all handle this? https://github.com/Feel-ix-343/markdown-oxide