Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurespheredev/chrome-notes
Extension for google chrome browser
https://github.com/azurespheredev/chrome-notes
chrome-extension contribution notebook typescript
Last synced: 2 days ago
JSON representation
Extension for google chrome browser
- Host: GitHub
- URL: https://github.com/azurespheredev/chrome-notes
- Owner: azurespheredev
- Created: 2024-06-19T08:05:55.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-19T08:06:54.000Z (5 months ago)
- Last Synced: 2024-11-12T10:48:32.523Z (2 days ago)
- Topics: chrome-extension, contribution, notebook, typescript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/work-note/ilonmfcpfefeelkojaclhipbfmodbfli
- Size: 9.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My-Notes - Put your story into notes... \
This is an updated version of the Work-Notes extension.## Overview:
![icon128](./src/icons/banner.jpeg)
It is a simple and useful application that saves a quick note right without leaving a browser.
This extension can sync with Google Drive and encrypt the data if desired... to keep it safe, and secure.## Features
- Markdown it! A plain text format editor for writing structured documents. Based on the [CodeMirror](https://codemirror.net/) with [markdown-it](https://github.com/markdown-it) renderer followed by the [CommonMark spec](https://spec.commonmark.org/).
- WYSIWYG-style editing. A Rich content editor ideally produce clean, semantically meaningful documents while still being easy to understand. Based on the [ProseMirror](https://prosemirror.net/) with the bridge the gap between editing explicit, unambiguous content like Markdown, and classical WYSIWYG editor.
- Automatically saves notes to Google Drive into data file If Authorized on options page.
- Can encrypt all data synced to the cloud, using AES-GCM encryption with the only key that the user carries.
- No one can know about sensitive information until decrypted.
- Please be noted, if a key is lost, it will be impossible to recover the data. Please remember that key and keep it safe.
- Drag & drop to reorder the notes in a desired order.
- Dark and Light themes.
- No data is collected from a user.This extension is published to the google webstore: https://chrome.google.com/webstore/detail/work-note/ilonmfcpfefeelkojaclhipbfmodbfli
2024 My-Notes.