Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevekrouse/blinknote
fastest way to take a note - chrome extension
https://github.com/stevekrouse/blinknote
Last synced: 16 days ago
JSON representation
fastest way to take a note - chrome extension
- Host: GitHub
- URL: https://github.com/stevekrouse/blinknote
- Owner: stevekrouse
- License: mit
- Created: 2018-11-23T12:21:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T20:31:02.000Z (about 6 years ago)
- Last Synced: 2024-12-16T13:43:18.960Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blinknote
fastest way to take a note - chrome extension
* opens in miliseconds
* works offline
* saves data via Chrome Sync so your data will be everywhere you're logged into Chrome## Downsides
* data not accessible on mobile as chrome extensions don't work there
* note size limit of 100k bytes
* single file, no folder-y organization## Alternatives
### Data only available on Chrome and not mobile (chrome.storage.sync)
#### [TabText](https://chrome.google.com/webstore/detail/tabtext-synchronized-note/nfbkjfalikjfepompedddljmjoonmgla) -- best alternative
* **loads in under 1 second**
* doesn't handle too much data error well
* is very customizable
* not as minimalistic
* has the weather forecast
* rich text instead of markdown#### [Paier](https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia)
* minimalistic
* takes a bit over a second to load
* requres 4 tabs to get to typing (or you have to click with your mouse)
* is 45k lines of code (including all libraries)### Data available on all devices
* noteto.me loads quickly, but still ~2 seconds, and depends upon Edsu which is new tech, but accessible from mobile
* notion currently takes 3+ seconds to load but they recently promised faster loading time before the end of 2018
* google docs take 3-7 seconds to load
* google keep takes 3+ seconds to load