Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kellymears/tiny-mde
- Owner: kellymears
- License: mit
- Created: 2019-03-11T23:08:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:43:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T18:23:07.102Z (about 1 month ago)
- Topics: astroturf, block, gutenberg, markdown, wordpress
- Language: JavaScript
- Homepage:
- Size: 608 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)