Markdown LSP Editor
Save
Files
Recent Files
documentation/intro.md
api/reference.md
getting-started.md
Open File...
intro.md
+
EDITOR
# Welcome to the Markdown Knowledge Base This is a local Language Server Protocol (LSP) enabled editor for your Markdown knowledge base articles. The LSP will provide: - Auto-completion of Markdown syntax - File system linking (start typing "[[file" to link to other files) - Reference validation - And more! ## Getting Started To create a new note, click the `+` button in the tab bar. ```javascript // Code blocks are supported function helloWorld() { console.log("Hello, world!"); } ``` ### Features - Real-time preview (click the eye icon) - Syntax highlighting - Keyboard shortcuts - Cross-referencing between files - File system navigation (sidebar) [[getting-started]] [[api-reference]]
PREVIEW