Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betterRunner/context-note
A note-taking chrome extension: taking notes on the web with their context.
https://github.com/betterRunner/context-note
chrome-extension context note-taking notebook productivity tag vite vue3-typescript
Last synced: 3 months ago
JSON representation
A note-taking chrome extension: taking notes on the web with their context.
- Host: GitHub
- URL: https://github.com/betterRunner/context-note
- Owner: betterRunner
- License: mit
- Created: 2021-09-06T05:26:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T02:31:59.000Z (over 2 years ago)
- Last Synced: 2024-07-31T22:38:54.466Z (6 months ago)
- Topics: chrome-extension, context, note-taking, notebook, productivity, tag, vite, vue3-typescript
- Language: Vue
- Homepage: https://chrome.google.com/webstore/detail/context-note/enmeffcefbiehghanidhebgiccljmncl?hl=zh-CN
- Size: 826 KB
- Stars: 700
- Watchers: 12
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue-3 - vue3-vite2-chrome-extension-demo - A note-taking chrome extension built by Vue3 & Vite2. (Examples)
- awesome - betterRunner/context-note - A note-taking chrome extension: taking notes on the web with their context. (Vue)
- my-awesome - betterRunner/context-note - extension,context,note-taking,notebook,productivity,tag,vite,vue3-typescript pushed_at:2022-05 star:0.7k fork:0.1k A note-taking chrome extension: taking notes on the web with their context. (Vue)
- my-awesome-list - context-note - taking chrome extension: taking notes on the web with their context. | betterRunner | 713 | (Vue)
README
A 📝note-taking chrome extension: taking notes on the web with their context.
Built by Vue3.
https://user-images.githubusercontent.com/7123136/133190952-5b056890-ccf0-453a-b89d-2956efa987a9.mp4
## Download
Access it directly from [chrome web store](https://chrome.google.com/webstore/detail/context-note/enmeffcefbiehghanidhebgiccljmncl) or download the zip package in **releases**## Features
- 📝 Notebook, reviewing notes on a book, while jumping back to the context for details.
- 🏷️ Tagbook, manage the notes neatly with a handy tag system.
- ⌨️ Rich text editor: embed [quill](https://quilljs.com/) as the rich text editor.You can read more from [here](https://medium.com/@neochan_66076/take-your-notes-on-the-web-with-their-context-77e8b9aaf1be).
## Develop
```bash
# 1. install dependencies
yarn# 2.1 build extension in dev mode
yarn dev# 2.2 build extension in prod mode
yarn build# 3. load the built dist folder in `chrome extension management` following https://support.google.com/chrome_webstore/answer/2664769?hl=en
```## Licence
Context is open source software licensed as
[MIT](https://github.com/betterRunner/context-note/blob/main/LICENSE.md).## Contribution
Please read the [Contributing Guide](./.github/contributing.md) for details.