Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesnitsky/editr

πŸ“Simple text editor
https://github.com/lesnitsky/editr

Last synced: about 2 months ago
JSON representation

πŸ“Simple text editor

Awesome Lists containing this project

README

        

# Editr

Tiny (125 loc), simple [designMode](https://developer.mozilla.org/en-US/docs/Web/API/Document/designMode) based text editor focused on clean html output

## Shortcuts (macOS)

- `Ctrl+h` – convert to `

`. Hit again to `h2`, `h3` etc.
- `Ctrl+p` – convert to `

`
- `Ctrl+u` – convert to `

    `
    - `Ctrl+o` – convert to `
      `
      - `Ctrl+d` – convert to `
      `
      - `Shift+Enter` – insert new line w/o creating new html node

      ---

      [![lesnitsky.dev](https://lesnitsky.dev/icons/shield.svg?hash=42)](https://lesnitsky.dev?utm_source=editr)
      [![GitHub stars](https://img.shields.io/github/stars/lesnitsky/editr.svg?style=social)](https://github.com/lesnitsky/editr)
      [![Twitter Follow](https://img.shields.io/twitter/follow/lesnitsky_dev.svg?label=Follow%20me&style=social)](https://twitter.com/lesnitsky_dev)