An open API service indexing awesome lists of open source software.

https://github.com/garlicbreadcleric/vscode-markane

VS Code client for Markane — a Markdown language server
https://github.com/garlicbreadcleric/vscode-markane

knowledge-management language-client markdown vscode

Last synced: about 1 month ago
JSON representation

VS Code client for Markane — a Markdown language server

Awesome Lists containing this project

README

          

# Markane for VS Code

[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=garlicbreadcleric.markane) |
[Open VSX](https://open-vsx.org/extension/garlicbreadcleric/markane) |
[GitHub](https://github.com/garlicbreadcleric/vscode-markane)

_Arcane focus for Markdown spell-casting_

## Description

Markane is a command-line tool for taking Markdown notes and navigating between them. The preferred Markdown dialect is Pandoc Markdown, although you can use it with CommonMark if you don't use some Pandoc-related features. Markane features include:

- Creating notes from Handlebars templates
- Preview on hover (links, images, citations)
- Auto-completion (links, citations, snippets)
- Go-to-definition (links, citations)
- Backlinks (links, citations)

## Documentation

- [Getting started](https://github.com/garlicbreadcleric/markane/blob/main/docs/getting-started.md)
- [Editor integration](https://github.com/garlicbreadcleric/markane/blob/main/docs/editor-integration.md)
- [Template examples](https://github.com/garlicbreadcleric/markane/blob/main/docs/template-examples.md)

## Features

### Auto-completion

Links

![](assets/completion-link.gif)

Citations

![](assets/completion-citation.gif)

### Preview on hover

Links

![](assets/preview-link.gif)

Citations

![](assets/preview-citation.gif)

### Go to definition

Links

![](assets/definition-link.gif)

Citations

![](assets/definition-citation.gif)

### Backlinks

Links

![](assets/reference-link.gif)

Citations

![](assets/reference-citation.gif)

## Similar projects

- mickael-menu's [zk](https://github.com/mickael-menu/zk) — a similar tool with a more powerful command-line interface. Supports `[[wiki-links]]` and `#hashtags` and has the ability to query notes from CLI; doesn't support `@citations` and `/snippets`.