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

https://github.com/pillar-markup/microed


https://github.com/pillar-markup/microed

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MicroEd

An editor for [MicroDown](https://github.com/pillar-markup/MicroDown) written in [Spec](https://github.com/pharo-spec/Spec).

## Install

```Smalltalk
Metacello new
baseline: 'MicroEd';
repository: 'github://pillar-markup/MicroEd';
load
```