What problem does it solve?
- Code that could be reused is scattered all over many projects
- Tedious to find code in other projects, especially when using a single code editor for it
- It’s surprisingly tedious to create new files and folders in popular text editors
- No dedicated place for code snippets
Features
- Create code snippets for CSS, HTML, JavaScript, Vue, Markdown and any other language
- Organize code snippets in folders
- Syntax highlighting
- Edit code
How it works
- Open a folder with code snippets
- create a new code snippet by choosing one of the presets
- paste code
- save
- add folders
- rename and delete works, too!
Attribution
Things that could be improved
- allow creation of a folder from the "open dialog"
- Quick search
Horizontal overflow to make long lines of code accessible
Deal with tab bar overflow
- nested folders
- filter by type
- error handling when creating folders with names that are not allowed
- auto-save when typing / change focus
- remember the last opened folder when starting the app
- ability to close a snippets folder and open a different one without restarting the app
- fix problems when editing files outside of the app (maybe trying to read a file that does not exist anymore?)