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

Integrate Marksman for Language Server Protocol #3714

Open
kemelzaidan opened this issue Nov 24, 2023 · 0 comments
Open

Integrate Marksman for Language Server Protocol #3714

kemelzaidan opened this issue Nov 24, 2023 · 0 comments

Comments

@kemelzaidan
Copy link

Describe your feature request

Language servers are a standard protocol for editors and IDE in order to provide advanced features for each language: https://langserver.org/

There is a nice LSP for markdown that would be a great addition to Marktext: https://github.com/artempyanykh/marksman

What problem does this feature solve? [optional]

The editor would gain advanced features like:

✅ Document symbols from headings.
✅ Workspace symbols from headings.
Query matching is subsequence-based, that is lsp will match both LSP and Low Seismic Profile.
✅ Completion for links (inline, reference, wiki).
✅ Hover preview for links.
✅ "Go to definition" for links.
✅ "Find references" for headings and links.
✅ Diagnostics for wiki-links.
✅ Support multi-folder workspaces.
✅ Custom parser for more fine-grained note structure.
✅ Rename refactor.

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

No branches or pull requests

1 participant