https://github.com/brianhung/markup
Chrome extension that replaces new tabs with a text editor
https://github.com/brianhung/markup
Last synced: about 2 months ago
JSON representation
Chrome extension that replaces new tabs with a text editor
- Host: GitHub
- URL: https://github.com/brianhung/markup
- Owner: BrianHung
- Created: 2018-12-16T22:55:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T07:33:14.000Z (over 7 years ago)
- Last Synced: 2025-05-28T09:06:33.531Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://brianhung.info/markup
- Size: 8.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
markup
A Google Chrome extension that replaces new tabs with a text editor.
Built with Quill.js.
## Features
- rich text editor
- code-fencing, inline & display math
- Emoji, Markdown, and LaTeX shortcuts
- collapsible sections (click slight-left of a header)
## Installation
0. Clone this repo.
```bash
git clone https://github.com/BrianHung/markup
```
1. Go to `chrome://extensions/` via the address bar.
2. Enable `developer mode` by clicking the toggle switch on the top right.
3. Click `load unpacked` and select the *internal* `markup` folder.
## Usage
- Works offline, but...
- Everything is stored in the browser cache. All notes will be deleted if `cached images and files` is cleared.
## Modules Used
- [quill-emoji](https://github.com/contentco/quill-emoji)
- [quill-image-resize-module](https://github.com/kensnyder/quill-image-resize-module)
- [quill-magic-url](https://github.com/visualjerk/quill-magic-url)
- [quill-markdown-shortcuts](https://github.com/patleeman/quill-markdown-shortcuts)