@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
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # @mdwrk/mdwrkcom-content-pack
2
+
3
+ **MdWrk public-site content distribution**
4
+
5
+ <p align="center">
6
+ <a href="https://github.com/groupsum/markdown_workspace/blob/master/packages/content/mdwrkcom-content-pack/README.md"><img alt="Hits" src="https://visitor-badge.laobi.icu/badge?page_id=groupsum.markdown_workspace.packages_content_mdwrkcom_content_pack_README&amp;left_text=hits" /></a>
7
+ <a href="https://www.npmjs.com/package/@mdwrk/mdwrkcom-content-pack"><img alt="Downloads" src="https://img.shields.io/npm/dm/%40mdwrk%2Fmdwrkcom-content-pack?label=downloads" /></a>
8
+ <a href="../../../package.json"><img alt="Node" src="https://img.shields.io/badge/node-20.x%20%7C%2021.x%20%7C%2022.x-339933?logo=node.js&amp;logoColor=white" /></a>
9
+ <a href="../../../LICENSE"><img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" /></a>
10
+ </p>
11
+
12
+ This package distributes the mdwrk.com source content tree, markdown data, public assets, and generated discovery artifacts.
13
+
14
+ ## Why
15
+ Use it when you need the content itself as a package boundary rather than consuming the mdwrk.com app repository structure directly.
16
+
17
+ ## What
18
+ - Source content and markdown data roots.
19
+ - Sitemap definition path and generated discovery outputs.
20
+ - Path helpers for consumers that need stable package-relative access.
21
+
22
+ ## Installation
23
+ Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
24
+
25
+ ```bash
26
+ npm install @mdwrk/mdwrkcom-content-pack
27
+ ```
28
+
29
+ ## Usage
30
+ ```ts
31
+ import { mdwrkcomContentPack, resolveMdwrkcomContentPackPath } from "@mdwrk/mdwrkcom-content-pack";
32
+
33
+ console.log(mdwrkcomContentPack.generatedArtifacts);
34
+ console.log(resolveMdwrkcomContentPackPath(mdwrkcomContentPack.sitemapPath));
35
+ ```
36
+
37
+ ## Related
38
+ - [Packages index](../../README.md) - family and package navigation
39
+ - [Root README](../../../README.md) - repo overview
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/does-mdwrk-require-a-server/"
4
+ title: "Does MdWrk Require A Server?"
5
+ description: "MdWrk does not require a hosted server for normal Markdown editing; networked flows are explicit integrations."
6
+ h1: "Does MdWrk require a server?"
7
+ entity: "MdWrk"
8
+ intent: "does mdwrk require a server"
9
+ contentType: "faq"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ subtitle: "A direct answer for readers checking MdWrk's local-first editing boundary."
13
+ parent: "/answers/"
14
+ related:
15
+ - "/features/"
16
+ - "/answers/how-does-mdwrk-store-markdown-locally/"
17
+ - "/trust/privacy-boundary/"
18
+ faqs:
19
+ - question: "Does MdWrk require a server?"
20
+ answer: "MdWrk does not require a hosted server for normal Markdown editing. Sync, package discovery, and deployment are explicit networked workflows."
21
+ ---
22
+
23
+ MdWrk does not require a hosted server for normal Markdown editing. The product is designed around browser-based, local-first authoring where writing, preview, and workspace organization can remain available without a hosted authoring backend.
24
+
25
+ Some workflows still use network services. Sync, repository operations, package discovery, and deployment are separate integration paths that go beyond the default editing boundary.
26
+
27
+ That distinction is important because it lets teams evaluate MdWrk as a local-first writing tool first, then decide later which connected workflows they actually need.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/how-do-mdwrk-theme-packs-work/"
4
+ title: "How Do MdWrk Theme Packs Work?"
5
+ description: "MdWrk theme packs target governed token and surface contracts so styling can travel across editor, preview, and lander surfaces."
6
+ h1: "How do MdWrk theme packs work?"
7
+ entity: "MdWrk"
8
+ intent: "how do mdwrk theme packs work"
9
+ contentType: "faq"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ subtitle: "A direct answer about MdWrk theme pack contracts and portable styling."
13
+ parent: "/answers/"
14
+ related:
15
+ - "/features/"
16
+ - "/packages/theme-contract/"
17
+ - "/packages/"
18
+ faqs:
19
+ - question: "How do MdWrk theme packs work?"
20
+ answer: "MdWrk theme packs target governed token and surface contracts instead of patching product internals."
21
+ ---
22
+
23
+ MdWrk theme packs target governed token and surface contracts so styling can travel across editor, preview, and lander surfaces. The goal is to keep visual customization portable instead of tying every theme to private implementation details.
24
+
25
+ That contract-based approach helps package authors, extension authors, and product contributors work against stable styling surfaces. A theme can express product identity while the underlying reusable packages keep their generic behavior.
26
+
27
+ In practice, theme packs make it easier to change appearance without rewriting renderer, editor, or extension logic.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/how-does-mdwrk-store-markdown-locally/"
4
+ title: "How Does MdWrk Store Markdown Locally?"
5
+ description: "MdWrk uses browser-local persistence for workspace state so authoring can remain device-local unless users choose an integration."
6
+ h1: "How does MdWrk store Markdown locally?"
7
+ entity: "MdWrk"
8
+ intent: "how does mdwrk store markdown locally"
9
+ contentType: "faq"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ subtitle: "A direct answer about MdWrk local persistence and storage boundaries."
13
+ parent: "/answers/"
14
+ related:
15
+ - "/features/indexeddb-markdown-storage/"
16
+ - "/answers/does-mdwrk-require-a-server/"
17
+ - "/trust/privacy-boundary/"
18
+ faqs:
19
+ - question: "How does MdWrk store Markdown locally?"
20
+ answer: "MdWrk uses browser-local persistence for workspace state so normal authoring can remain local-first."
21
+ ---
22
+
23
+ MdWrk uses browser-local persistence for workspace state so authoring can remain device-local unless the user chooses a workflow that moves content elsewhere. This keeps local writing, preview, and organization available as the default path.
24
+
25
+ Local persistence does not remove export, sync, or repository workflows. It makes the storage boundary clearer by separating normal local editing from the moments when a user intentionally moves content across systems.
26
+
27
+ That boundary is part of the broader MdWrk local-first model, where Markdown authoring starts on the device and connected workflows remain explicit choices.
@@ -0,0 +1,39 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/"
4
+ title: "MdWrk Answers | Markdown Questions And Direct Answers"
5
+ description: "Read direct answers about MdWrk, local-first Markdown workflows, offline editing, local storage, and theme-pack behavior."
6
+ h1: "Answers"
7
+ entity: "MdWrk"
8
+ intent: "mdwrk answers"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-12"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use the answers hub when you want short, direct responses before moving into feature pages, package pages, or broader Markdown guides."
14
+ parent: "/"
15
+ related:
16
+ - "/markdown/"
17
+ - "/features/"
18
+ - "/packages/"
19
+ faqs:
20
+ - question: "What belongs in the MdWrk answers section?"
21
+ answer: "The answers section covers direct MdWrk questions, local-first Markdown concepts, offline editing, storage boundaries, and theme-pack behavior."
22
+ - question: "How is an answers page different from a docs page?"
23
+ answer: "An answers page gives a short direct response first, then links into fuller docs, feature explanations, package pages, or related Markdown guides."
24
+ ---
25
+
26
+ The MdWrk answers section is the direct-response layer of the site. It is meant for visitors, crawlers, and AI assistants that need a clear answer first and deeper product context second.
27
+
28
+ ## MdWrk answer pages
29
+
30
+ - [What is a local-first Markdown workspace?](/answers/what-is-a-local-first-markdown-workspace/) explains the model behind local writing, preview, and organization before sync enters the workflow.
31
+ - [What is an offline Markdown editor?](/answers/what-is-an-offline-markdown-editor/) defines offline Markdown editing and why it matters for everyday writing.
32
+ - [Does MdWrk require a server?](/answers/does-mdwrk-require-a-server/) answers the core hosting question directly.
33
+ - [How does MdWrk store Markdown locally?](/answers/how-does-mdwrk-store-markdown-locally/) explains the local persistence boundary.
34
+ - [How do MdWrk theme packs work?](/answers/how-do-mdwrk-theme-packs-work/) covers token and surface contracts for portable styling.
35
+
36
+ ## Continue into broader guides
37
+
38
+ Use the [Markdown guides](/markdown/) when the question is broader than MdWrk itself. That section explains Markdown concepts, syntax, editors, and common comparisons for general Markdown search intent.
39
+
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/what-is-a-local-first-markdown-workspace/"
4
+ title: "What Is A Local-First Markdown Workspace? | MdWrk"
5
+ description: "A local-first Markdown workspace keeps normal writing, preview, and organization local while sync and hosted integrations remain optional paths."
6
+ h1: "What is a local-first Markdown workspace?"
7
+ entity: "MdWrk"
8
+ intent: "what is a local-first markdown workspace"
9
+ contentType: "faq"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ subtitle: "A direct answer for readers evaluating local-first Markdown writing tools and workspace behavior."
13
+ parent: "/answers/"
14
+ related:
15
+ - "/markdown/what-is-markdown/"
16
+ - "/features/"
17
+ - "/trust/privacy-boundary/"
18
+ faqs:
19
+ - question: "What is a local-first Markdown workspace?"
20
+ answer: "It is an authoring environment where normal Markdown writing, preview, and organization work locally first, while sync and hosted integrations remain optional."
21
+ ---
22
+
23
+ A local-first Markdown workspace is an authoring environment where normal writing, preview, and organization work locally first. Sync, repository, and hosted integrations can still exist, but they are optional paths rather than requirements for every edit.
24
+
25
+ That model matters when teams want Markdown to stay usable during normal daily work even if a hosted service is unavailable. It also makes it easier to understand what stays on the device, what moves through sync, and what belongs to a publishing or repository workflow.
26
+
27
+ MdWrk follows that approach by treating Markdown authoring, preview, and workspace organization as the default experience before optional networked workflows enter the picture.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/answers/what-is-an-offline-markdown-editor/"
4
+ title: "What Is An Offline Markdown Editor? | MdWrk"
5
+ description: "An offline Markdown editor lets authors write and preview Markdown without requiring a live hosted backend for normal editing."
6
+ h1: "What is an offline Markdown editor?"
7
+ entity: "MdWrk"
8
+ intent: "what is an offline markdown editor"
9
+ contentType: "faq"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ subtitle: "A direct answer for readers comparing offline Markdown tools and browser-based writing surfaces."
13
+ parent: "/answers/"
14
+ related:
15
+ - "/markdown/what-is-a-markdown-editor/"
16
+ - "/features/"
17
+ - "/compare/local-first-markdown-editors/"
18
+ faqs:
19
+ - question: "What is an offline Markdown editor?"
20
+ answer: "It is a Markdown editor that keeps normal writing and preview available without requiring a live hosted authoring backend."
21
+ ---
22
+
23
+ An offline Markdown editor lets authors write and preview Markdown without requiring a live hosted backend for normal editing. Offline capability matters for drafts, documentation, release notes, and note-taking workflows that should continue even when the network is unavailable.
24
+
25
+ Most offline Markdown tools add different layers around that core idea. Some focus on a single document, while others add preview, file management, workspace organization, themes, or publishing workflows.
26
+
27
+ MdWrk approaches offline editing as part of a broader local-first Markdown workspace, pairing browser-based authoring with preview, local persistence, and optional integration paths.
@@ -0,0 +1,42 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/updates/launch/"
4
+ title: "MdWrk launch notes for a static local-first Markdown lander"
5
+ description: "The MdWrk launch article explains why the public lander is compiled from Markdown into static HTML, JSON-LD, LLM indexes, and Markdown mirrors."
6
+ h1: "MdWrk launch notes"
7
+ entity: "MdWrk"
8
+ intent: "MdWrk launch story"
9
+ contentType: "update"
10
+ updatedAt: "2026-05-04"
11
+ author: CobyCloud
12
+ publishedAt: "2026-05-04"
13
+ subtitle: "The MdWrk launch story centers on a local-first Markdown workspace and a public lander that compiles Markdown into static, verifiable, machine-readable artifacts before deployment."
14
+ faqs:
15
+ - question: "Why does the MdWrk lander compile static HTML?"
16
+ answer: "Static HTML makes the primary public content readable before JavaScript, which supports search, accessibility, answer engines, and deployment-independent verification."
17
+ parent: "/"
18
+ related:
19
+ - "/docs/quickstart/"
20
+ tags:
21
+ - launch
22
+ - static
23
+ - markdown
24
+ ---
25
+
26
+ MdWrk's public launch story is not only about a Markdown editor. It is also about how the product explains itself. The public lander uses Markdown files as source content, validates frontmatter, builds a normalized registry, and produces static artifacts that can be verified before the production domain is live.
27
+
28
+ ## Static Before Runtime
29
+
30
+ The first principle is that public content should not require a browser application shell. If a crawler, assistant, or user downloads the raw HTML response, the primary content should already be present in the page.
31
+
32
+ ## Machine-Readable By Default
33
+
34
+ The build emits JSON-LD, sitemap data, robots policy, LLM index files, a content index, and Markdown mirrors. These artifacts are generated from the same registry so content identity, metadata, and links stay aligned.
35
+
36
+ ## Why It Matters
37
+
38
+ A Markdown product should be able to prove its own documentation quality. MdWrk uses the compiler to check source validity, static readability, SEO signals, answer visibility, AI-oriented artifacts, and internal links without depending on production deployment.
39
+
40
+ ## What Comes Next
41
+
42
+ The static compiler can grow as the content set grows. The important contract is already clear: Markdown body content remains the article, frontmatter remains metadata, and answer or FAQ metadata must be visibly rendered when used for structured data.
@@ -0,0 +1,39 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/compare/"
4
+ title: "MdWrk Compare | Markdown Editor Comparisons"
5
+ description: "Compare MdWrk with Markdown editors and workspace tools by local-first behavior, browser delivery, package reuse, extension boundaries, and proof artifacts."
6
+ h1: "Compare MdWrk"
7
+ entity: "MdWrk"
8
+ intent: "compare mdwrk"
9
+ contentType: "comparison"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use this comparison hub to choose the right Markdown workspace by storage defaults, authoring model, extension boundaries, and public proof."
14
+ related:
15
+ - "/compare/local-first-markdown-editors/"
16
+ - "/compare/mdwrk-vs-obsidian/"
17
+ - "/compare/mdwrk-vs-typora/"
18
+ - "/compare/mdwrk-vs-vscode-markdown/"
19
+ faqs:
20
+ - question: "What should I compare before choosing MdWrk?"
21
+ answer: "Compare storage defaults, offline behavior, browser and PWA support, preview quality, extension boundaries, package reuse, export needs, and public proof artifacts."
22
+ - question: "Why does MdWrk need a comparison index?"
23
+ answer: "The comparison index gives users, crawlers, and AI assistants a canonical hub for MdWrk comparison pages instead of forcing them to infer structure from individual articles."
24
+ ---
25
+
26
+ Compare MdWrk by the boundaries that matter for Markdown work: local-first authoring, browser delivery, package reuse, extension trust, preview behavior, and machine-readable proof. This page is the canonical comparison hub for the MdWrk marketing site.
27
+
28
+ ## Comparison pages
29
+
30
+ - [Local-first Markdown Editors](/compare/local-first-markdown-editors/) compares Markdown tools by storage defaults, offline behavior, preview policy, package reuse, and public proof.
31
+ - [MdWrk vs Obsidian](/compare/mdwrk-vs-obsidian/) frames MdWrk against a graph-oriented personal knowledge management workflow.
32
+ - [MdWrk vs Typora](/compare/mdwrk-vs-typora/) compares browser/PWA workspace behavior with a focused desktop Markdown editor.
33
+ - [MdWrk vs VS Code Markdown](/compare/mdwrk-vs-vscode-markdown/) compares a dedicated Markdown workspace with editor-centered Markdown authoring.
34
+
35
+ ## Evaluation criteria
36
+
37
+ Use the same criteria across comparison pages: where documents live by default, whether normal authoring works offline, how preview behavior is handled, how extensions are governed, whether package surfaces are reusable, and whether the public site emits sitemap, robots, LLM, content index, and JSON-LD artifacts.
38
+
39
+ This comparison index keeps the `/compare/` route structural, crawlable, and useful before a visitor chooses a specific alternative.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/compare/local-first-markdown-editors/"
4
+ title: "Local-First Markdown Editors | MdWrk Comparison"
5
+ description: "Compare local-first Markdown editors by storage defaults, browser/PWA support, preview behavior, package reuse, and extension boundaries."
6
+ h1: "Local-first Markdown editors"
7
+ entity: "MdWrk"
8
+ intent: "local-first markdown editors"
9
+ contentType: "comparison"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use this page to evaluate Markdown tools by local-first authoring and portable product surfaces."
14
+ faqs:
15
+ - question: "What should I compare in local-first Markdown editors?"
16
+ answer: "Compare storage defaults, offline behavior, preview quality, package reuse, extension boundaries, and export or sync policy."
17
+ ---
18
+
19
+ Local-first Markdown editors should be evaluated by more than whether they can open a Markdown file. The practical questions are storage defaults, offline behavior, preview policy, package reuse, extension boundaries, and how clearly sync or export crosses a user-controlled boundary.
20
+
21
+ | Criteria | MdWrk | Other local-first editors |
22
+ | --- | --- | --- |
23
+ | Storage default | MdWrk centers browser-local workspace behavior for normal authoring. | Storage models vary by tool and should be inspected directly. |
24
+ | Package reuse | MdWrk documents reusable renderer, editor, theme, extension, and lander packages. | Many tools focus on app behavior rather than portable packages. |
25
+ | Public proof | MdWrk emits static content, sitemap, robots, LLM files, content indexes, and JSON-LD. | Public proof artifacts vary widely. |
26
+
27
+ Choose the editor whose boundaries match the workflow. MdWrk is strongest when local-first browser authoring and package adoption should work together.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/compare/mdwrk-vs-obsidian/"
4
+ title: "MdWrk Vs Obsidian | Local-First Markdown Comparison"
5
+ description: "Compare MdWrk and Obsidian for local-first Markdown writing, package reuse, workspace behavior, privacy boundaries, and extensions."
6
+ h1: "MdWrk vs Obsidian"
7
+ entity: "MdWrk"
8
+ intent: "mdwrk vs obsidian"
9
+ contentType: "comparison"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use this comparison when local-first Markdown authoring, package reuse, and extension contracts matter."
14
+ faqs:
15
+ - question: "When should I choose MdWrk over Obsidian?"
16
+ answer: "Choose MdWrk when browser/PWA authoring, reusable package surfaces, and governed extension contracts matter more than graph-oriented personal knowledge management."
17
+ ---
18
+
19
+ MdWrk is best evaluated as a local-first Markdown workspace and package platform. Obsidian is widely used for personal knowledge management and linked note collections. This page frames the practical difference for authors and developers evaluating Markdown workflows.
20
+
21
+ | Criteria | MdWrk | Obsidian |
22
+ | --- | --- | --- |
23
+ | Local-first authoring | Browser and PWA-centered Markdown workspace with local persistence as a core boundary. | Local Markdown files are central, with a different app and plugin model. |
24
+ | Package reuse | Renderer, editor, theme, extension, and lander packages are documented as reusable surfaces. | Typically evaluated as an app and plugin ecosystem first. |
25
+ | Extension contracts | Governed package and manifest surfaces keep extension behavior explicit. | Plugin behavior follows Obsidian's ecosystem and product model. |
26
+
27
+ Choose MdWrk when you need browser availability, reusable package adoption, governed extension contracts, and static product documentation that explains the boundary clearly.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/compare/mdwrk-vs-typora/"
4
+ title: "MdWrk Vs Typora | Markdown Workspace Comparison"
5
+ description: "Compare MdWrk and Typora for local-first Markdown writing, live preview, package reuse, workspace organization, and extension surfaces."
6
+ h1: "MdWrk vs Typora"
7
+ entity: "MdWrk"
8
+ intent: "mdwrk vs typora"
9
+ contentType: "comparison"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use this comparison when choosing between a workspace and a focused Markdown editor."
14
+ faqs:
15
+ - question: "When should I choose MdWrk over Typora?"
16
+ answer: "Choose MdWrk when workspace organization, browser/PWA delivery, package reuse, and extension contracts matter more than a minimal single-document writing surface."
17
+ ---
18
+
19
+ MdWrk and Typora fit different Markdown workflows. Typora is commonly associated with focused document writing. MdWrk presents Markdown as a workspace with preview, organization, package surfaces, themes, and extensions.
20
+
21
+ | Criteria | MdWrk | Typora |
22
+ | --- | --- | --- |
23
+ | Workspace model | Project-oriented browser/PWA workspace with package and extension documentation. | Focused Markdown editing experience. |
24
+ | Package reuse | Editor and renderer package families are part of the public product story. | Usually adopted as an application rather than a reusable package platform. |
25
+ | Extensions | Governed extension runtime and package contracts are visible surfaces. | Extension behavior is not the center of the product comparison. |
26
+
27
+ Choose MdWrk when the Markdown workflow extends beyond a single document and needs product, package, and extension surfaces to remain aligned.
@@ -0,0 +1,27 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/compare/mdwrk-vs-vscode-markdown/"
4
+ title: "MdWrk Vs VS Code Markdown | Markdown Workspace Comparison"
5
+ description: "Compare MdWrk and VS Code Markdown workflows for writing, preview, local-first behavior, package reuse, and extension contracts."
6
+ h1: "MdWrk vs VS Code Markdown"
7
+ entity: "MdWrk"
8
+ intent: "mdwrk vs vscode markdown"
9
+ contentType: "comparison"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Use this comparison when deciding whether Markdown authoring should live in a focused workspace or inside a general code editor."
14
+ faqs:
15
+ - question: "When should I choose MdWrk over VS Code Markdown?"
16
+ answer: "Choose MdWrk when Markdown writing, preview, local-first workspace behavior, and package reuse should be the primary product surface."
17
+ ---
18
+
19
+ VS Code is a broad development environment with Markdown capabilities. MdWrk makes Markdown authoring, preview, local-first workspace behavior, themes, and package reuse the center of the product.
20
+
21
+ | Criteria | MdWrk | VS Code Markdown |
22
+ | --- | --- | --- |
23
+ | Product focus | Markdown workspace, preview, packages, and extensions are the core surface. | Markdown is one capability inside a general IDE. |
24
+ | Local-first story | Browser/PWA workspace behavior and local persistence are explicit. | Local behavior depends on editor setup and extensions. |
25
+ | Package adoption | MdWrk documents reusable editor and renderer package surfaces directly. | Extension and editor behavior are tied to the VS Code ecosystem. |
26
+
27
+ Choose MdWrk when the audience is writing and publishing Markdown rather than primarily editing source code.
@@ -0,0 +1,34 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/docs/extensions/"
4
+ title: "MdWrk extensions documentation for workspace developers"
5
+ description: "MdWrk extension docs explain manifests, host boundaries, runtime surfaces, capability expectations, and trust policy for Markdown workspace extensions."
6
+ h1: "Extensions"
7
+ entity: "MdWrk"
8
+ intent: "learn MdWrk extensions"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-04"
11
+ author: CobyCloud
12
+ subtitle: "MdWrk extensions are documented as governed workspace integrations with manifest metadata, runtime boundaries, compatibility checks, and explicit user trust policy."
13
+ parent: "/docs/quickstart/"
14
+ related:
15
+ - "/docs/theme-packs/"
16
+ tags:
17
+ - extensions
18
+ - docs
19
+ - runtime
20
+ ---
21
+
22
+ Extensions let MdWrk describe additional workspace capabilities without turning the product into an unbounded runtime. The docs should explain what an extension can do, how it identifies itself, and how trust is represented.
23
+
24
+ ## Manifest Metadata
25
+
26
+ The extension manifest is the first durable contract. It should describe identity, compatibility, capabilities, and package expectations in a way that can be reviewed before activation.
27
+
28
+ ## Runtime Surface
29
+
30
+ Runtime surfaces may include panels, settings, commands, or workspace views. The documentation should connect these surfaces back to the local-first Markdown workflow rather than presenting extensions as unrelated widgets.
31
+
32
+ ## Trust And Compatibility
33
+
34
+ Extension trust should be explicit. Users and operators need to understand which package is being used, what it can access, and whether the version is compatible with the current workspace.
@@ -0,0 +1,48 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/docs/quickstart/"
4
+ title: "MdWrk quickstart - Write and preview Markdown locally"
5
+ description: "Start using MdWrk by understanding the local-first workspace model, the Markdown editor and renderer surfaces, and where public static docs fit."
6
+ h1: "MdWrk quickstart"
7
+ entity: "MdWrk"
8
+ intent: "learn how to start using MdWrk"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-04"
11
+ author: CobyCloud
12
+ locale: "en"
13
+ localeGroup: "docs-quickstart"
14
+ subtitle: "Start with MdWrk by opening the workspace, writing Markdown in the source editor, checking rendered preview, and using docs to understand local storage, export, and extension boundaries."
15
+ faqs:
16
+ - question: "What should new MdWrk users read first?"
17
+ answer: "New users should read the quickstart, offline Markdown editor page, and local-first workspace page before exploring extension and theme documentation."
18
+ parent: "/"
19
+ related:
20
+ - "/docs/extensions/"
21
+ tags:
22
+ - docs
23
+ - quickstart
24
+ - markdown
25
+ ---
26
+
27
+ This quickstart explains the public MdWrk model before deployment. It does not depend on the production domain being live, and it does not require a client-side application shell to explain the product.
28
+
29
+ ## Create Your First Document
30
+
31
+ Begin with a Markdown document and keep the source text readable. MdWrk treats Markdown as portable content, so the document should remain useful outside a single hosted service or proprietary editor state.
32
+
33
+ 1. Create or open a Markdown file in the local workspace.
34
+ 2. Add a title, short introduction, and at least one structured section.
35
+ 3. Save the file as plain Markdown so the source remains portable.
36
+ 4. Preview the rendered output before sharing or exporting.
37
+
38
+ ## Preview The Result
39
+
40
+ Use preview to check headings, lists, links, code blocks, and document structure. The renderer is part of the package story, so public docs should describe the rendered result in terms that developers and authors can inspect.
41
+
42
+ ## Understand Local Boundaries
43
+
44
+ MdWrk is described as local-first and privacy-first. That means the docs should explain what stays local, when export happens, when sync may contact an external service, and how extensions fit into the trust model.
45
+
46
+ ## Continue Through The Docs
47
+
48
+ After this page, read the extension docs, theme pack docs, and comparison pages. The static lander generates HTML, Markdown mirrors, JSON-LD, sitemap data, robots policy, and LLM index files from the same content registry.
@@ -0,0 +1,34 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/docs/theme-packs/"
4
+ title: "MdWrk theme packs documentation for Markdown workspace styling"
5
+ description: "MdWrk theme pack docs explain theme contracts, token surfaces, visual boundaries, and how Markdown workspace styling remains inspectable."
6
+ h1: "Theme packs"
7
+ entity: "MdWrk"
8
+ intent: "learn MdWrk theme packs"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-04"
11
+ author: CobyCloud
12
+ subtitle: "MdWrk theme packs document the token and styling contract for workspace presentation so visual changes can be inspected without changing Markdown source content."
13
+ parent: "/docs/quickstart/"
14
+ related:
15
+ - "/docs/extensions/"
16
+ tags:
17
+ - themes
18
+ - docs
19
+ - styling
20
+ ---
21
+
22
+ Theme packs describe how MdWrk presents the Markdown workspace without changing the underlying Markdown source. The documentation separates content, rendering, and theme behavior so users know what is styling and what is document data.
23
+
24
+ ## Theme Contract
25
+
26
+ A theme should define visual tokens, layout behavior, syntax colors, and component styling boundaries. It should not rewrite public content or hide important text from crawlers and readers.
27
+
28
+ ## Syntax Color
29
+
30
+ Code block syntax colors must be visible in generated HTML when the renderer emits token classes. Lander themes define different color variables for light and dark modes, while the static compiler keeps source content readable.
31
+
32
+ ## Extension Relationship
33
+
34
+ Theme packs may be delivered through extension surfaces, but the documentation should explain which package owns the contract and how the workspace applies the visual layer.
@@ -0,0 +1,50 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/es/docs/quickstart/"
4
+ title: "MdWrk inicio rapido para escribir y previsualizar Markdown local"
5
+ description: "Empieza con MdWrk entendiendo el modelo local-first, el editor Markdown, la vista previa y el papel de la documentacion estatica publica."
6
+ h1: "Inicio rapido de MdWrk"
7
+ entity: "MdWrk"
8
+ intent: "aprender como empezar con MdWrk"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-06"
11
+ author: CobyCloud
12
+ locale: "es"
13
+ translationOf: "/docs/quickstart/"
14
+ localeGroup: "docs-quickstart"
15
+ subtitle: "Empieza con MdWrk abriendo el espacio de trabajo, escribiendo Markdown en el editor fuente, revisando la vista previa renderizada y usando la documentacion para entender almacenamiento local, exportacion y extensiones."
16
+ faqs:
17
+ - question: "Que deberian leer primero los nuevos usuarios de MdWrk?"
18
+ answer: "Los nuevos usuarios deberian leer el inicio rapido, la pagina del editor Markdown sin conexion y la pagina del espacio local-first antes de explorar extensiones y temas."
19
+ parent: "/"
20
+ related:
21
+ - "/docs/quickstart/"
22
+ - "/docs/extensions/"
23
+ tags:
24
+ - docs
25
+ - quickstart
26
+ - markdown
27
+ ---
28
+
29
+ Este inicio rapido explica el modelo publico de MdWrk antes de la implementacion. No depende de que el dominio de produccion este activo y no requiere que una aplicacion cliente renderice la pagina para explicar el producto.
30
+
31
+ ## Crea Tu Primer Documento
32
+
33
+ Empieza con un documento Markdown y conserva el texto fuente como contenido legible. MdWrk trata Markdown como contenido portable, por eso el documento debe seguir siendo util fuera de un servicio alojado o de un estado propietario del editor.
34
+
35
+ 1. Crea o abre un archivo Markdown en el espacio de trabajo local.
36
+ 2. Agrega un titulo, una introduccion breve y al menos una seccion estructurada.
37
+ 3. Guarda el archivo como Markdown plano para que el origen siga siendo portable.
38
+ 4. Revisa la vista previa renderizada antes de compartir o exportar.
39
+
40
+ ## Revisa La Vista Previa
41
+
42
+ Usa la vista previa para comprobar encabezados, listas, enlaces, bloques de codigo y estructura del documento. El renderizador forma parte de la historia de paquetes, asi que la documentacion publica debe describir el resultado renderizado con terminos que desarrolladores y autores puedan inspeccionar.
43
+
44
+ ## Entiende Los Limites Locales
45
+
46
+ MdWrk se describe como local-first y privacy-first. Eso significa que la documentacion debe explicar que permanece local, cuando ocurre la exportacion, cuando la sincronizacion puede contactar un servicio externo y como entran las extensiones en el modelo de confianza.
47
+
48
+ ## Continua Por La Documentacion
49
+
50
+ Despues de esta pagina, lee la documentacion de extensiones, paquetes de temas y comparaciones. El lander estatico genera HTML, espejos Markdown, JSON-LD, datos de sitemap, politica robots y archivos de indice LLM desde el mismo registro de contenido.
@@ -0,0 +1,25 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/extension-runtime/"
4
+ title: "Extension Runtime | MdWrk"
5
+ description: "MdWrk extensions use governed runtime, manifest, compatibility, and trust surfaces instead of patching the client directly."
6
+ h1: "Extension runtime"
7
+ entity: "MdWrk"
8
+ intent: "markdown workspace extension runtime"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "The MdWrk extension runtime gives package authors a documented way to add commands, panes, settings, and integrations."
14
+ faqs:
15
+ - question: "What is the MdWrk extension runtime?"
16
+ answer: "The extension runtime is the governed host surface for adding commands, panes, settings, and integrations to MdWrk."
17
+ - question: "Do extensions patch the client directly?"
18
+ answer: "No. Extensions are expected to use documented manifests, compatibility rules, lifecycle hooks, and trust boundaries."
19
+ ---
20
+
21
+ The MdWrk extension runtime gives package authors a governed way to extend the workspace. Instead of patching the client directly, extensions describe their contribution through documented package and manifest surfaces.
22
+
23
+ This matters for trust and portability. Runtime lifecycle, compatibility metadata, installable artifacts, and host context stay explicit, which makes extension behavior easier to inspect and easier to verify.
24
+
25
+ The reusable lander package does not contain any MdWrk extension claim. MdWrk-specific extension facts live here in the content pack, while the lander packages render feature pages generically.