Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions extensions/markedit-preview.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"$schema": "https://github.com/MarkEdit-app/extensions/raw/refs/heads/main/schemas/extension.schema.json",
"id": "markedit-preview",
"name": "Preview Mode",
"description": "Preview Markdown as HTML side by side or in an overlay, with Quick Look support.",
"name": "Markdown View Modes",
"description": "Edit with hidden syntax or preview Markdown side by side or as an overlay.",
"author": "MarkEdit-app",
"homepage": "https://github.com/MarkEdit-app/MarkEdit-preview",
"addedDate": "2026-07-09T11:00:00Z",
"featured": true,
"versions": [
{
"version": "1.10.0",
"url": "https://raw.githubusercontent.com/MarkEdit-app/MarkEdit-preview/v1.10.0/dist/markedit-preview.js",
"sha256": "5432a7d21737eb022aaa1a930fe7427b07d605a05840791eba1fbc8f26f2921c",
"notes": "Add \"Mixed (Syntax Hidden)\" mode."
Comment thread
cyanzhong marked this conversation as resolved.
},
{
"version": "1.9.0",
"date": "2026-08-07T01:00:00Z",
Expand Down