Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noiron/kainotes
- Owner: noiron
- Created: 2022-06-05T08:07:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T12:58:13.000Z (11 months ago)
- Last Synced: 2024-08-10T09:13:15.481Z (3 months ago)
- Topics: markdown, tags, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/issuesI look forward to hearing from you and appreciate your feedback!