Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeindjs/vscode-notable
VSCode plugin to take Markdown notes following Notable format.
https://github.com/madeindjs/vscode-notable
markdown notable vscode-extension
Last synced: 20 days ago
JSON representation
VSCode plugin to take Markdown notes following Notable format.
- Host: GitHub
- URL: https://github.com/madeindjs/vscode-notable
- Owner: madeindjs
- License: mit
- Created: 2021-02-07T12:32:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T19:22:55.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:01:47.658Z (over 1 year ago)
- Topics: markdown, notable, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Notable for VScode
VSCode plugin to take Markdown notes following [Notable](https://notable.app/) format.
![How to use VSCode Notable](images/screenshot.gif)
Why you should use this extension:
- you already use VSCode
- and you don't have one more app to handle note
- you have some useful plugin
- this is truly open source
- you can clone this repo and hack behavior## Features
- [x] create new note
- [x] edit tags
- [x] add an action to safe delete fileon save
- [x] update `modified` front mater on save note
- [x] update `title`
- [x] rename file on title updateOther
- [ ] add panel view with all tags
- [x] add search
- [ ] add mermaid support
- [x] settings page to enable extension only for given workspace## Installation
Available :
- [x] [on MarketPlace](https://marketplace.visualstudio.com/items?itemName=madeindjs.notable) for Visual Studio Code
- [x] [on OpenVSX](https://open-vsx.org/extension/madeindjs/notable) for VSCodium and other fork## Known Issues
- [ ] should not update readme
- [ ] error for vscodium version (command does not exists)
- [ ] add an option to avoid save hook[Open an issue](https://github.com/madeindjs/vscode-notable/issues/new) if you find one.