Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georapbox/brackets-notes
Brackets extension that allows adding and managing notes, with Markdown support.
https://github.com/georapbox/brackets-notes
brackets brackets-extension brackets-notes markdown
Last synced: 8 days ago
JSON representation
Brackets extension that allows adding and managing notes, with Markdown support.
- Host: GitHub
- URL: https://github.com/georapbox/brackets-notes
- Owner: georapbox
- License: mit
- Created: 2014-07-15T07:25:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T15:47:01.000Z (over 1 year ago)
- Last Synced: 2024-10-05T12:59:03.330Z (about 1 month ago)
- Topics: brackets, brackets-extension, brackets-notes, markdown
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Brackets Notes Extension
Extension for [Brackets](https://github.com/adobe/brackets) that allows the user to easily add and manage notes, with [Markdown](http://daringfireball.net/projects/markdown/) support.\*
\* This small extension was firstly developed for my personal projects' needs but I thought I should share for anyone that might find it useful.
**Tested with Brackets Sprint >=37**
## Screenshot
#### Dark Theme
![Brackets Notes - Dark Theme](brackets-notes-screenshot-dark.png)#### Light Theme
![Brackets Notes - Light Theme](brackets-notes-screenshot-light.png)## Installation
### Git Clone
1. Under main menu select **Help > Show Extensions Folder**
2. Git clone this repository inside the "user" folder.### Extension Manager
1. Under main menu select File > Extension Manager...
2. Search for "Notes"
3. Click "Install"### How to use
1. Under main menu select **View > Notes** or use the shortcut `CTRL`+`ALT`+`Shift`+`N` or click the **"Notes" icon** on the extension toolbar to open the Notes Panel.
2. Click on the "NEW NOTE" button to open the dialog, type your note and click "Save".
3. You can edit a note by clicking on the "Edit" icon or delete it by clicking on the "X" icon.
4. Drag and drop notes to reorder them.### Further info
- At the time being all notes are stored to Web Storage.## Localization
The extension is translated in the following languages:- English (default)
- Greek
- Italian
- Spanish
- French
- Czech
- German## License
[The MIT License (MIT)](https://georapbox.mit-license.org/@2014)