dokudocs 1.0.6 → 1.0.7
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.
- package/README.md +1 -4
- package/dist/assets/chunk-BEqpzyXh.js +1 -0
- package/dist/assets/index-Bn78YZyE.css +1 -0
- package/dist/assets/index-BpdjW83W.js +918 -0
- package/dist/index.html +3 -2
- package/package.json +3 -1
- package/server/api.js +4 -2
- package/dist/assets/index-BRsKRzn0.js +0 -203
- package/dist/assets/index-CmhK1o7a.css +0 -1
- package/dist/assets/module-wOKrYpiJ.js +0 -716
- package/dist/assets/native-yj4J3PrT.js +0 -1
package/README.md
CHANGED
|
@@ -16,12 +16,9 @@ A personal documentation system that stores docs as plain Markdown files and pro
|
|
|
16
16
|
- **Live reload** — external file changes are detected and reflected instantly in the browser
|
|
17
17
|
- **Dark mode** — toggle at the bottom of the sidebar, preference saved
|
|
18
18
|
- **Image support** — drag and drop images with width and alignment preserved
|
|
19
|
-
- **Resizable sidebar** — drag the edge to adjust width
|
|
20
19
|
- **Width toggle** — switch between narrow and full-width document view
|
|
21
|
-
- **Breadcrumb navigation** — clickable path segments to navigate parent pages
|
|
22
20
|
- **Table of contents** — floating heading outline on the right, hover to expand and navigate
|
|
23
|
-
- **
|
|
24
|
-
- **Frontmatter** — YAML metadata for ordering (hidden in editor)
|
|
21
|
+
- **Page emoji** — set a custom emoji icon per document, shown in the sidebar and at the top of the page
|
|
25
22
|
- **No database** — the filesystem is the single source of truth
|
|
26
23
|
|
|
27
24
|
## AI-Friendly
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(e&&(t=e(e=0)),t),s=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),c=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},l=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},u=(n,r,a)=>(a=n==null?{}:e(i(n)),l(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n)),d=e=>a.call(e,`module.exports`)?e[`module.exports`]:l(t({},`__esModule`,{value:!0}),e);export{u as a,d as i,o as n,c as r,s as t};
|