Skip to content

How it's different from other Markdown LSP's

Dmytro Halichenko edited this page Feb 13, 2025 · 1 revision

IWE has lots of unique features such as such as:

  • notes hierarchy support with context aware search, and inlay hints for parent notes
  • extract/embed notes graph transformations (via code actions)
  • notes auto format which fixes link titles, header levels, list item numbers, etc. (usually on save)
  • IWE follows Zettelkasten concept where you have a flat list of files (directories are optional) where file name servers more like ID than a name of a document.

IWE also includes CLI utility for batch operations and documents generation.

Another key difference is the core library, which is shared between the CLI and LSP. The rich domain model allows for the easy construction of new graph transformations. You can learn more on data model page.

Clone this wiki locally