├── Notebook.sketchplugin └── Contents │ ├── Resources │ └── icon.png │ └── Sketch │ ├── manifest.json │ ├── notebook.cocoascript │ └── notebook.js ├── README.md └── assets └── readme_images ├── add_comment.gif ├── delete_comment.gif ├── edit_comment.gif ├── edit_title.gif ├── pluginmenu.png ├── relocate_indicators.gif ├── reorder.gif ├── sketchfolder.png ├── sketchtoolbox.gif └── toggle_visibility.gif /Notebook.sketchplugin/Contents/Resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/Notebook.sketchplugin/Contents/Resources/icon.png -------------------------------------------------------------------------------- /Notebook.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/Notebook.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /Notebook.sketchplugin/Contents/Sketch/notebook.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/Notebook.sketchplugin/Contents/Sketch/notebook.cocoascript -------------------------------------------------------------------------------- /Notebook.sketchplugin/Contents/Sketch/notebook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/Notebook.sketchplugin/Contents/Sketch/notebook.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/README.md -------------------------------------------------------------------------------- /assets/readme_images/add_comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/add_comment.gif -------------------------------------------------------------------------------- /assets/readme_images/delete_comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/delete_comment.gif -------------------------------------------------------------------------------- /assets/readme_images/edit_comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/edit_comment.gif -------------------------------------------------------------------------------- /assets/readme_images/edit_title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/edit_title.gif -------------------------------------------------------------------------------- /assets/readme_images/pluginmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/pluginmenu.png -------------------------------------------------------------------------------- /assets/readme_images/relocate_indicators.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/relocate_indicators.gif -------------------------------------------------------------------------------- /assets/readme_images/reorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/reorder.gif -------------------------------------------------------------------------------- /assets/readme_images/sketchfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/sketchfolder.png -------------------------------------------------------------------------------- /assets/readme_images/sketchtoolbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/sketchtoolbox.gif -------------------------------------------------------------------------------- /assets/readme_images/toggle_visibility.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcosvidal/Sketch-Notebook/HEAD/assets/readme_images/toggle_visibility.gif --------------------------------------------------------------------------------