Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kellymears/tiny-mde

Markdown for the WordPress Block Editor
https://github.com/kellymears/tiny-mde

astroturf block gutenberg markdown wordpress

Last synced: 29 days ago
JSON representation

Markdown for the WordPress Block Editor

Awesome Lists containing this project

README

        

# Tiny MDE

A chill little Markdown composition interface for the Block Editor. Work-in-progress.

Intentionally slim to serve as a learning example to accompany an upcoming piece for [Roots.io](https://https://roots.io).

## Features

- makes it simple to compose with markdown.includes github mentions. emoji. `syntax highlighting`. ๐Ÿคค

- CSS-in-JS library [astroturf](https://github.com/4Catalyzer/astroturf). A match made in heaven -- as it compiles to static, everyday CSS files, which gives us time to store the reference to the database for block validation. Get sassy with precss, do `@import`s, win the scope war. No runtime baggage.

- [Parcel](https://parceljs.org/) is a great way to manage a project configuration for something with the scope of a block.

- Accessible: No JS on the frontend, JSX-ally in the editor. ๐Ÿ’ช๐Ÿพ

## About

**TINY MDE** ยฉ 2019+, Tiny Pixel Collective Released under the [MIT License](http://mit-license.org/).

Built with [ReactMDE](https://github.com/andrerpena/react-mde), [ShowdownJS](https://github.com/showdownjs/showdown). ๐Ÿ™

Authored and maintained by [Kelly Mears](https://github.com/kellymears).

> [tinypixel.io](https://tinypixel.io) ย ยทย 
> GitHub [@pixelcollective](https://github.com/pixelcollective) ย ยทย 
> Twitter [@tinydevteam](https://twitter.com/tinydevteam)