@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,64 @@
1
+ ---
2
+ title: PWA Install, Zoom Controls, and Preview Refinements Make MdWrk Ready for Daily Use
3
+ date: 2026-01-22
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk gains PWA install support, zoom controls, preview refinements, and deployment rails that turn the workspace into a stronger everyday writing environment.
7
+ ---
8
+
9
+ ## What users gain
10
+
11
+ - installable browser app behavior
12
+ - clearer zoom scaling for long writing sessions
13
+ - stronger markdown table rendering in preview
14
+ - a more polished route from local development to hosted delivery
15
+
16
+ ## Install path
17
+
18
+ Readers who want the current install flow can start here:
19
+
20
+ - [PWA installation](/docs/getting-started/pwa-installation)
21
+ - [Installation overview](/docs/getting-started/installation)
22
+
23
+ ## Screenshot
24
+
25
+ ![MdWrk theme selector and install-ready shell behavior](/blog/media/theme-selector-modal.jpg)
26
+
27
+ ## Example deployment-oriented workflow
28
+
29
+ ```bash
30
+ npm install --ignore-scripts
31
+ npm run build -w apps/client
32
+ ```
33
+
34
+ That build flow feeds the installable client surface and supports teams that want a browser-first markdown experience with a product-grade feel.
35
+
36
+ ## Repo history for deeper review
37
+
38
+ - [January 22 repository history](https://github.com/groupsum/markdown_workspace/commits/master/?since=2026-01-22T00:00:00Z&until=2026-01-23T00:00:00Z)
39
+
40
+ This date matters because it shows how MdWrk serves writers, operators, and deployers in one cohesive flow.
41
+
42
+ ## Article Guide
43
+
44
+ 2026-01-22 marks this MdWrk product story: MdWrk gains PWA install support, zoom controls, preview refinements, and deployment rails that turn the workspace into a stronger everyday writing environment.
45
+
46
+ This article is useful for readers tracking:
47
+
48
+ - how MdWrk changes affect daily Markdown writing
49
+ - which client, package, or extension surface the change touches
50
+ - where to continue in the product documentation after reading
51
+
52
+ Useful follow-up pages:
53
+
54
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
55
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
56
+ - [Theme Packs](/features/theme-packs)
57
+
58
+ January 22, 2026 moves MdWrk from an exciting workspace demo into an installable daily tool.
59
+
60
+ The repo history for that step includes:
61
+
62
+ - [Add PWA service worker and install controls](https://github.com/groupsum/markdown_workspace/commit/343925d0)
63
+ - [Fix zoom scaling for UI text and icons](https://github.com/groupsum/markdown_workspace/commit/b5486fcd)
64
+ - [implement deploy](https://github.com/groupsum/markdown_workspace/commit/2ea7e01b)
@@ -0,0 +1,64 @@
1
+ ---
2
+ title: Responsive Authoring, Keyboard Speed, and HTML Export Expand MdWrk in a Single Day
3
+ date: 2026-01-21
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk expands quickly with responsive layout tuning, keyboard navigation, export actions, print flows, and richer markdown rendering, giving teams more range across screens and daily writing tasks.
7
+ ---
8
+
9
+ ## What changes for users
10
+
11
+ Writers gain:
12
+
13
+ - faster command access through keyboard flows
14
+ - export coverage for HTML handoff
15
+ - responsive layouts that scale across device sizes
16
+ - richer markdown support for tables, syntax color, and project creation flows
17
+
18
+ ## Usage example
19
+
20
+ ```bash
21
+ npm install --ignore-scripts
22
+ npm run dev:client
23
+ ```
24
+
25
+ Once the client is running, teams can open a draft, write in source mode, preview the output, and publish HTML for downstream sharing.
26
+
27
+ ## Screenshot
28
+
29
+ ![MdWrk editor surface showing a focused authoring workspace](/blog/media/mdwrk-workspace-editor.png)
30
+
31
+ ## Why this day matters in the product story
32
+
33
+ January 21 gives MdWrk a practical answer to common product questions:
34
+
35
+ - Can a writer move quickly with keyboard-first flows?
36
+ - Can a team present markdown across multiple screens?
37
+ - Can authored content leave the workspace as a web-friendly deliverable?
38
+
39
+ Each answer turns into shipped functionality on the same date, which makes this one of the strongest velocity moments in the early repo history.
40
+
41
+ ## Article Guide
42
+
43
+ 2026-01-21 marks this MdWrk product story: MdWrk expands quickly with responsive layout tuning, keyboard navigation, export actions, print flows, and richer markdown rendering, giving teams more range across screens and daily writing tasks.
44
+
45
+ This article is useful for readers tracking:
46
+
47
+ - how MdWrk changes affect daily Markdown writing
48
+ - which client, package, or extension surface the change touches
49
+ - where to continue in the product documentation after reading
50
+
51
+ Useful follow-up pages:
52
+
53
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
54
+ - [Markdown Preview Editor](/features/markdown-preview-editor)
55
+ - [Editor Basics](/features/editor-basics)
56
+
57
+ January 21, 2026 packs a full set of user-facing wins into the repository history.
58
+
59
+ Key commits from that date include:
60
+
61
+ - [Add keyboard navigation and shortcuts](https://github.com/groupsum/markdown_workspace/commit/42c655cf)
62
+ - [Add HTML export action for markdown](https://github.com/groupsum/markdown_workspace/commit/168f2f8a)
63
+ - [Add responsive layout tuning across breakpoints](https://github.com/groupsum/markdown_workspace/commit/005396c6)
64
+ - [Add print preview shortcut and UI](https://github.com/groupsum/markdown_workspace/commit/65dbcc5b)
@@ -0,0 +1,59 @@
1
+ ---
2
+ title: Retained Client Versions and the Desktop Shell Expand How Teams Can Deploy MdWrk
3
+ date: 2026-04-12
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk introduces retained client version delivery and a desktop shell track, giving teams more control over rollout pacing, install shape, and long-lived workspace adoption.
7
+ ---
8
+
9
+ ## What this means for teams
10
+
11
+ Teams can now plan around:
12
+
13
+ - browser delivery with retained client versions
14
+ - installable desktop packaging
15
+ - stronger release identity through versioned build outputs
16
+
17
+ ## Usage references
18
+
19
+ - [Installation](/docs/getting-started/installation)
20
+ - [Local setup](/docs/getting-started/local-setup)
21
+
22
+ ## Build example
23
+
24
+ ```bash
25
+ npm run build:client
26
+ npm run build:desktop
27
+ ```
28
+
29
+ ## Screenshot
30
+
31
+ ![MdWrk home surface that introduces the packaged client experience](/blog/media/lander-home-light.png)
32
+
33
+ ## Why this milestone matters
34
+
35
+ Deployment flexibility matters for teams that want browser-first use, desktop packaging, or self-managed hosting. April 12 shows MdWrk growing into a platform that can support all three with one codebase.
36
+
37
+ ## Article Guide
38
+
39
+ 2026-04-12 marks this MdWrk product story: MdWrk introduces retained client version delivery and a desktop shell track, giving teams more control over rollout pacing, install shape, and long-lived workspace adoption.
40
+
41
+ This article is useful for readers tracking:
42
+
43
+ - how MdWrk changes affect daily Markdown writing
44
+ - which client, package, or extension surface the change touches
45
+ - where to continue in the product documentation after reading
46
+
47
+ Useful follow-up pages:
48
+
49
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
50
+ - [GitHub Sync](/docs/github-sync)
51
+ - [PWA Installation](/docs/getting-started/pwa-installation)
52
+
53
+ April 12, 2026 broadens MdWrk's delivery model.
54
+
55
+ The timeline anchor includes:
56
+
57
+ - [Implement retained client version delivery and PWA switching](https://github.com/groupsum/markdown_workspace/commit/5942849c)
58
+ - [feat: +desktop](https://github.com/groupsum/markdown_workspace/commit/cba6ac9c)
59
+ - [Bump all package versions and hash app build IDs](https://github.com/groupsum/markdown_workspace/commit/c13aba8c)
@@ -0,0 +1,57 @@
1
+ ---
2
+ title: Screenshot Matrix Coverage Helps MdWrk Prove Themes Across Viewports and Workflows
3
+ date: 2026-04-03
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk expands browser sidebars and screenshot-matrix automation, giving the project stronger visual verification for themes, panes, settings, and extension workflows across the viewport contract.
7
+ ---
8
+
9
+ ## What this adds
10
+
11
+ - viewport-aware screenshot capture
12
+ - richer pane coverage for studio workflows
13
+ - stronger visual proof for theme behavior across the contract
14
+
15
+ ## Command example
16
+
17
+ ```bash
18
+ npm run screenshots:all-aspect-ratios
19
+ ```
20
+
21
+ ## Screenshot
22
+
23
+ ![MdWrk theme studio surface inside the shared workspace](/blog/media/theme-studio-pane.jpg)
24
+
25
+ ## Why this matters
26
+
27
+ Visual proof helps readers answer:
28
+
29
+ - How does the workspace look in real use?
30
+ - Which panes and tools are available?
31
+ - How does theme work move through the client?
32
+
33
+ MdWrk now supports those answers with concrete visual artifacts and a repeatable capture rail.
34
+
35
+ ## Article Guide
36
+
37
+ 2026-04-03 marks this MdWrk product story: MdWrk expands browser sidebars and screenshot-matrix automation, giving the project stronger visual verification for themes, panes, settings, and extension workflows across the viewport contract.
38
+
39
+ This article is useful for readers tracking:
40
+
41
+ - how MdWrk changes affect daily Markdown writing
42
+ - which client, package, or extension surface the change touches
43
+ - where to continue in the product documentation after reading
44
+
45
+ Useful follow-up pages:
46
+
47
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
48
+ - [Extension Platform](/docs/extensions/extension-platform)
49
+ - [Theme Packs](/features/theme-packs)
50
+
51
+ April 3, 2026 expands the visual verification surface for theme work, UI review, and cross-screen consistency.
52
+
53
+ This moment is visible in:
54
+
55
+ - [Add browser sidebars and screenshot matrix script](https://github.com/groupsum/markdown_workspace/commit/be6a8b6c)
56
+ - [Embed studio browsers in the shared workspace sidebar](https://github.com/groupsum/markdown_workspace/commit/c90bc0e9)
57
+ - [Refactor studio panes and persist language packs in IndexedDB](https://github.com/groupsum/markdown_workspace/commit/613cc751)
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Settings Simplification Gives MdWrk a Faster Path from Installation to Daily Use
3
+ date: 2026-05-01
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk refines its settings UX with cleaner labels and a calmer navigation model, helping users move from install to configuration with more momentum and less friction.
7
+ ---
8
+
9
+ ## What improves
10
+
11
+ - settings labels become cleaner and faster to scan
12
+ - the active workspace experience gains a calmer visual rhythm
13
+ - configuration panels become easier to review in sequence
14
+
15
+ ## Screenshot
16
+
17
+ ![MdWrk settings visual panel with a simplified navigation experience](/blog/media/mdwrk-settings-visual.png)
18
+
19
+ ## Current docs for configuration and setup
20
+
21
+ - [Installation](/docs/getting-started/installation)
22
+ - [Configuration](/docs/getting-started/configuration)
23
+ - [Local setup](/docs/getting-started/local-setup)
24
+
25
+ ## Example setup flow
26
+
27
+ 1. Install the client through the path that fits your team.
28
+ 2. Open settings and tune theme, language, and workspace preferences.
29
+ 3. Move into writing, extensions, or Git workflows with the same navigation language.
30
+
31
+ MdWrk now carries a stronger onboarding story because the settings surface communicates action, structure, and next steps in a cleaner form.
32
+
33
+ ## Article Guide
34
+
35
+ 2026-05-01 marks this MdWrk product story: MdWrk refines its settings UX with cleaner labels and a calmer navigation model, helping users move from install to configuration with more momentum and less friction.
36
+
37
+ This article is useful for readers tracking:
38
+
39
+ - how MdWrk changes affect daily Markdown writing
40
+ - which client, package, or extension surface the change touches
41
+ - where to continue in the product documentation after reading
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
46
+ - [Extension Platform](/docs/extensions/extension-platform)
47
+ - [Theme Packs](/features/theme-packs)
48
+
49
+ May 1, 2026 focuses on the path every product team cares about: the path from first run to confident daily use.
50
+
51
+ This work is grounded in:
52
+
53
+ - [Remove settings sidebar sublabels and bump client version](https://github.com/groupsum/markdown_workspace/commit/3ae204ec)
54
+ - [Remove active theme chip from settings modal](https://github.com/groupsum/markdown_workspace/commit/2d6cf332)
@@ -0,0 +1,53 @@
1
+ ---
2
+ title: Workspace Files and Git Operations Packages Open a Larger Automation Surface for MdWrk
3
+ date: 2026-04-22
4
+ status: published
5
+ author: CobyCloud
6
+ excerpt: MdWrk expands its package platform with workspace-files and Git-operations modules, giving teams more room to automate file-aware and repository-aware workflows inside the client.
7
+ ---
8
+
9
+ ## What teams can do with this expansion
10
+
11
+ - bring file navigation and repository work closer to the writing surface
12
+ - package automation logic into extension flows
13
+ - align client capabilities with a broader workspace model
14
+
15
+ ## Install example
16
+
17
+ ```bash
18
+ npm install @mdwrk/extension-workspace-files @mdwrk/extension-git-ops
19
+ ```
20
+
21
+ ## Screenshot
22
+
23
+ ![MdWrk Git pane presented as part of the workspace flow](/blog/media/mdwrk-git-pane.png)
24
+
25
+ ## Where to go next
26
+
27
+ - [Extension platform](/docs/extensions/extension-platform)
28
+ - [Authoring overview](/docs/authoring/overview)
29
+ - [April 22 repository history](https://github.com/groupsum/markdown_workspace/commits/master/?since=2026-04-22T00:00:00Z&until=2026-04-23T00:00:00Z)
30
+
31
+ MdWrk now tells a larger story than writing alone. It also gives teams a package-ready route into repository-aware workspace operations.
32
+
33
+ ## Article Guide
34
+
35
+ 2026-04-22 marks this MdWrk product story: MdWrk expands its package platform with workspace-files and Git-operations modules, giving teams more room to automate file-aware and repository-aware workflows inside the client.
36
+
37
+ This article is useful for readers tracking:
38
+
39
+ - how MdWrk changes affect daily Markdown writing
40
+ - which client, package, or extension surface the change touches
41
+ - where to continue in the product documentation after reading
42
+
43
+ Useful follow-up pages:
44
+
45
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
46
+ - [Extension Platform](/docs/extensions/extension-platform)
47
+ - [GitHub Sync](/docs/github-sync)
48
+
49
+ April 22, 2026 expands MdWrk's practical automation surface.
50
+
51
+ The key anchor is:
52
+
53
+ - [Add workspace module packages for files and git ops](https://github.com/groupsum/markdown_workspace/commit/d4efae4c)
@@ -0,0 +1,59 @@
1
+ ---
2
+ title: Authoring Overview
3
+ slug: authoring/overview
4
+ section: Authoring
5
+ sectionOrder: 3.5
6
+ order: 1
7
+ toc: true
8
+ date: 2026-05-02
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: MdWrk authoring documentation groups extension, theme pack, and language pack workflows into focused surfaces for package and product contributors.
12
+ ---
13
+
14
+ ## Authoring domains
15
+
16
+ The current public authoring domains documented on the lander are:
17
+
18
+ - [Extension authoring](/docs/authoring/extensions)
19
+ - [Theme pack authoring](/docs/authoring/theme-packs)
20
+ - [Language pack authoring](/docs/authoring/language-packs)
21
+
22
+ ## Scope
23
+
24
+ These docs are for package authors, extension maintainers, and internal builders who need to create reusable MdWrk surfaces.
25
+
26
+ They are not the same as:
27
+
28
+ - browser or PWA usage flows
29
+ - local client operation
30
+ - extension installation or runtime-only guidance
31
+
32
+ ## Ground rules
33
+
34
+ Authoring in this repository follows a few durable rules:
35
+
36
+ - reusable surfaces should live in publishable packages
37
+ - browser hosts do not run raw `npm install` at runtime for external extensions
38
+ - host/runtime trust, manifest, and compatibility declarations are part of the authoring contract
39
+ - theme and language authoring must target the shared contracts rather than app-local shortcuts
40
+
41
+ ## Quick Reference
42
+
43
+ Use this article to understand Authoring Overview in the MdWrk Authoring surface. Authoring Overview 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
+ - extension host contracts
50
+ - theme portability
51
+ - developer package reuse
52
+
53
+ Useful follow-up pages:
54
+
55
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
56
+ - [Extension Platform](/docs/extensions/extension-platform)
57
+ - [Theme Packs](/features/theme-packs)
58
+
59
+ The authoring section explains how to produce MdWrk-facing artifacts rather than only how to consume them.
@@ -0,0 +1,69 @@
1
+ ---
2
+ title: Extension Authoring Guide
3
+ slug: authoring/extension-authoring-guide
4
+ section: Authoring
5
+ sectionOrder: 3.5
6
+ order: 3
7
+ toc: true
8
+ date: 2026-05-06
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: The extension authoring guide gives package authors the current MdWrk workflow for manifests, host APIs, runtime activation, tests, bundles, and publishing artifacts.
12
+ ---
13
+
14
+ ## Authoring Model
15
+
16
+ MdWrk extensions are normal workspace packages that declare a manifest, activate through the extension runtime, and use host APIs for commands, views, settings, diagnostics, themes, editor access, and workspace access.
17
+
18
+ The core package surfaces are:
19
+
20
+ - `@mdwrk/extension-manifest`
21
+ - `@mdwrk/extension-host`
22
+ - `@mdwrk/extension-runtime`
23
+ - `@mdwrk/extension-manager`
24
+
25
+ ## Package Shape
26
+
27
+ A first-party or installable extension package should include:
28
+
29
+ - `package.json`
30
+ - `README.md`
31
+ - `src/manifest.ts`
32
+ - `src/index.ts`
33
+ - tests for manifest validity and runtime behavior
34
+ - `src/version.ts` for package version exports
35
+
36
+ Use `packages/extensions/extension-catalog-hello` as the smallest reference extension and `packages/extensions/extension-manager` as a fuller operator-facing surface.
37
+
38
+ ## Manifest Responsibilities
39
+
40
+ The manifest declares identity, version, display metadata, activation mode, requested capabilities, compatibility ranges, contribution points, and settings schema. The runtime uses it before activation to evaluate compatibility and host capability access.
41
+
42
+ ## Runtime Responsibilities
43
+
44
+ Extension code should register through the provided context:
45
+
46
+ - commands through `context.registerCommand`
47
+ - views through `context.registerView`
48
+ - action rail items through `context.registerActionRailItem`
49
+ - settings through manifest settings schema
50
+ - diagnostics through host diagnostics APIs
51
+
52
+ Extensions should clean up registered work with disposables returned by the runtime.
53
+
54
+ ## Publish Workflow
55
+
56
+ ```bash
57
+ npm run build:extensions
58
+ npm run extension:bundle
59
+ npm run extension:sign
60
+ npm run validate:extension-artifacts
61
+ ```
62
+
63
+ The generated artifacts include installable payloads, integrity metadata, signed manifests, and catalog entries under `artifacts/extensions`.
64
+
65
+ ## Related Docs
66
+
67
+ - [Extension Authoring](/docs/authoring/extensions)
68
+ - [Extension Platform](/docs/extensions/extension-platform)
69
+ - [Extension Host](/features/extension-host)
@@ -0,0 +1,93 @@
1
+ ---
2
+ title: Extension Authoring
3
+ slug: authoring/extensions
4
+ section: Authoring
5
+ sectionOrder: 3.5
6
+ order: 2
7
+ toc: true
8
+ date: 2026-05-02
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: Extension authoring covers manifest shape, host APIs, activation lifecycle, package-local source, generated bundles, and trust metadata for MdWrk extensions.
12
+ ---
13
+
14
+ ## What an extension author owns
15
+
16
+ The extension authoring surface in this repository is split across:
17
+
18
+ - `@mdwrk/extension-manifest` for manifest shape and metadata
19
+ - `@mdwrk/extension-host` for host-safe APIs
20
+ - `@mdwrk/extension-runtime` for activation and lifecycle expectations
21
+ - package-local source, tests, and build outputs inside an extension package
22
+
23
+ ## Typical workflow
24
+
25
+ 1. Create a normal npm package for the extension source.
26
+ 2. Export a valid MdWrk extension manifest and lifecycle entrypoint.
27
+ 3. Test the manifest, lifecycle, and runtime-facing behavior.
28
+ 4. Publish the source package for developer consumption when appropriate.
29
+ 5. Generate browser-installable artifacts through the formal distribution flow when targeting external installation.
30
+
31
+ ## Required package shape
32
+
33
+ At minimum, an extension package should include:
34
+
35
+ - `package.json`
36
+ - `README.md`
37
+ - `src/manifest.ts`
38
+ - `src/index.ts`
39
+ - tests for manifest, lifecycle, and runtime behavior
40
+
41
+ ## Runtime and distribution rules
42
+
43
+ External extensions do not install through ad hoc `npm install` inside the browser.
44
+ The browser host installs generated artifacts with manifest, integrity, compatibility, and signer metadata.
45
+
46
+ That means an extension author should expect:
47
+
48
+ - trust-policy enforcement
49
+ - capability gating
50
+ - compatibility declarations
51
+ - signed/installable artifact generation for the external path
52
+
53
+ ## Reference package
54
+
55
+ This repository already includes a reference external package:
56
+
57
+ ```text
58
+ packages/extensions/extension-catalog-hello/
59
+ ```
60
+
61
+ Use it as the concrete reference for:
62
+
63
+ - manifest structure
64
+ - distribution metadata
65
+ - runtime install expectations
66
+ - certification preparation
67
+
68
+ ## Related documents
69
+
70
+ For the deeper operator workflow, see:
71
+
72
+ ```text
73
+ docs/operations/third-party-extension-authoring.md
74
+ docs/architecture/extension-package-layout.md
75
+ ```
76
+
77
+ ## Quick Reference
78
+
79
+ Use this article to understand Extension Authoring in the MdWrk Authoring surface. Extension Authoring explains how this MdWrk surface works in the current client and package system.
80
+
81
+ Key concepts covered here:
82
+
83
+ - local Markdown files
84
+ - extension host contracts
85
+ - developer package reuse
86
+
87
+ Useful follow-up pages:
88
+
89
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
90
+ - [Extension Platform](/docs/extensions/extension-platform)
91
+ - [Developer Documentation](/features/developer-documentation)
92
+
93
+ Use this path when you want to author an MdWrk extension package rather than only install or operate one.
@@ -0,0 +1,81 @@
1
+ ---
2
+ title: Language Pack Authoring
3
+ slug: authoring/language-packs
4
+ section: Authoring
5
+ sectionOrder: 3.5
6
+ order: 4
7
+ toc: true
8
+ date: 2026-05-02
9
+ status: published
10
+ author: CobyCloud
11
+ excerpt: Language pack authoring uses the first-party studio package, locale catalogs, validation flows, export behavior, and host surfaces for MdWrk localization.
12
+ ---
13
+
14
+ ## Primary surface
15
+
16
+ Language pack authoring in this repository centers on the first-party studio package:
17
+
18
+ ```text
19
+ packages/extensions/extension-language-pack-studio/
20
+ ```
21
+
22
+ That surface is responsible for browsing, editing, importing, exporting, and activating language packs.
23
+
24
+ ## Authoring expectations
25
+
26
+ A language-pack author should expect to work with:
27
+
28
+ - locale labels and message catalogs
29
+ - import and export flows
30
+ - built-in and installed pack visibility
31
+ - activation and deactivation behavior through the host settings/runtime surfaces
32
+
33
+ ## What the studio proves
34
+
35
+ Language Pack Studio demonstrates that language-pack management is not just a static bundle concern.
36
+ It is a governed workspace surface with:
37
+
38
+ - authoring UI
39
+ - import validation
40
+ - export behavior
41
+ - persistence through the local host storage model
42
+
43
+ ## Artifact model
44
+
45
+ Language packs should be portable artifacts that the host can inspect, import, and activate without requiring app-local rewrites.
46
+
47
+ The authoring flow should preserve:
48
+
49
+ - stable locale identity
50
+ - portable message payloads
51
+ - compatibility with the shared i18n surfaces
52
+
53
+ ## Reference surfaces
54
+
55
+ Use these repo surfaces as the concrete reference:
56
+
57
+ ```text
58
+ packages/extensions/extension-language-pack-studio/
59
+ packages/shared/i18n/
60
+ docs/conformance/extension-workspace-surfaces-claim.md
61
+ ```
62
+
63
+ ## Quick Reference
64
+
65
+ Use this article to understand Language Pack Authoring in the MdWrk Authoring surface. Language 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
+ - workspace organization
71
+ - privacy-first storage
72
+ - extension host contracts
73
+ - developer package reuse
74
+
75
+ Useful follow-up pages:
76
+
77
+ - [Local-First Markdown Workspace](/features/local-first-markdown-workspace)
78
+ - [Extension Platform](/docs/extensions/extension-platform)
79
+ - [Client Installation](/docs/getting-started/installation)
80
+
81
+ Use this path when you want to author portable MdWrk language packs rather than only enable or disable built-in locales.