mirror of
https://github.com/cverinc/marktile.git
synced 2026-07-22 07:42:21 +00:00
The editor's Cmd+Z relied on the contenteditable's native undo (wiped by the re-highlight); now wired to the same snapshot stack the toolbar undo uses. Synced from the tile monorepo. Co-Authored-By: chodaict <x@cver.net>
10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"id": "marktile",
|
|
"name": "marktile",
|
|
"version": "0.0.49",
|
|
"minAppVersion": "1.4.0",
|
|
"description": "A Markdown editor where the markers never hide — headings grow while ## stays put. Pairs with tugtile. CJK-friendly.",
|
|
"author": "CVER Inc.",
|
|
"authorUrl": "https://cver.net",
|
|
"isDesktopOnly": false
|
|
}
|