Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/noty
Autosaving sticky note with support for multiple notes without needing multiple windows.
https://github.com/fabiospampinato/noty
codemirror electron note react sticky webpack
Last synced: 2 months ago
JSON representation
Autosaving sticky note with support for multiple notes without needing multiple windows.
- Host: GitHub
- URL: https://github.com/fabiospampinato/noty
- Owner: fabiospampinato
- License: mit
- Archived: true
- Created: 2017-08-02T17:05:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T20:57:42.000Z (about 5 years ago)
- Last Synced: 2024-08-02T12:52:02.491Z (5 months ago)
- Topics: codemirror, electron, note, react, sticky, webpack
- Language: TypeScript
- Homepage:
- Size: 12.3 MB
- Stars: 343
- Watchers: 9
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - fabiospampinato/noty - Autosaving sticky note with support for multiple notes without needing multiple windows. (electron)
- awesome-electron - Noty - Auto-saving sticky note with support for multiple notes in a single window. ![](https://img.shields.io/github/stars/fabiospampinato/noty.svg?style=social&label=Star) (Apps / Notepad)
- awesomeelectron - Noty - Auto-saving sticky note with support for multiple notes in a single window. (Apps / Open Source)
README
> **Warning**: This app is now deprecated, you should use [Notable](https://notable.md) instead, which is a much better note-taking app overall, its zen mode can replace Noty's UI pretty effectively and it is very actively developed.
# Noty ([DOWNLOAD](https://github.com/fabiospampinato/noty/releases))
Autosaving sticky note with support for multiple notes without needing multiple windows.
## Features
- Supports multiple notes without needing multiple windows.
- Auto-saves your notes.
- To-Do functionalities built-in.
- Links support.
- Bold/code/italic/strikethrough support.
- Multiple cursors.
- Find and Replace.
- Programmers shortcuts.
- Uses the [FiraCode](https://github.com/tonsky/FiraCode) font.## Shortcuts
> **Note:** The following are macOS shortcuts, if you're using a different OS replace Cmd with Ctrl, or Alt if Ctrl is already used.
- Cmd+N - Create a new note.
- F2 - Rename the current note.
- Cmd+Alt+Backspace - Delete the current note.
- Tab - Indent current line.
- Shift+Tab - Outdent current line.
- Cmd+F - Find.
- Cmd+G - Find next.
- Cmd+Shift+G - Find previous.
- Cmd+Shift+H - Replace.
- Cmd+Shift+Alt+H - Replace all.
- Cmd+Ctrl+Up - Move current line up.
- Cmd+Ctrl+Down - Move current line down.
- Alt+Click - Add a new cursor.
- Cmd+Click - Open the clicked link.
- Cmd+Enter - Toggle a todo's box symbol.
- Alt+D - Toggle a todo's done symbol.
- Alt+C - Toggle a todo's cancelled symbol.
- Cmd+B - Toggle bold.
- Cmd+` - Toggle code.
- Cmd+I - Toggle italic.
- Cmd+S - Toggle strikethrough.
- Cmd+1/9 - Select the 1st/9th note.
- Cmd+Alt+Right - Select the next note.
- Ctrl+Tab - Select the next note.
- Cmd+Alt+Left - Select the previous note.
- Ctrl+Shift+Tab - Select the previous note.## Demo
Switching note:
![Switching note](resources/demo/switching.gif)
New note and rename:
![New note and rename](resources/demo/creation.gif)
## Contributing
If you have an idea, or found an problem, please open an [issue](https://github.com/fabiospampinato/noty/issues) about it.
If you want to make a pull request, or fork the app, you should:
```bash
git clone https://github.com/fabiospampinato/noty.git
cd noty
npm install
npm run dev
```## Related
- **[vscode-todo-plus](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo-plus)**: Visual Studio Code extension that implements the same To-Do functionalities, and much more.
- **[Notable](https://github.com/fabiospampinato/notable)**: The markdown-based note-taking app that doesn't suck.## License
MIT © Fabio Spampinato