An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



markup


A Google Chrome extension that replaces new tabs with a text editor.
Built with Quill.js.

Trulli

demo

## 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)