@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,25 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/github-sync/"
4
+ title: "GitHub Sync | MdWrk"
5
+ description: "MdWrk treats GitHub sync as an optional repository integration path rather than the default authoring storage layer."
6
+ h1: "GitHub sync"
7
+ entity: "MdWrk"
8
+ intent: "github sync markdown workspace"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "GitHub sync supports repository movement for Markdown projects without making every local edit depend on a hosted backend."
14
+ faqs:
15
+ - question: "Does MdWrk support GitHub-oriented workflows?"
16
+ answer: "MdWrk documents GitHub-oriented sync and repository workflows as optional integration paths."
17
+ - question: "Is GitHub the default storage layer?"
18
+ answer: "No. MdWrk's normal authoring story remains local-first, with GitHub as an explicit integration."
19
+ ---
20
+
21
+ GitHub sync is useful when Markdown work needs to move into repository collaboration, review, or publishing workflows. MdWrk keeps that path explicit so local authoring remains understandable before content crosses a network boundary.
22
+
23
+ This feature page frames GitHub as an integration rather than a default dependency. Authors can write, preview, and organize locally, then choose repository operations when the project needs versioned collaboration.
24
+
25
+ The portable lander extraction keeps this claim in MdWrk content. Other products can reuse the same lander packages without inheriting GitHub-specific positioning.
@@ -0,0 +1,42 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/"
4
+ title: "MdWrk Features | Local-First Markdown Workspace"
5
+ description: "Explore MdWrk features for local-first Markdown writing, offline authoring, PWA use, browser-local storage, preview, themes, extensions, and GitHub sync."
6
+ h1: "MdWrk features"
7
+ entity: "MdWrk"
8
+ intent: "mdwrk features"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Browse the local-first Markdown workspace surfaces that make MdWrk useful for authors, developers, and package adopters."
14
+ related:
15
+ - "/features/indexeddb-markdown-storage/"
16
+ - "/features/live-preview/"
17
+ - "/features/extension-runtime/"
18
+ - "/features/github-sync/"
19
+ faqs:
20
+ - question: "What MdWrk features should I review first?"
21
+ answer: "Start with local-first Markdown workspace, offline Markdown editor, IndexedDB Markdown storage, live preview, theme packs, extension runtime, and GitHub sync."
22
+ - question: "Why does MdWrk group features into an index page?"
23
+ answer: "The index page gives users, crawlers, and AI assistants a canonical feature hub that links the product surfaces under one structural route."
24
+ ---
25
+
26
+ MdWrk features describe the product surfaces that make the workspace local-first, browser-delivered, package-aware, and explicit about trust boundaries. This page is the canonical feature hub for the MdWrk marketing site.
27
+
28
+ ## Core workspace features
29
+
30
+ - [Local-first Markdown Workspace](/features/local-first-markdown-workspace/) explains the product model for writing, previewing, organizing, and extending Markdown without making hosted storage the default.
31
+ - [Offline Markdown Editor](/features/offline-markdown-editor/) covers browser-local authoring and PWA-friendly editing when network access is not the primary dependency.
32
+ - [PWA Markdown Editor](/features/pwa-markdown-editor/) describes the installable app-like surface for browser-based Markdown work.
33
+ - [IndexedDB Markdown Storage](/features/indexeddb-markdown-storage/) explains browser-local persistence and the storage boundary.
34
+ - [Live Preview](/features/live-preview/) documents the editing and preview surface for validating Markdown while writing.
35
+
36
+ ## Extension and integration features
37
+
38
+ - [Theme Packs](/features/theme-packs/) covers governed theme contracts and reusable styling surfaces.
39
+ - [Extension Runtime](/features/extension-runtime/) explains the package and runtime boundary for extending MdWrk.
40
+ - [GitHub Sync](/features/github-sync/) describes optional repository-oriented sync and publication workflows.
41
+
42
+ Use this feature index as the structural entry point before reading individual feature pages, answer pages, proof pages, or package documentation.
@@ -0,0 +1,25 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/indexeddb-markdown-storage/"
4
+ title: "IndexedDB Markdown Storage | MdWrk"
5
+ description: "MdWrk uses browser-local persistence so workspace state can remain on the user device during normal authoring."
6
+ h1: "IndexedDB Markdown storage"
7
+ entity: "MdWrk"
8
+ intent: "indexeddb markdown storage"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Browser-local persistence keeps MdWrk's default authoring workflow independent from hosted document storage."
14
+ faqs:
15
+ - question: "How does MdWrk store Markdown locally?"
16
+ answer: "MdWrk uses browser-local persistence for workspace state so normal authoring can remain local-first."
17
+ - question: "Does local storage prevent sync?"
18
+ answer: "No. Sync and export workflows can be explicit integrations without becoming the default storage layer."
19
+ ---
20
+
21
+ IndexedDB Markdown storage is part of MdWrk's local-first product boundary. The workspace can keep project state on the user's device during ordinary writing, preview, and organization, instead of requiring every editing action to depend on a hosted authoring backend.
22
+
23
+ This design keeps storage policy understandable. Local persistence supports daily authoring. Export, repository, and sync flows remain visible choices that move content across a boundary when the user chooses that workflow.
24
+
25
+ The public lander presents this as product truth from the MdWrk content pack. Generic lander packages only enforce the content model, metadata, FAQ, and diagnostics that make the page portable.
@@ -0,0 +1,25 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/live-preview/"
4
+ title: "Live Markdown Preview | MdWrk"
5
+ description: "MdWrk pairs Markdown source editing with live preview through reusable editor and renderer package surfaces."
6
+ h1: "Live Markdown preview"
7
+ entity: "MdWrk"
8
+ intent: "live markdown preview"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "Live preview helps authors move between source text and rendered output without hiding the Markdown file."
14
+ faqs:
15
+ - question: "Does MdWrk include live Markdown preview?"
16
+ answer: "MdWrk pairs Markdown source editing with rendered preview through shared editor and renderer surfaces."
17
+ - question: "Is preview behavior reusable outside the app?"
18
+ answer: "Yes. MdWrk documents renderer and editor packages so product teams can adopt the same package family directly."
19
+ ---
20
+
21
+ Live Markdown preview is a core MdWrk workflow. Authors can write in Markdown source while reviewing rendered output, which helps documentation, README, changelog, and article work stay close to the final reading surface.
22
+
23
+ MdWrk treats preview as a package-aligned surface. The renderer and editor package family makes it possible for the client, examples, documentation, and future product implementations to use the same underlying behavior instead of copying presentation logic.
24
+
25
+ This page keeps the product claim in MdWrk content. The portable lander renderer simply consumes section data, FAQ data, metadata, and schema data from the content contract.
@@ -0,0 +1,25 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/features/pwa-markdown-editor/"
4
+ title: "PWA Markdown Editor | MdWrk"
5
+ description: "MdWrk can run as an installable PWA Markdown editor with browser-based authoring, preview, and workspace navigation."
6
+ h1: "PWA Markdown editor"
7
+ entity: "MdWrk"
8
+ intent: "pwa markdown editor"
9
+ contentType: "feature"
10
+ updatedAt: "2026-05-05"
11
+ author: CobyCloud
12
+ displayAuthor: false
13
+ subtitle: "MdWrk uses the browser and installable PWA surface as an app-like Markdown workspace while preserving portable web delivery."
14
+ faqs:
15
+ - question: "Is MdWrk a PWA Markdown editor?"
16
+ answer: "MdWrk is designed to support an installable PWA workflow for browser-based Markdown writing, preview, and workspace navigation."
17
+ - question: "Does PWA use replace the browser workflow?"
18
+ answer: "No. The PWA path is an app-like shell for the same local-first Markdown workspace rather than a separate product model."
19
+ ---
20
+
21
+ MdWrk can be used as a PWA Markdown editor when authors want an app-like shell without leaving the browser delivery model. The product keeps Markdown writing, live preview, local persistence, package documentation, and extension behavior connected to the same workspace story.
22
+
23
+ The PWA surface matters because it makes the workspace feel close to a desktop tool while keeping the implementation portable. Authors can keep normal editing local-first, then choose sync, repository, or deployment paths when a project needs them.
24
+
25
+ This page is part of the MdWrk content pack. The reusable lander packages do not know this product claim; they only render the page contract, metadata, schema, FAQ, and internal navigation shape.
@@ -0,0 +1,45 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/"
4
+ title: "MdWrk - Local-first Markdown workspace for writing, preview, and extensions"
5
+ description: "MdWrk is a local-first Markdown workspace for writing, previewing, organizing, and extending Markdown documents with static documentation built for search and AI retrieval."
6
+ h1: "Local-first Markdown workspace"
7
+ entity: "MdWrk"
8
+ intent: "local-first markdown workspace"
9
+ contentType: "landing"
10
+ updatedAt: "2026-05-04"
11
+ author: CobyCloud
12
+ subtitle: "MdWrk is a local-first Markdown workspace for authors and developers who want Markdown writing, preview, organization, package documentation, themes, and extension contracts without making cloud storage the default workflow."
13
+ faqs:
14
+ - question: "What is MdWrk?"
15
+ answer: "MdWrk is a Markdown workspace and package platform focused on local-first authoring, preview, theming, extension contracts, and developer-facing documentation."
16
+ - question: "Does MdWrk require client-side rendering for public documentation?"
17
+ answer: "The public lander is compiled into static HTML so core public content is readable from the raw HTML response before any JavaScript executes."
18
+ related:
19
+ - "/docs/quickstart/"
20
+ - "/privacy/"
21
+ tags:
22
+ - markdown
23
+ - local-first
24
+ - static-lander
25
+ ---
26
+
27
+ MdWrk gives Markdown authors a workspace that treats plain text as the durable source of truth. The product combines source editing, rendered preview, workspace organization, theme surfaces, extension contracts, and package-level documentation in one environment.
28
+
29
+ The public lander is compiled from Markdown files into static HTML. Search engines, answer engines, AI retrieval systems, and people using simple command-line tools can read the important page content without waiting for a JavaScript application shell to render it.
30
+
31
+ ## Why MdWrk Exists
32
+
33
+ Markdown teams often want portability and speed, but product sites around Markdown tools can hide the real content behind runtime frameworks. MdWrk keeps public content in Markdown, validates metadata with a schema, renders visible answers and FAQs, and ships machine-readable artifacts with the build.
34
+
35
+ ## What The Workspace Emphasizes
36
+
37
+ MdWrk focuses on offline-capable writing, local-first workspace state, privacy-aware sharing, reusable editor and renderer packages, and extension host boundaries. The documentation explains what lives locally, what needs network access, and which package surfaces developers can use directly.
38
+
39
+ ## Static Content Contract
40
+
41
+ Every public page in this compiler has YAML frontmatter for metadata and Markdown body content for the article. The compiler produces HTML, JSON-LD, sitemap data, robots policy, LLM-oriented indexes, Markdown mirrors, and a content registry that can be verified before deployment.
42
+
43
+ ## Start Here
44
+
45
+ Begin with the quickstart, then review the feature pages for offline Markdown editing, local-first workflow design, and extension platform boundaries. Comparison pages explain how MdWrk differs from note apps, code editors, and standard Markdown editors without recommending tools that do not fit MdWrk's privacy and workspace goals.
@@ -0,0 +1,29 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/basic-markdown-syntax/"
4
+ title: "Basic Markdown Syntax | Headings, Lists, Links, And Code"
5
+ description: "Review basic Markdown syntax for headings, lists, links, emphasis, images, blockquotes, and code blocks in a readable plain-text format."
6
+ h1: "Basic Markdown syntax"
7
+ entity: "MdWrk"
8
+ intent: "basic markdown syntax"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-12"
11
+ author: CobyCloud
12
+ subtitle: "A compact guide to the Markdown syntax most people use every day."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/how-to-write-markdown/"
16
+ - "/markdown/what-is-markdown/"
17
+ - "/features/live-preview/"
18
+ faqs:
19
+ - question: "What syntax does basic Markdown include?"
20
+ answer: "Basic Markdown usually includes headings, paragraphs, lists, links, emphasis, images, blockquotes, and code blocks."
21
+ - question: "Is basic Markdown enough for most documents?"
22
+ answer: "Yes. For many notes, docs, README files, and articles, the basic syntax covers most everyday writing needs."
23
+ ---
24
+
25
+ Basic Markdown syntax covers the structural patterns most writers use every day. That includes headings, paragraphs, ordered and unordered lists, links, emphasis, blockquotes, inline code, fenced code blocks, and images.
26
+
27
+ For many documents, that basic syntax is enough. README files, documentation pages, release notes, notes, and blog drafts often do not need more than headings, lists, links, and code fences to stay clear and portable.
28
+
29
+ Preview tools make syntax easier to validate while writing, but the core value of Markdown is that the source remains understandable even before rendering. That is one reason MdWrk keeps preview close to the Markdown source instead of hiding the text model.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/benefits/"
4
+ title: "Benefits Of Local-first Markdown workspace | MdWrk"
5
+ description: "The benefits of Local-first Markdown workspace usually include source readability, workflow clarity, portability, and better alignment between writing and publishing."
6
+ h1: "Benefits of local-first markdown workspace"
7
+ entity: "MdWrk"
8
+ intent: "benefits of Local-first Markdown workspace"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Review the main benefits of Local-first Markdown workspace before deciding whether the workflow fits your Markdown process."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What are the benefits of Local-first Markdown workspace?"
20
+ answer: "The benefits usually include readable source text, clearer review paths, more portable content, and easier separation between writing and publishing concerns."
21
+ - question: "Do the benefits of Local-first Markdown workspace apply to every team?"
22
+ answer: "Not equally. The benefits matter most when a team values plain-text portability, explicit workflow boundaries, and predictable Markdown behavior."
23
+ ---
24
+
25
+ The benefits of Local-first Markdown workspace are easiest to understand when you compare them with heavier or less portable writing workflows. A Markdown workspace that keeps normal writing, preview, and organization local by default.
26
+
27
+ Local-first behavior clarifies what stays on the device and what moves through sync, repository, or publishing workflows. In most cases, the benefit is not only speed. It is also the ability to keep source text readable, inspect rendered output more confidently, and move the same Markdown through multiple tools without losing the content itself.
28
+
29
+ Another benefit is workflow clarity. Teams can decide when storage stays local, when sync begins, when repository review matters, and when a package or publishing layer should take over.
30
+
31
+ MdWrk builds on those benefits by combining Markdown portability with answer-oriented docs, proof pages, comparison pages, and reusable package surfaces for editor, renderer, theme, and extension behavior.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/best-practices/"
4
+ title: "Local-first Markdown workspace Best Practices | MdWrk"
5
+ description: "Local-first Markdown workspace best practices help teams keep Markdown workflows portable, readable, reviewable, and easier to publish."
6
+ h1: "Local-first Markdown workspace best practices"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace best practices"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use these best practices to keep Local-first Markdown workspace workflows clear, durable, and easier to scale."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What are the best practices for Local-first Markdown workspace?"
20
+ answer: "Strong Local-first Markdown workspace practice usually means readable source text, predictable preview behavior, clear storage boundaries, and documented publishing or review steps."
21
+ - question: "Why do best practices matter for Local-first Markdown workspace?"
22
+ answer: "Best practices reduce drift between what authors write, what reviewers inspect, and what readers or publishing systems finally consume."
23
+ ---
24
+
25
+ Local-first Markdown workspace best practices begin with clear source discipline. Writers should keep the Markdown readable in raw form, use stable heading structure, and avoid workflow assumptions that only make sense inside one private application shell.
26
+
27
+ Local-first behavior clarifies what stays on the device and what moves through sync, repository, or publishing workflows. Teams usually get better results when preview behavior, file ownership, storage expectations, and publishing boundaries are explicit instead of implied.
28
+
29
+ A good Local-first Markdown workspace workflow also separates durable content from presentation-specific behavior. That makes it easier to review the source, move it between tools, and keep documentation or package adoption paths aligned with the same content.
30
+
31
+ Within MdWrk, those best-practice ideas map cleanly to local-first authoring, reusable renderer and editor packages, documented theme and extension surfaces, and proof-oriented public documentation.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/checklist/"
4
+ title: "Local-first Markdown workspace Checklist | MdWrk"
5
+ description: "A Local-first Markdown workspace checklist helps teams review authoring, preview, storage, portability, and publishing concerns before choosing or expanding a Markdown workflow."
6
+ h1: "Local-first Markdown workspace checklist"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace checklist"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use this checklist to evaluate Local-first Markdown workspace before treating it as a durable team workflow."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What should a Local-first Markdown workspace checklist cover?"
20
+ answer: "A checklist should cover source readability, preview quality, storage boundaries, collaboration expectations, and how the content will be published or reused."
21
+ - question: "Why use a checklist for Local-first Markdown workspace?"
22
+ answer: "A checklist makes evaluation repeatable and helps teams compare tools or workflow options using the same decision criteria."
23
+ ---
24
+
25
+ A Local-first Markdown workspace checklist should test more than whether the feature or workflow exists. It should also test whether the Markdown source remains understandable, whether preview behaves predictably, and whether the storage model matches the team’s expectations.
26
+
27
+ Local-first behavior clarifies what stays on the device and what moves through sync, repository, or publishing workflows. Teams should also check how the workflow interacts with version control, publishing, package reuse, and any extension or theme surfaces that might affect the final experience.
28
+
29
+ Another useful checklist category is portability. If the workflow depends too heavily on private app state, hidden formatting rules, or one delivery target, the long-term benefits of Markdown become weaker.
30
+
31
+ MdWrk is useful in this evaluation because it exposes local-first behavior, package surfaces, and proof-oriented public documentation that make these checklist questions easier to answer honestly.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/examples/"
4
+ title: "Local-first Markdown workspace Examples | MdWrk"
5
+ description: "Local-first Markdown workspace examples show how this Markdown workflow appears in practical authoring, preview, review, and publishing situations."
6
+ h1: "Local-first Markdown workspace examples"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace examples"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use these examples to understand how Local-first Markdown workspace looks in real Markdown work rather than in abstract product language."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What do Local-first Markdown workspace examples show?"
20
+ answer: "Examples show how a Markdown workflow behaves in drafting, preview, documentation, review, and publishing situations."
21
+ - question: "Why do examples matter for Local-first Markdown workspace?"
22
+ answer: "Examples make it easier to evaluate whether the workflow fits real daily writing rather than only sounding good in a feature list."
23
+ ---
24
+
25
+ Local-first Markdown workspace examples are most useful when they connect a workflow idea to a concrete authoring job. A Markdown workspace that keeps normal writing, preview, and organization local by default.
26
+
27
+ One common example is a writer moving from a draft to rendered preview while keeping the source in plain text. Another is a documentation team reviewing Markdown in Git, then publishing it through a static site or packaged app surface. A third example is a product team reusing package-level Markdown behavior instead of rebuilding every rendering or editor rule from scratch.
28
+
29
+ A local-first workspace matters when teams want Markdown to remain durable and usable before networked services enter the flow. These examples matter because they show where the workflow supports review, storage, portability, and publishing confidence instead of only describing those properties in the abstract.
30
+
31
+ MdWrk connects to this example set by combining local-first workspace behavior with reusable packages, answer pages, proof pages, and comparison routes that explain how the Markdown workflow behaves in practice.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/for-developers/"
4
+ title: "Local-first Markdown workspace For Developers | MdWrk"
5
+ description: "Local-first Markdown workspace for developers focuses on Markdown workflows that intersect with repositories, package reuse, and code-adjacent documentation."
6
+ h1: "Local-first Markdown workspace for developers"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace for developers"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use this page to evaluate Local-first Markdown workspace from a developer workflow perspective rather than only from a general writing perspective."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "Why does Local-first Markdown workspace matter for developers?"
20
+ answer: "It matters when developers need Markdown that stays readable in Git, works with review flows, and can be rendered or reused through packages and publishing systems."
21
+ - question: "What should developers look for in Local-first Markdown workspace?"
22
+ answer: "Developers usually look for plain-text durability, predictable rendering, repository-friendly review paths, and reusable tooling around the Markdown source."
23
+ ---
24
+
25
+ Local-first Markdown workspace for developers is different from general writing guidance because the workflow usually sits close to code, repositories, build output, or package-level reuse.
26
+
27
+ Local-first behavior clarifies what stays on the device and what moves through sync, repository, or publishing workflows. Developers usually care about reviewability, predictable rendering, version control, and whether the Markdown behavior can be shared across applications instead of living inside one private editor.
28
+
29
+ A local-first workspace matters when teams want Markdown to remain durable and usable before networked services enter the flow. That is why package surfaces, renderer contracts, and explicit publishing boundaries matter so much in Markdown-heavy developer environments.
30
+
31
+ MdWrk connects well to this perspective because it treats Markdown as durable source while exposing renderer, editor, theme, extension, lander, and content-pack surfaces separately.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/for-teams/"
4
+ title: "Local-first Markdown workspace For Teams | MdWrk"
5
+ description: "Local-first Markdown workspace for teams focuses on shared Markdown workflows, review paths, ownership boundaries, and publishing expectations."
6
+ h1: "Local-first Markdown workspace for teams"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace for teams"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Review how Local-first Markdown workspace fits teams that need shared standards, reviewability, and durable plain-text content."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "How does Local-first Markdown workspace help teams?"
20
+ answer: "It helps teams when they need readable source text, explicit workflow boundaries, and content that can move through review and publishing systems without becoming opaque."
21
+ - question: "What should teams evaluate in Local-first Markdown workspace?"
22
+ answer: "Teams should evaluate ownership, preview fidelity, storage boundaries, publishing expectations, and whether the workflow keeps Markdown portable."
23
+ ---
24
+
25
+ Local-first Markdown workspace for teams is mostly about governance and repeatability. A team needs more than a working editor. It needs clear ownership, predictable preview behavior, and a shared understanding of where Markdown lives before and after publishing.
26
+
27
+ A local-first workspace matters when teams want Markdown to remain durable and usable before networked services enter the flow. Teams also need to know when the workflow stays local, when repository or sync systems enter the picture, and whether reusable packages or extensions will shape the output.
28
+
29
+ A strong team workflow keeps the Markdown source durable and reviewable. That makes onboarding easier, reduces publishing surprises, and helps different contributors work with the same content model.
30
+
31
+ MdWrk aligns with that team-oriented view by connecting local-first behavior, reusable package surfaces, public documentation, and proof pages into one explainable Markdown system.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/use-cases/"
4
+ title: "Local-first Markdown workspace Use Cases | MdWrk"
5
+ description: "Local-first Markdown workspace use cases cover the practical situations where teams choose this Markdown workflow, surface, or document model."
6
+ h1: "Local-first Markdown workspace use cases"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace use cases"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Review common Local-first Markdown workspace use cases before choosing tools, workflow boundaries, and reusable package surfaces."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What are common Local-first Markdown workspace use cases?"
20
+ answer: "Local-first Markdown workspace use cases usually include documentation, review, publishing, knowledge capture, and workflows that benefit from portable plain-text content."
21
+ - question: "Why do teams evaluate Local-first Markdown workspace by use case?"
22
+ answer: "Use-case review helps teams decide whether the workflow matches their authoring, preview, storage, review, and publishing needs before committing to a toolchain."
23
+ ---
24
+
25
+ Local-first Markdown workspace use cases start with the everyday jobs people need to complete. A Markdown workspace that keeps normal writing, preview, and organization local by default. Local-first behavior clarifies what stays on the device and what moves through sync, repository, or publishing workflows.
26
+
27
+ A local-first workspace matters when teams want Markdown to remain durable and usable before networked services enter the flow. In practice, teams usually evaluate the workflow through authoring speed, preview confidence, storage boundaries, collaboration expectations, and the amount of reusable package behavior they need around the content.
28
+
29
+ Common Local-first Markdown workspace use cases include drafting, reference writing, project documentation, publishing preparation, and Markdown-based review workflows. The right choice depends on whether the team needs a single-document tool, a local-first workspace, a reusable package surface, or a combination of those layers.
30
+
31
+ MdWrk is relevant here because it treats Markdown as the durable source artifact while exposing answers, features, compare routes, proof pages, and reusable package pages around the same workflow family.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/local-first-markdown-workspace/workflow/"
4
+ title: "Local-first Markdown workspace Workflow | MdWrk"
5
+ description: "Local-first Markdown workspace workflow guidance explains how authors move from Markdown drafting to preview, review, packaging, and publishing."
6
+ h1: "Local-first Markdown workspace workflow"
7
+ entity: "MdWrk"
8
+ intent: "Local-first Markdown workspace workflow"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use this workflow view to understand how Local-first Markdown workspace moves through real writing, review, and output stages."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/answers/what-is-a-local-first-markdown-workspace/"
17
+ - "/features/"
18
+ faqs:
19
+ - question: "What does a Local-first Markdown workspace workflow include?"
20
+ answer: "A typical workflow includes drafting, preview, revision, review, storage or sync decisions, and the final publishing or handoff step."
21
+ - question: "Why should teams define a Local-first Markdown workspace workflow?"
22
+ answer: "A defined workflow reduces ambiguity about who owns the source, how preview is validated, and when content moves across systems."
23
+ ---
24
+
25
+ A Local-first Markdown workspace workflow usually starts with plain-text authoring and then moves into preview, review, and output-specific steps. A Markdown workspace that keeps normal writing, preview, and organization local by default.
26
+
27
+ A local-first workspace matters when teams want Markdown to remain durable and usable before networked services enter the flow. What matters most is that the team can explain where the Markdown source lives, how rendered output is checked, who reviews it, and when the content moves into another system such as a site build, repository, or package surface.
28
+
29
+ Good workflow design keeps those boundaries explicit. That helps teams avoid mixing local drafting, hosted collaboration, and final publishing into one opaque step.
30
+
31
+ MdWrk supports this kind of workflow framing by keeping Markdown central while exposing feature routes, package routes, compare pages, and proof pages that document the surrounding behavior.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/markdown-blogging/benefits/"
4
+ title: "Benefits Of Markdown blogging | MdWrk"
5
+ description: "The benefits of Markdown blogging usually include source readability, workflow clarity, portability, and better alignment between writing and publishing."
6
+ h1: "Benefits of markdown blogging"
7
+ entity: "MdWrk"
8
+ intent: "benefits of Markdown blogging"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Review the main benefits of Markdown blogging before deciding whether the workflow fits your Markdown process."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/markdown/what-is-markdown-used-for/"
17
+ - "/markdown/how-to-write-markdown/"
18
+ faqs:
19
+ - question: "What are the benefits of Markdown blogging?"
20
+ answer: "The benefits usually include readable source text, clearer review paths, more portable content, and easier separation between writing and publishing concerns."
21
+ - question: "Do the benefits of Markdown blogging apply to every team?"
22
+ answer: "Not equally. The benefits matter most when a team values plain-text portability, explicit workflow boundaries, and predictable Markdown behavior."
23
+ ---
24
+
25
+ The benefits of Markdown blogging are easiest to understand when you compare them with heavier or less portable writing workflows. Writing and publishing blog content from Markdown source files.
26
+
27
+ Markdown blogging keeps the authoring source small, portable, and easier to move through publishing pipelines. In most cases, the benefit is not only speed. It is also the ability to keep source text readable, inspect rendered output more confidently, and move the same Markdown through multiple tools without losing the content itself.
28
+
29
+ Another benefit is workflow clarity. Teams can decide when storage stays local, when sync begins, when repository review matters, and when a package or publishing layer should take over.
30
+
31
+ MdWrk builds on those benefits by combining Markdown portability with answer-oriented docs, proof pages, comparison pages, and reusable package surfaces for editor, renderer, theme, and extension behavior.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/markdown-blogging/best-practices/"
4
+ title: "Markdown blogging Best Practices | MdWrk"
5
+ description: "Markdown blogging best practices help teams keep Markdown workflows portable, readable, reviewable, and easier to publish."
6
+ h1: "Markdown blogging best practices"
7
+ entity: "MdWrk"
8
+ intent: "Markdown blogging best practices"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use these best practices to keep Markdown blogging workflows clear, durable, and easier to scale."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/markdown/what-is-markdown-used-for/"
17
+ - "/markdown/how-to-write-markdown/"
18
+ faqs:
19
+ - question: "What are the best practices for Markdown blogging?"
20
+ answer: "Strong Markdown blogging practice usually means readable source text, predictable preview behavior, clear storage boundaries, and documented publishing or review steps."
21
+ - question: "Why do best practices matter for Markdown blogging?"
22
+ answer: "Best practices reduce drift between what authors write, what reviewers inspect, and what readers or publishing systems finally consume."
23
+ ---
24
+
25
+ Markdown blogging best practices begin with clear source discipline. Writers should keep the Markdown readable in raw form, use stable heading structure, and avoid workflow assumptions that only make sense inside one private application shell.
26
+
27
+ Markdown blogging keeps the authoring source small, portable, and easier to move through publishing pipelines. Teams usually get better results when preview behavior, file ownership, storage expectations, and publishing boundaries are explicit instead of implied.
28
+
29
+ A good Markdown blogging workflow also separates durable content from presentation-specific behavior. That makes it easier to review the source, move it between tools, and keep documentation or package adoption paths aligned with the same content.
30
+
31
+ Within MdWrk, those best-practice ideas map cleanly to local-first authoring, reusable renderer and editor packages, documented theme and extension surfaces, and proof-oriented public documentation.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/markdown-blogging/checklist/"
4
+ title: "Markdown blogging Checklist | MdWrk"
5
+ description: "A Markdown blogging checklist helps teams review authoring, preview, storage, portability, and publishing concerns before choosing or expanding a Markdown workflow."
6
+ h1: "Markdown blogging checklist"
7
+ entity: "MdWrk"
8
+ intent: "Markdown blogging checklist"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use this checklist to evaluate Markdown blogging before treating it as a durable team workflow."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/markdown/what-is-markdown-used-for/"
17
+ - "/markdown/how-to-write-markdown/"
18
+ faqs:
19
+ - question: "What should a Markdown blogging checklist cover?"
20
+ answer: "A checklist should cover source readability, preview quality, storage boundaries, collaboration expectations, and how the content will be published or reused."
21
+ - question: "Why use a checklist for Markdown blogging?"
22
+ answer: "A checklist makes evaluation repeatable and helps teams compare tools or workflow options using the same decision criteria."
23
+ ---
24
+
25
+ A Markdown blogging checklist should test more than whether the feature or workflow exists. It should also test whether the Markdown source remains understandable, whether preview behaves predictably, and whether the storage model matches the team’s expectations.
26
+
27
+ Markdown blogging keeps the authoring source small, portable, and easier to move through publishing pipelines. Teams should also check how the workflow interacts with version control, publishing, package reuse, and any extension or theme surfaces that might affect the final experience.
28
+
29
+ Another useful checklist category is portability. If the workflow depends too heavily on private app state, hidden formatting rules, or one delivery target, the long-term benefits of Markdown become weaker.
30
+
31
+ MdWrk is useful in this evaluation because it exposes local-first behavior, package surfaces, and proof-oriented public documentation that make these checklist questions easier to answer honestly.
@@ -0,0 +1,31 @@
1
+ ---
2
+ schema: "mdwrk.page.v1"
3
+ slug: "/markdown/markdown-blogging/examples/"
4
+ title: "Markdown blogging Examples | MdWrk"
5
+ description: "Markdown blogging examples show how this Markdown workflow appears in practical authoring, preview, review, and publishing situations."
6
+ h1: "Markdown blogging examples"
7
+ entity: "MdWrk"
8
+ intent: "Markdown blogging examples"
9
+ contentType: "docs"
10
+ updatedAt: "2026-05-16"
11
+ author: "CobyCloud"
12
+ subtitle: "Use these examples to understand how Markdown blogging looks in real Markdown work rather than in abstract product language."
13
+ parent: "/markdown/"
14
+ related:
15
+ - "/markdown/"
16
+ - "/markdown/what-is-markdown-used-for/"
17
+ - "/markdown/how-to-write-markdown/"
18
+ faqs:
19
+ - question: "What do Markdown blogging examples show?"
20
+ answer: "Examples show how a Markdown workflow behaves in drafting, preview, documentation, review, and publishing situations."
21
+ - question: "Why do examples matter for Markdown blogging?"
22
+ answer: "Examples make it easier to evaluate whether the workflow fits real daily writing rather than only sounding good in a feature list."
23
+ ---
24
+
25
+ Markdown blogging examples are most useful when they connect a workflow idea to a concrete authoring job. Writing and publishing blog content from Markdown source files.
26
+
27
+ One common example is a writer moving from a draft to rendered preview while keeping the source in plain text. Another is a documentation team reviewing Markdown in Git, then publishing it through a static site or packaged app surface. A third example is a product team reusing package-level Markdown behavior instead of rebuilding every rendering or editor rule from scratch.
28
+
29
+ Markdown blogging matters when writers want simple formatting, code blocks, reusable content structures, and easier versioning. These examples matter because they show where the workflow supports review, storage, portability, and publishing confidence instead of only describing those properties in the abstract.
30
+
31
+ MdWrk connects to this example set by combining local-first workspace behavior with reusable packages, answer pages, proof pages, and comparison routes that explain how the Markdown workflow behaves in practice.