/vscode-markdown-tags

VSCode plugin to handle Markdown tags

Primary LanguageTypeScriptMIT LicenseMIT

VSCode Markdown Tag

VSCode plugin to handle YAML Markdown front matter tags like this :

---
tags: [markdown, vscode, extension]
---

Features

  • Add autocomplete tags from Markdowns tags in workspace directory

Screenshot of autocomplete feature

  • Propose tags similar from your workspace tags using didyoumean library

Screenshot of didyoumean feature

  • Add an explorer view to view all markdown files linked to given note
  • Jump on related notes using show all references
  • More...

Installation

Available :

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.thing: set to blah to do something

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Links