georapbox / brackets-notes

Brackets extension that allows adding and managing notes, with Markdown support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brackets Notes Extension

Extension for Brackets that allows the user to easily add and manage notes, with 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

Light Theme

Brackets Notes - Light Theme

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)

About

Brackets extension that allows adding and managing notes, with Markdown support.

License:MIT License


Languages

Language:JavaScript 88.0%Language:CSS 9.5%Language:HTML 2.6%