Organize your notes in folders directly from the GNOME Shell panel. Create, edit, rename, and delete text notes and folders with a simple menu interface. Provide both light and dark themes. **Note: This extension accesses the clipboard to support copy/paste operations (Ctrl+C/Ctrl+V) within the note editor.**
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `main` from `metadata.json`. Not needed. 2. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 3. Don't need to use any parameters for `this.getSettings()` if you specify it it in `metadata.json`: ```json "settings-schema": "org.gnome.shell.extensions.folder-notes", ``` 4. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 5. Remove `folder-notes-screenshot.png`. 6. Avoid making the default class you are exporting in `extension.js` that large. Didn't review for cleanups. You need to destroy and null out all instances you are holding there: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 7. Remove line 19-20 `extension.js`. Not needed. 8. Please follow our rules for clipboard: [EGO Review Guidelines: Clipboard](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#clipboard-access-must-be-declared) You can also add `donations` to the `metadata.json`, so people can donate to you if they want: [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions