https://github.com/pillar-markup/microed
https://github.com/pillar-markup/microed
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pillar-markup/microed
- Owner: pillar-markup
- Created: 2021-02-05T07:01:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T21:10:10.000Z (3 months ago)
- Last Synced: 2025-04-05T04:54:04.140Z (2 months ago)
- Language: Smalltalk
- Size: 128 KB
- Stars: 2
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```