Git Product home page Git Product logo

brackets-notes's Introduction

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)

brackets-notes's People

Contributors

a-bakos avatar georapbox avatar smeeth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

brackets-notes's Issues

localStorage has no getObj method

I just tried installing this extension and it fails because:

TypeError: Object #<Storage> has no method 'getObj'
    at Object.<anonymous> (file:///Users/dangoor/Library/Application%20Support/Brackets/extensions/user/georapbox.brackets-notes/main.js:52:31)

Which is this line:

_notes = localStorage.getObj('georapbox.notes') || [];

Arbitrary code execution with script tags

Currently, it is possible to run arbitrary JS code with <script> tags. You can also have any other HTML tag, but hidden, arbitrary code execution on a native application is concerning. Arbitrary HTML+JS execution in a note-taking plugin sounds like a big no, so maybe that could be checked out.

Error thrown when exporting to file

This may be platform specific. I'm on a Mac.

When I click "Extract to file" under the note options, I receive an error message saying the file doesn't exist. If it is platform specific and you are not on a Mac, I can try to help as much as I can. Could be the === 0

screen shot 2014-09-11 at 5 22 49 pm
screen shot 2014-09-11 at 5 28 07 pm

Note Colors ?

How can I delete a note ?
Can the Icon be illuminated a color when there is a note ?

Note text is editable in the viewing panel

Minor thing for otherwise great work. The bottom panel that displays the notes allows you to make changes to the displayed text even though it has no effect. Once you go into edit mode, whatever you typed into the note reverts back to the saved state. It seems as though the intention was to make that text box read only until you go into edit mode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.