Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noiron/kainotes

A VSCode extension to manage your markdown files by tags. https://marketplace.visualstudio.com/items?itemName=noiron.kainotes
https://github.com/noiron/kainotes

markdown tags vscode-extension

Last synced: about 1 month ago
JSON representation

A VSCode extension to manage your markdown files by tags. https://marketplace.visualstudio.com/items?itemName=noiron.kainotes

Awesome Lists containing this project

README

        

# KaiNotes README

KaiNotes provides a simple way to organize your markdown notes. When you add tags in your markdown files, you can easily find them in the sidebar. The files that contain the tag are displayed below.

Tags are written like this: `#javascript #front-end #react`, starts with a hash symbol. You can add tag anywhere in your file. If you have used BearNotes before, you will find this function is similar.

## Features

This is a screenshot when i used KaiNotes extension together with Markdown Preview Enhanced.

![main](screenshots/main.png)

When you input `#`,extension will list all tags you have used for you to choose.

![tag completion](screenshots/tag-completion.gif)

KaiNotes offer a command to display all your tags as tag cloud. Use ⇧⌘P to open command palette, select `Tag Cloud`, and you will see your own tag cloud.

![tag cloud](screenshots/tag-cloud.png)

## Contact Me

If you have any suggestions or encounter any issues with this extension, please feel free to get in touch with me using the following methods:

- Email: [email protected]
- GitHub Issues: https://github.com/noiron/KaiNotes/issues

I look forward to hearing from you and appreciate your feedback!