@mdwrk/mdwrkcom-content-pack 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/README.md +39 -0
  2. package/content/pages/answers/does-mdwrk-require-a-server.md +27 -0
  3. package/content/pages/answers/how-do-mdwrk-theme-packs-work.md +27 -0
  4. package/content/pages/answers/how-does-mdwrk-store-markdown-locally.md +27 -0
  5. package/content/pages/answers/index.md +39 -0
  6. package/content/pages/answers/what-is-a-local-first-markdown-workspace.md +27 -0
  7. package/content/pages/answers/what-is-an-offline-markdown-editor.md +27 -0
  8. package/content/pages/blog/launch.md +42 -0
  9. package/content/pages/compare/index.md +39 -0
  10. package/content/pages/compare/local-first-markdown-editors.md +27 -0
  11. package/content/pages/compare/mdwrk-vs-obsidian.md +27 -0
  12. package/content/pages/compare/mdwrk-vs-typora.md +27 -0
  13. package/content/pages/compare/mdwrk-vs-vscode-markdown.md +27 -0
  14. package/content/pages/docs/extensions.md +34 -0
  15. package/content/pages/docs/quickstart.md +48 -0
  16. package/content/pages/docs/theme-packs.md +34 -0
  17. package/content/pages/es/docs/quickstart.md +50 -0
  18. package/content/pages/features/extension-runtime.md +25 -0
  19. package/content/pages/features/github-sync.md +25 -0
  20. package/content/pages/features/index.md +42 -0
  21. package/content/pages/features/indexeddb-markdown-storage.md +25 -0
  22. package/content/pages/features/live-preview.md +25 -0
  23. package/content/pages/features/pwa-markdown-editor.md +25 -0
  24. package/content/pages/index.md +45 -0
  25. package/content/pages/markdown/basic-markdown-syntax.md +29 -0
  26. package/content/pages/markdown/generated/local-first-markdown-workspace/benefits.md +31 -0
  27. package/content/pages/markdown/generated/local-first-markdown-workspace/best-practices.md +31 -0
  28. package/content/pages/markdown/generated/local-first-markdown-workspace/checklist.md +31 -0
  29. package/content/pages/markdown/generated/local-first-markdown-workspace/examples.md +31 -0
  30. package/content/pages/markdown/generated/local-first-markdown-workspace/for-developers.md +31 -0
  31. package/content/pages/markdown/generated/local-first-markdown-workspace/for-teams.md +31 -0
  32. package/content/pages/markdown/generated/local-first-markdown-workspace/use-cases.md +31 -0
  33. package/content/pages/markdown/generated/local-first-markdown-workspace/workflow.md +31 -0
  34. package/content/pages/markdown/generated/markdown-blogging/benefits.md +31 -0
  35. package/content/pages/markdown/generated/markdown-blogging/best-practices.md +31 -0
  36. package/content/pages/markdown/generated/markdown-blogging/checklist.md +31 -0
  37. package/content/pages/markdown/generated/markdown-blogging/examples.md +31 -0
  38. package/content/pages/markdown/generated/markdown-blogging/for-developers.md +31 -0
  39. package/content/pages/markdown/generated/markdown-blogging/for-teams.md +31 -0
  40. package/content/pages/markdown/generated/markdown-blogging/use-cases.md +31 -0
  41. package/content/pages/markdown/generated/markdown-blogging/workflow.md +31 -0
  42. package/content/pages/markdown/generated/markdown-documentation/benefits.md +31 -0
  43. package/content/pages/markdown/generated/markdown-documentation/best-practices.md +31 -0
  44. package/content/pages/markdown/generated/markdown-documentation/checklist.md +31 -0
  45. package/content/pages/markdown/generated/markdown-documentation/examples.md +31 -0
  46. package/content/pages/markdown/generated/markdown-documentation/for-developers.md +31 -0
  47. package/content/pages/markdown/generated/markdown-documentation/for-teams.md +31 -0
  48. package/content/pages/markdown/generated/markdown-documentation/use-cases.md +31 -0
  49. package/content/pages/markdown/generated/markdown-documentation/workflow.md +31 -0
  50. package/content/pages/markdown/generated/markdown-editor/benefits.md +31 -0
  51. package/content/pages/markdown/generated/markdown-editor/best-practices.md +31 -0
  52. package/content/pages/markdown/generated/markdown-editor/checklist.md +31 -0
  53. package/content/pages/markdown/generated/markdown-editor/examples.md +31 -0
  54. package/content/pages/markdown/generated/markdown-editor/for-developers.md +31 -0
  55. package/content/pages/markdown/generated/markdown-editor/for-teams.md +31 -0
  56. package/content/pages/markdown/generated/markdown-editor/use-cases.md +31 -0
  57. package/content/pages/markdown/generated/markdown-editor/workflow.md +31 -0
  58. package/content/pages/markdown/generated/markdown-extension-workflows/benefits.md +31 -0
  59. package/content/pages/markdown/generated/markdown-extension-workflows/best-practices.md +31 -0
  60. package/content/pages/markdown/generated/markdown-extension-workflows/checklist.md +31 -0
  61. package/content/pages/markdown/generated/markdown-extension-workflows/examples.md +31 -0
  62. package/content/pages/markdown/generated/markdown-extension-workflows/for-developers.md +31 -0
  63. package/content/pages/markdown/generated/markdown-extension-workflows/for-teams.md +31 -0
  64. package/content/pages/markdown/generated/markdown-extension-workflows/use-cases.md +31 -0
  65. package/content/pages/markdown/generated/markdown-extension-workflows/workflow.md +31 -0
  66. package/content/pages/markdown/generated/markdown-for-developers/benefits.md +31 -0
  67. package/content/pages/markdown/generated/markdown-for-developers/best-practices.md +31 -0
  68. package/content/pages/markdown/generated/markdown-for-developers/checklist.md +31 -0
  69. package/content/pages/markdown/generated/markdown-for-developers/examples.md +31 -0
  70. package/content/pages/markdown/generated/markdown-for-developers/for-developers.md +31 -0
  71. package/content/pages/markdown/generated/markdown-for-developers/for-teams.md +31 -0
  72. package/content/pages/markdown/generated/markdown-for-developers/use-cases.md +31 -0
  73. package/content/pages/markdown/generated/markdown-for-developers/workflow.md +31 -0
  74. package/content/pages/markdown/generated/markdown-for-teams/benefits.md +31 -0
  75. package/content/pages/markdown/generated/markdown-for-teams/best-practices.md +31 -0
  76. package/content/pages/markdown/generated/markdown-for-teams/checklist.md +31 -0
  77. package/content/pages/markdown/generated/markdown-for-teams/examples.md +31 -0
  78. package/content/pages/markdown/generated/markdown-for-teams/for-developers.md +31 -0
  79. package/content/pages/markdown/generated/markdown-for-teams/for-teams.md +31 -0
  80. package/content/pages/markdown/generated/markdown-for-teams/use-cases.md +31 -0
  81. package/content/pages/markdown/generated/markdown-for-teams/workflow.md +31 -0
  82. package/content/pages/markdown/generated/markdown-knowledge-base/benefits.md +31 -0
  83. package/content/pages/markdown/generated/markdown-knowledge-base/best-practices.md +31 -0
  84. package/content/pages/markdown/generated/markdown-knowledge-base/checklist.md +31 -0
  85. package/content/pages/markdown/generated/markdown-knowledge-base/examples.md +31 -0
  86. package/content/pages/markdown/generated/markdown-knowledge-base/for-developers.md +31 -0
  87. package/content/pages/markdown/generated/markdown-knowledge-base/for-teams.md +31 -0
  88. package/content/pages/markdown/generated/markdown-knowledge-base/use-cases.md +31 -0
  89. package/content/pages/markdown/generated/markdown-knowledge-base/workflow.md +31 -0
  90. package/content/pages/markdown/generated/markdown-notes/benefits.md +31 -0
  91. package/content/pages/markdown/generated/markdown-notes/best-practices.md +31 -0
  92. package/content/pages/markdown/generated/markdown-notes/checklist.md +31 -0
  93. package/content/pages/markdown/generated/markdown-notes/examples.md +31 -0
  94. package/content/pages/markdown/generated/markdown-notes/for-developers.md +31 -0
  95. package/content/pages/markdown/generated/markdown-notes/for-teams.md +31 -0
  96. package/content/pages/markdown/generated/markdown-notes/use-cases.md +31 -0
  97. package/content/pages/markdown/generated/markdown-notes/workflow.md +31 -0
  98. package/content/pages/markdown/generated/markdown-preview/benefits.md +31 -0
  99. package/content/pages/markdown/generated/markdown-preview/best-practices.md +31 -0
  100. package/content/pages/markdown/generated/markdown-preview/checklist.md +31 -0
  101. package/content/pages/markdown/generated/markdown-preview/examples.md +31 -0
  102. package/content/pages/markdown/generated/markdown-preview/for-developers.md +31 -0
  103. package/content/pages/markdown/generated/markdown-preview/for-teams.md +31 -0
  104. package/content/pages/markdown/generated/markdown-preview/use-cases.md +31 -0
  105. package/content/pages/markdown/generated/markdown-preview/workflow.md +31 -0
  106. package/content/pages/markdown/generated/markdown-project-docs/benefits.md +31 -0
  107. package/content/pages/markdown/generated/markdown-project-docs/best-practices.md +31 -0
  108. package/content/pages/markdown/generated/markdown-project-docs/checklist.md +31 -0
  109. package/content/pages/markdown/generated/markdown-project-docs/examples.md +31 -0
  110. package/content/pages/markdown/generated/markdown-project-docs/for-developers.md +31 -0
  111. package/content/pages/markdown/generated/markdown-project-docs/for-teams.md +31 -0
  112. package/content/pages/markdown/generated/markdown-project-docs/use-cases.md +31 -0
  113. package/content/pages/markdown/generated/markdown-project-docs/workflow.md +31 -0
  114. package/content/pages/markdown/generated/markdown-readme/benefits.md +31 -0
  115. package/content/pages/markdown/generated/markdown-readme/best-practices.md +31 -0
  116. package/content/pages/markdown/generated/markdown-readme/checklist.md +31 -0
  117. package/content/pages/markdown/generated/markdown-readme/examples.md +31 -0
  118. package/content/pages/markdown/generated/markdown-readme/for-developers.md +31 -0
  119. package/content/pages/markdown/generated/markdown-readme/for-teams.md +31 -0
  120. package/content/pages/markdown/generated/markdown-readme/use-cases.md +31 -0
  121. package/content/pages/markdown/generated/markdown-readme/workflow.md +31 -0
  122. package/content/pages/markdown/generated/markdown-theme-packs/benefits.md +31 -0
  123. package/content/pages/markdown/generated/markdown-theme-packs/best-practices.md +31 -0
  124. package/content/pages/markdown/generated/markdown-theme-packs/checklist.md +31 -0
  125. package/content/pages/markdown/generated/markdown-theme-packs/examples.md +31 -0
  126. package/content/pages/markdown/generated/markdown-theme-packs/for-developers.md +31 -0
  127. package/content/pages/markdown/generated/markdown-theme-packs/for-teams.md +31 -0
  128. package/content/pages/markdown/generated/markdown-theme-packs/use-cases.md +31 -0
  129. package/content/pages/markdown/generated/markdown-theme-packs/workflow.md +31 -0
  130. package/content/pages/markdown/generated/markdown-writing-workflow/benefits.md +31 -0
  131. package/content/pages/markdown/generated/markdown-writing-workflow/best-practices.md +31 -0
  132. package/content/pages/markdown/generated/markdown-writing-workflow/checklist.md +31 -0
  133. package/content/pages/markdown/generated/markdown-writing-workflow/examples.md +31 -0
  134. package/content/pages/markdown/generated/markdown-writing-workflow/for-developers.md +31 -0
  135. package/content/pages/markdown/generated/markdown-writing-workflow/for-teams.md +31 -0
  136. package/content/pages/markdown/generated/markdown-writing-workflow/use-cases.md +31 -0
  137. package/content/pages/markdown/generated/markdown-writing-workflow/workflow.md +31 -0
  138. package/content/pages/markdown/generated/offline-markdown-editor/benefits.md +31 -0
  139. package/content/pages/markdown/generated/offline-markdown-editor/best-practices.md +31 -0
  140. package/content/pages/markdown/generated/offline-markdown-editor/checklist.md +31 -0
  141. package/content/pages/markdown/generated/offline-markdown-editor/examples.md +31 -0
  142. package/content/pages/markdown/generated/offline-markdown-editor/for-developers.md +31 -0
  143. package/content/pages/markdown/generated/offline-markdown-editor/for-teams.md +31 -0
  144. package/content/pages/markdown/generated/offline-markdown-editor/use-cases.md +31 -0
  145. package/content/pages/markdown/generated/offline-markdown-editor/workflow.md +31 -0
  146. package/content/pages/markdown/how-to-write-markdown.md +29 -0
  147. package/content/pages/markdown/index.md +40 -0
  148. package/content/pages/markdown/markdown-vs-html.md +29 -0
  149. package/content/pages/markdown/what-is-a-markdown-editor.md +29 -0
  150. package/content/pages/markdown/what-is-markdown-used-for.md +29 -0
  151. package/content/pages/markdown/what-is-markdown.md +29 -0
  152. package/content/pages/packages/extension-runtime.md +33 -0
  153. package/content/pages/packages/index.md +42 -0
  154. package/content/pages/packages/markdown-editor-react.md +33 -0
  155. package/content/pages/packages/markdown-renderer-core.md +33 -0
  156. package/content/pages/packages/markdown-renderer-react.md +33 -0
  157. package/content/pages/packages/theme-contract.md +33 -0
  158. package/content/pages/privacy.md +41 -0
  159. package/content/pages/proof/browser-support.md +22 -0
  160. package/content/pages/proof/markdown-support.md +22 -0
  161. package/content/pages/proof/package-surfaces.md +22 -0
  162. package/content/pages/security.md +38 -0
  163. package/content/pages/trust/privacy-boundary.md +22 -0
  164. package/data/article-metadata.schema.json +111 -0
  165. package/data/content-sitemap.yaml +31 -0
  166. package/data/content.ts +55 -0
  167. package/data/docs.ts +111 -0
  168. package/data/markdown/AGENTS.md +10 -0
  169. package/data/markdown/blog/client-split-out-backstory.md +97 -0
  170. package/data/markdown/blog/desktop-release-and-android-verification.md +65 -0
  171. package/data/markdown/blog/docs-surface-realignment.md +70 -0
  172. package/data/markdown/blog/extension-compatibility-and-publish-gates.md +59 -0
  173. package/data/markdown/blog/extension-host-rollout.md +92 -0
  174. package/data/markdown/blog/governed-releases-and-package-docs.md +69 -0
  175. package/data/markdown/blog/markdown-workspace-launch.md +75 -0
  176. package/data/markdown/blog/pwa-install-and-zoom-controls.md +64 -0
  177. package/data/markdown/blog/responsive-authoring-and-export.md +64 -0
  178. package/data/markdown/blog/retained-client-versions-and-desktop-shell.md +59 -0
  179. package/data/markdown/blog/screenshot-matrix-and-browser-sidebars.md +57 -0
  180. package/data/markdown/blog/settings-simplification-for-daily-flow.md +54 -0
  181. package/data/markdown/blog/workspace-files-and-git-ops-packages.md +53 -0
  182. package/data/markdown/docs/authoring/authoring-overview.md +59 -0
  183. package/data/markdown/docs/authoring/extension-authoring-guide.md +69 -0
  184. package/data/markdown/docs/authoring/extensions.md +93 -0
  185. package/data/markdown/docs/authoring/language-packs.md +81 -0
  186. package/data/markdown/docs/authoring/theme-packs.md +81 -0
  187. package/data/markdown/docs/comparisons/mdwrk-vs-logseq.md +49 -0
  188. package/data/markdown/docs/comparisons/mdwrk-vs-marktext.md +49 -0
  189. package/data/markdown/docs/comparisons/mdwrk-vs-notion.md +49 -0
  190. package/data/markdown/docs/comparisons/mdwrk-vs-obsidian.md +49 -0
  191. package/data/markdown/docs/comparisons/mdwrk-vs-standard-markdown-editors.md +49 -0
  192. package/data/markdown/docs/comparisons/mdwrk-vs-typora.md +49 -0
  193. package/data/markdown/docs/comparisons/mdwrk-vs-vs-code.md +49 -0
  194. package/data/markdown/docs/comparisons/mdwrk-vs-zettlr.md +49 -0
  195. package/data/markdown/docs/extensions/extension-platform.md +64 -0
  196. package/data/markdown/docs/extensions/theme-studio-and-host-surfaces.md +54 -0
  197. package/data/markdown/docs/getting-started/browser-use.md +59 -0
  198. package/data/markdown/docs/getting-started/configuration.md +82 -0
  199. package/data/markdown/docs/getting-started/installation.md +74 -0
  200. package/data/markdown/docs/getting-started/local-setup.md +94 -0
  201. package/data/markdown/docs/getting-started/pwa-installation.md +62 -0
  202. package/data/markdown/docs/getting-started/standalone-modules.md +87 -0
  203. package/data/markdown/docs/github-sync.md +51 -0
  204. package/data/markdown/docs/product/desktop-app-boundary.md +57 -0
  205. package/data/markdown/docs/product/developer-documentation.md +52 -0
  206. package/data/markdown/docs/product/extension-host.md +52 -0
  207. package/data/markdown/docs/product/local-first-markdown-workspace.md +52 -0
  208. package/data/markdown/docs/product/markdown-file-manager.md +52 -0
  209. package/data/markdown/docs/product/markdown-preview-editor.md +52 -0
  210. package/data/markdown/docs/product/markdown-profile-architecture.md +51 -0
  211. package/data/markdown/docs/product/offline-markdown-editor.md +52 -0
  212. package/data/markdown/docs/product/privacy-first-markdown-editor.md +52 -0
  213. package/data/markdown/docs/product/theme-packs.md +52 -0
  214. package/data/markdown/docs/product/uix-responsive-contract.md +51 -0
  215. package/data/markdown/docs/usage/advanced-formatting.md +181 -0
  216. package/data/markdown/docs/usage/checkbox-autocomplete.md +51 -0
  217. package/data/markdown/docs/usage/editor-basics.md +138 -0
  218. package/data/markdown/docs/usage/rendering-and-preview.md +157 -0
  219. package/data/markdown/docs/usage/text-wrap-previewer.md +45 -0
  220. package/data/markdown/docs/usage/ui-refresh-1-3-28.md +43 -0
  221. package/data/markdown/docs/usage/ui-refresh-1-3-29.md +44 -0
  222. package/data/markdown/docs/usage/view-toolbar.md +47 -0
  223. package/data/markdown/legal/privacy.md +21 -0
  224. package/data/markdown/legal/terms.md +19 -0
  225. package/data/markdown-topic-matrix.json +169 -0
  226. package/dist/index.d.ts +26 -0
  227. package/dist/index.d.ts.map +1 -0
  228. package/dist/index.js +49 -0
  229. package/dist/index.js.map +1 -0
  230. package/dist/version.d.ts +2 -0
  231. package/dist/version.d.ts.map +1 -0
  232. package/dist/version.js +2 -0
  233. package/dist/version.js.map +1 -0
  234. package/generated/cache-header-manifest.json +6558 -0
  235. package/generated/content-index.json +3689 -0
  236. package/generated/content-registry.json +15203 -0
  237. package/generated/jsonld-graph.json +21815 -0
  238. package/generated/llms-full.txt +1769 -0
  239. package/generated/llms.txt +225 -0
  240. package/generated/robots.txt +28 -0
  241. package/generated/semantic-index.json +7595 -0
  242. package/generated/sitemap.xml +1114 -0
  243. package/generated/sitemap.xsl +59 -0
  244. package/package.json +57 -0
  245. package/public/blog/media/extension-manager-pane.jpg +0 -0
  246. package/public/blog/media/lander-blog-list.png +0 -0
  247. package/public/blog/media/lander-docs-dark.png +0 -0
  248. package/public/blog/media/lander-home-light.png +0 -0
  249. package/public/blog/media/language-pack-studio-pane.jpg +0 -0
  250. package/public/blog/media/mdwrk-git-pane.png +0 -0
  251. package/public/blog/media/mdwrk-settings-visual.png +0 -0
  252. package/public/blog/media/mdwrk-workspace-editor.png +0 -0
  253. package/public/blog/media/mdwrk-workspace-split.png +0 -0
  254. package/public/blog/media/settings-github-configurations.jpg +0 -0
  255. package/public/blog/media/theme-selector-modal.jpg +0 -0
  256. package/public/blog/media/theme-studio-pane.jpg +0 -0
  257. package/public/favicon.svg +10 -0
  258. package/public/llms.txt +85 -0
  259. package/public/og-image.png +0 -0
  260. package/public/og-image.svg +12 -0
  261. package/public/robots.txt +4 -0
  262. package/public/semantic-index.json +1627 -0
  263. package/public/sitemap.xml +342 -0
@@ -0,0 +1,81 @@
1
+ ---
2
+ title: Theme Pack Authoring
3
+ slug: authoring/theme-packs
4
+ section: Authoring
5
+ sectionOrder: 3.5
6
+ order: 3
7
+ toc: true
8
+ date: 2026-05-02
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: Theme pack authoring uses MdWrk theme contracts, Theme Studio workflows, token exports, and package-ready surfaces for consistent editor and preview styling.
12
+ ---
13
+
14
+ ## Primary surface
15
+
16
+ Theme authoring in this repository centers on:
17
+
18
+ - `@mdwrk/theme-contract` for the formal token and bridge surface
19
+ - `@mdwrk/extension-theme-studio` for first-party theme authoring UX
20
+ - the shared editor and renderer package families that consume those tokens
21
+
22
+ ## What Theme Studio proves
23
+
24
+ Theme Studio exists to prove that theme authoring can happen through the governed extension and token contracts instead of through app-local DOM patching.
25
+
26
+ The first-party theme authoring flow covers:
27
+
28
+ - inspecting formal theme tokens
29
+ - previewing token changes against editor and renderer surfaces
30
+ - applying and reverting draft changes
31
+ - exporting portable theme artifacts
32
+
33
+ ## Authoring rules
34
+
35
+ Theme packs should target the shared contract directly.
36
+ They should not depend on application-local selectors or private client-only CSS assumptions.
37
+
38
+ That means a valid theme authoring workflow should preserve:
39
+
40
+ - contract-backed token names
41
+ - editor and renderer bridge compatibility
42
+ - reusable package independence from `apps/client/*` styling internals
43
+
44
+ ## Package and artifact expectations
45
+
46
+ Theme authoring may produce:
47
+
48
+ - exported CSS aligned with the theme contract
49
+ - portable theme package scaffolds
50
+ - previewable artifacts that can be consumed by the host, editor, and renderer surfaces
51
+
52
+ ## Reference surfaces
53
+
54
+ Use these repo surfaces as the concrete reference:
55
+
56
+ ```text
57
+ packages/extensions/extension-theme-studio/
58
+ packages/contracts/theme-contract/
59
+ docs/architecture/theme-studio-extension.md
60
+ docs/architecture/theme-mapping-guide.md
61
+ ```
62
+
63
+ ## Quick Reference
64
+
65
+ Use this article to understand Theme Pack Authoring in the MdWrk Authoring surface. Theme Pack Authoring explains how this MdWrk surface works in the current client and package system.
66
+
67
+ Key concepts covered here:
68
+
69
+ - local Markdown files
70
+ - live preview
71
+ - extension host contracts
72
+ - theme portability
73
+ - developer package reuse
74
+
75
+ Useful follow-up pages:
76
+
77
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
78
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
79
+ - [Editor Basics](/features/editor-basics)
80
+
81
+ Use this path when you want to author portable MdWrk theme artifacts rather than only switch between built-in themes.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Logseq
3
+ slug: comparisons/mdwrk-vs-logseq
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 7
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and Logseq when choosing between Markdown workspace authoring and an outline-first knowledge graph workflow.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/markdown-renderer-react
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you want document-centered Markdown with explicit editor and preview panes, file management, export, and package reuse.
19
+
20
+ Choose Logseq when the primary workflow is block references, daily journals, outlines, and graph navigation.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk keeps Markdown documents portable and easy to move through GitHub, npm, static docs, and local project workflows.
25
+
26
+ ## Related Docs
27
+
28
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
29
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Logseq in the MdWrk Comparisons surface. Compare MdWrk and Logseq when choosing between Markdown workspace authoring and an outline-first knowledge graph workflow.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - extension host contracts
41
+ - developer package reuse
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
46
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
47
+ - [Editor Basics](/features/editor-basics)
48
+
49
+ MdWrk is a Markdown workspace for files, preview, export, and extension-hosted tooling. Logseq is commonly used as an outline-first knowledge graph and journaling tool.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs MarkText
3
+ slug: comparisons/mdwrk-vs-marktext
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 4
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and MarkText when choosing between a local-first Markdown workspace with reusable packages and a focused desktop Markdown editor.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/markdown-editor-react
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you need browser/PWA availability, live workspace state, package-ready editor and renderer modules, extension contracts, and governed theme behavior.
19
+
20
+ Choose MarkText when you want a desktop-focused Markdown editor with a minimal authoring experience.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk connects writing, preview, workspace management, extensions, and package distribution as one product architecture.
25
+
26
+ ## Related Docs
27
+
28
+ - [Offline Markdown Editor](/features/offline-markdown-editor)
29
+ - [Theme Packs](/features/theme-packs)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs MarkText in the MdWrk Comparisons surface. Compare MdWrk and MarkText when choosing between a local-first Markdown workspace with reusable packages and a focused desktop Markdown editor.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - extension host contracts
41
+ - theme portability
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Offline Markdown Editor](/features/offline-markdown-editor)
46
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
47
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
48
+
49
+ MdWrk and MarkText both keep Markdown authoring close to the source file.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Notion
3
+ slug: comparisons/mdwrk-vs-notion
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 6
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and Notion when choosing between local Markdown files and a hosted collaborative workspace.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/extension-workspace-files
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you want portable Markdown, local-first storage, explicit export, and a workspace that does not require a hosted document account for daily writing.
19
+
20
+ Choose Notion when your priority is hosted collaboration, databases, shared workspaces, and rich block-based documents.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk keeps the Markdown file as the durable content surface. That makes it practical for READMEs, docs repositories, changelogs, static-site content, and package documentation.
25
+
26
+ ## Related Docs
27
+
28
+ - [Privacy-First Markdown Editor](/features/privacy-first-markdown-editor)
29
+ - [Markdown File Manager](/features/markdown-file-manager)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Notion in the MdWrk Comparisons surface. Compare MdWrk and Notion when choosing between local Markdown files and a hosted collaborative workspace.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - workspace organization
39
+ - privacy-first storage
40
+ - extension host contracts
41
+ - developer package reuse
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Privacy-First Markdown Editor](/features/privacy-first-markdown-editor)
46
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
47
+ - [Editor Basics](/features/editor-basics)
48
+
49
+ MdWrk and Notion solve different document problems.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Obsidian
3
+ slug: comparisons/mdwrk-vs-obsidian
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 1
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and Obsidian when you need local Markdown writing, preview, workspace management, extensions, and package-friendly developer surfaces.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/extension-host
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you want a browser/PWA-centered Markdown workspace, reusable editor and renderer packages, governed extension contracts, and explicit local privacy boundaries.
19
+
20
+ Choose Obsidian when your primary workflow is a long-lived personal vault with graph navigation and a mature community plugin ecosystem.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk emphasizes portable Markdown editing, preview, file management, extension-host contracts, and developer-facing packages that can be embedded in other products.
25
+
26
+ ## Related Docs
27
+
28
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
29
+ - [MdWrk Extension Host](/features/extension-host)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Obsidian in the MdWrk Comparisons surface. Compare MdWrk and Obsidian when you need local Markdown writing, preview, workspace management, extensions, and package-friendly developer surfaces.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - extension host contracts
41
+ - developer package reuse
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Privacy-First Markdown Editor](/features/privacy-first-markdown-editor)
46
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
47
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
48
+
49
+ MdWrk is best evaluated as a local-first Markdown workspace and package platform. Obsidian is widely used for personal knowledge management and graph-oriented note collections.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Standard Markdown Editors
3
+ slug: comparisons/mdwrk-vs-standard-markdown-editors
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 8
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk with standard Markdown editors when you need more than a single-file writing surface: workspace management, preview policy, extensions, themes, and reusable packages.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/markdown-editor-react, @mdwrk/extension-host
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you need a broader workspace: projects, file organization, preview navigation, profile-aware rendering, HTML export, theme packs, extensions, and package-level reuse.
19
+
20
+ Choose a standard Markdown editor when single-file drafting is enough and you do not need a governed extension host or reusable package architecture.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk turns Markdown authoring into a product surface that can serve writers, documentation teams, package authors, extension authors, and local-first operators.
25
+
26
+ ## Related Docs
27
+
28
+ - [Offline Markdown Editor](/features/offline-markdown-editor)
29
+ - [Developer Documentation](/features/developer-documentation)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Standard Markdown Editors in the MdWrk Comparisons surface. Compare MdWrk with standard Markdown editors when you need more than a single-file writing surface: workspace management, preview policy, extensions, themes, and reusable packages.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - extension host contracts
41
+ - theme portability
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Offline Markdown Editor](/features/offline-markdown-editor)
46
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
47
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
48
+
49
+ Standard Markdown editors usually focus on opening a file, editing text, and showing a preview.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Typora
3
+ slug: comparisons/mdwrk-vs-typora
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 2
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and Typora across Markdown authoring surfaces, workspace-oriented preview/editor flows, and minimal single-document writing apps.
13
+ relatedApis: @mdwrk/markdown-editor-react, @mdwrk/markdown-renderer-react
14
+ ---
15
+
16
+ ## MdWrk Fit
17
+
18
+ Choose MdWrk when you need a workspace with projects, panes, live preview, package reuse, extension host behavior, and browser/PWA delivery.
19
+
20
+ Typora is commonly associated with minimal single-document writing and inline rendered editing. Use that comparison point to clarify when MdWrk's workspace, preview, package, and extension architecture is the better product fit.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk keeps source editing and preview explicit, which is useful when the exact Markdown file, rendered output, and export behavior need to stay visible.
25
+
26
+ ## Related Docs
27
+
28
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
29
+ - [Editor Basics](/features/editor-basics)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Typora in the MdWrk Comparisons surface. Compare MdWrk and Typora across Markdown authoring surfaces, workspace-oriented preview/editor flows, and minimal single-document writing apps.
34
+
35
+ Key concepts covered here:
36
+
37
+ - live preview
38
+ - workspace organization
39
+ - extension host contracts
40
+ - developer package reuse
41
+ - @mdwrk/markdown-editor-react
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
46
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
47
+ - [Editor Basics](/features/editor-basics)
48
+
49
+ MdWrk and Typora both serve Markdown authors, but they optimize for different operating shapes.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs VS Code
3
+ slug: comparisons/mdwrk-vs-vs-code
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 3
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and VS Code when you need Markdown editing in either a purpose-built writing workspace or a general developer IDE.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/extension-host, @mdwrk/markdown-renderer-react
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when the primary job is writing, previewing, managing, and exporting Markdown in a focused local-first workspace.
19
+
20
+ Choose VS Code when Markdown sits beside code editing, terminal work, language tooling, debugging, and broad IDE extension workflows.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk makes document workspace behavior, preview policy, theme packs, and Markdown package reuse the center of the product instead of one capability inside a larger IDE.
25
+
26
+ ## Related Docs
27
+
28
+ - [Developer Documentation](/features/developer-documentation)
29
+ - [Markdown File Manager](/features/markdown-file-manager)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs VS Code in the MdWrk Comparisons surface. Compare MdWrk and VS Code when you need Markdown editing in either a purpose-built writing workspace or a general developer IDE.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - extension host contracts
41
+ - theme portability
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
46
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
47
+ - [Extension Platform](/docs/extensions/extension-platform)
48
+
49
+ MdWrk is a Markdown workspace. VS Code is a general-purpose developer IDE with Markdown support.
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: MdWrk Vs Zettlr
3
+ slug: comparisons/mdwrk-vs-zettlr
4
+ section: Compares
5
+ sectionOrder: 6
6
+ order: 5
7
+ toc: true
8
+ date: 2026-05-03
9
+ status: published
10
+ author: CobyCloud
11
+ displayAuthor: false
12
+ excerpt: Compare MdWrk and Zettlr when choosing between a local-first Markdown workspace and a research-oriented Markdown writing environment.
13
+ relatedApis: @mdwrk/mdwrkspace, @mdwrk/markdown-renderer-core
14
+ ---
15
+
16
+ ## Best Fit
17
+
18
+ Choose MdWrk when you need a local-first workspace with explicit preview/export behavior and reusable package surfaces.
19
+
20
+ Choose Zettlr when citation-heavy research writing and academic organization are the primary concern.
21
+
22
+ ## Product Difference
23
+
24
+ MdWrk keeps optional Markdown profile behavior visible through the renderer and workspace settings so authors can decide which syntax belongs in a document.
25
+
26
+ ## Related Docs
27
+
28
+ - [Advanced Markdown Formatting](/features/advanced-formatting)
29
+ - [Privacy-First Markdown Editor](/features/privacy-first-markdown-editor)
30
+
31
+ ## Quick Reference
32
+
33
+ Use this article to understand MdWrk Vs Zettlr in the MdWrk Comparisons surface. Compare MdWrk and Zettlr when choosing between a local-first Markdown workspace and a research-oriented Markdown writing environment.
34
+
35
+ Key concepts covered here:
36
+
37
+ - local Markdown files
38
+ - live preview
39
+ - workspace organization
40
+ - privacy-first storage
41
+ - extension host contracts
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Privacy-First Markdown Editor](/features/privacy-first-markdown-editor)
46
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
47
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
48
+
49
+ MdWrk focuses on Markdown workspace, preview, packages, and extension host behavior. Zettlr is commonly used for research writing, citation-heavy notes, and academic workflows.
@@ -0,0 +1,64 @@
1
+ ---
2
+ title: Extension Platform
3
+ slug: extensions/extension-platform
4
+ section: Extensions
5
+ sectionOrder: 4
6
+ order: 1
7
+ toc: true
8
+ date: 2026-01-22
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: MdWrk extensions are governed through manifest metadata, host APIs, runtime activation, manager UX, settings, permissions, and compatibility checks.
12
+ ---
13
+
14
+ ## Runtime shape
15
+
16
+ The extension stack is split into governed surfaces:
17
+
18
+ - `@mdwrk/extension-manifest` for declarative metadata
19
+ - `@mdwrk/extension-host` for host-safe APIs
20
+ - `@mdwrk/extension-runtime` for activation, registration, and lifecycle
21
+ - `@mdwrk/extension-manager` for installed and bundled extension UX
22
+
23
+ ## Host responsibilities
24
+
25
+ The client owns:
26
+
27
+ - capability gating
28
+ - trust policy enforcement
29
+ - settings registration
30
+ - command, view, and action-rail registration
31
+ - theme, i18n, and diagnostics adapters
32
+
33
+ ## Bundled first-party extensions
34
+
35
+ Current first-party extension surfaces documented in this repo include:
36
+
37
+ - Theme Studio
38
+ - Gemini Agent
39
+ - Extension Manager
40
+ - Language pack tooling
41
+
42
+ ## External installables
43
+
44
+ External extensions do not run through ad hoc `npm install` inside the browser. They ship as signed installable artifacts with manifest, integrity, and compatibility declarations.
45
+
46
+ ## Quick Reference
47
+
48
+ Use this article to understand Extension Platform in the MdWrk Extensions surface. Extension Platform explains how the MdWrk client hosts governed extension packages, runtime lifecycle, capability checks, and operator-facing extension management.
49
+
50
+ Key concepts covered here:
51
+
52
+ - extension host contracts
53
+ - developer package reuse
54
+ - `@mdwrk/extension-manifest`
55
+ - `@mdwrk/extension-host`
56
+ - `@mdwrk/extension-runtime`
57
+
58
+ Useful follow-up pages:
59
+
60
+ - [Extension Authoring](/docs/authoring/extensions)
61
+ - [MdWrk Extension Host](/features/extension-host)
62
+ - [Theme Studio And Host Surfaces](/docs/extensions/theme-studio-and-host-surfaces)
63
+
64
+ The MdWrk client is the extension host. The lander only documents that host surface.
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Theme Studio and Host Surfaces
3
+ slug: extensions/theme-studio-and-host-surfaces
4
+ section: Extensions
5
+ sectionOrder: 4
6
+ order: 2
7
+ toc: true
8
+ date: 2026-02-05
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: Theme Studio demonstrates how first-party extensions use host surfaces, theme contracts, workspace panes, and export flows inside the MdWrk extension model.
12
+ ---
13
+
14
+ ## Theme Studio
15
+
16
+ Theme Studio is the first-party extension surface for:
17
+
18
+ - inspecting formal theme tokens
19
+ - previewing token changes against editor and preview bridges
20
+ - applying and reverting draft theme changes
21
+ - exporting theme artifacts for host, renderer, or editor targets
22
+
23
+ ## Shared contract
24
+
25
+ Theme compatibility is governed through `@mdwrk/theme-contract`. That contract allows:
26
+
27
+ - client built-in themes
28
+ - extension-authored themes
29
+ - renderer and editor bridge variables
30
+ - exportable CSS and preset payloads
31
+
32
+ ## Why this matters
33
+
34
+ The lander now uses the same editor and renderer package family with lander light and dark themes, instead of documenting itself as if it were the main product.
35
+
36
+ ## Quick Reference
37
+
38
+ Use this article to understand Theme Studio And Host Surfaces in the MdWrk Extensions surface. Theme Studio connects theme authoring, shared token contracts, editor previews, renderer previews, and extension-host delivery.
39
+
40
+ Key concepts covered here:
41
+
42
+ - theme portability
43
+ - extension host contracts
44
+ - live preview
45
+ - `@mdwrk/theme-contract`
46
+ - `@mdwrk/extension-theme-studio`
47
+
48
+ Useful follow-up pages:
49
+
50
+ - [Theme Packs](/features/theme-packs)
51
+ - [Theme Pack Authoring](/docs/authoring/theme-packs)
52
+ - [Extension Platform](/docs/extensions/extension-platform)
53
+
54
+ The theme story is shared across the client, editor, renderer, and extension host.
@@ -0,0 +1,59 @@
1
+ ---
2
+ title: Browser Use
3
+ slug: getting-started/browser-use
4
+ section: Getting Started
5
+ sectionOrder: 1
6
+ order: 2
7
+ toc: true
8
+ date: 2026-05-02
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: The browser path runs the MdWrk client directly in a supported browser, keeps documents local by default, and remains usable offline after app assets are cached.
12
+ ---
13
+
14
+ ## What it is
15
+
16
+ The browser path runs the MdWrk client directly in a supported browser. Documents stay local by default, and the workspace remains usable even when you are offline after the app assets have already been cached.
17
+
18
+ ## How to start
19
+
20
+ 1. Open the MdWrk site.
21
+ 2. Launch the workspace from the primary app action.
22
+ 3. Start writing, previewing, and organizing documents in the browser.
23
+
24
+ ## Best fit
25
+
26
+ - quick access
27
+ - personal writing on one machine
28
+ - environments where you cannot install local software
29
+ - trying editor and renderer behavior before adopting packages
30
+
31
+ ## Storage model
32
+
33
+ Browser use keeps workspace data in browser-managed local storage. That is convenient, but it also means your normal backup and export habits still matter.
34
+
35
+ ## When to choose another path
36
+
37
+ Choose the PWA route when you want a more app-like shell.
38
+ Choose the local setup route when you need a repo checkout, a controlled local build, or self-managed hosting.
39
+ Choose standalone modules when you want the reusable package surfaces inside another application.
40
+
41
+ ## Quick Reference
42
+
43
+ Use this article to understand Browser Use in the MdWrk Getting Started surface. Browser Use explains how this MdWrk surface works in the current client and package system.
44
+
45
+ Key concepts covered here:
46
+
47
+ - local Markdown files
48
+ - live preview
49
+ - workspace organization
50
+ - privacy-first storage
51
+ - extension host contracts
52
+
53
+ Useful follow-up pages:
54
+
55
+ - [Offline Markdown Editor](/features/offline-markdown-editor)
56
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
57
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
58
+
59
+ Use the browser workflow when you want the fastest path into the workspace without installing a package or a desktop shell.