zenotes
zenotes copied to clipboard
Chrome extension: replaces the new tab page with clean, distraction-free notes
🧘♀️ Zenotes
A clean, distraction-free notes for Chrome.
What is that?
A simple Chrome extension I made to be able to store my notes somewhere. Is is heavily inspired by apps like Simplenote.
What it's made of
- Built with Vue.js
- It is using
chrome.storage.sync
API to store data (which means the data is synced between all devices) - Milligram for basic styling
- sparksuite/simplemde-markdown-editor for Markdown support
How to Build?
npm start