|
1 | | -# MindDoc |
| 1 | +# MindCtx |
2 | 2 |
|
3 | 3 | Markdown-first structured outline editor with mind map view — for Obsidian and VS Code. |
4 | 4 |
|
@@ -32,18 +32,18 @@ Write standard Markdown, see interactive outlines, switch to mind maps — all b |
32 | 32 |
|
33 | 33 | | Platform | Package | Notes | |
34 | 34 | |----------|---------|-------| |
35 | | -| [Obsidian](packages/obsidian/) | `@minddoc/obsidian` | Community plugin, embed blocks, mobile support | |
36 | | -| [VS Code](packages/vscode/) | `vscode-minddoc` | Custom Editor extension, native undo/redo integration | |
| 35 | +| [Obsidian](packages/obsidian/) | `@mindctx/obsidian` | Community plugin, embed blocks, mobile support | |
| 36 | +| [VS Code](packages/vscode/) | `vscode-mindctx` | Custom Editor extension, native undo/redo integration | |
37 | 37 |
|
38 | | -Both platforms share the same core engine: [`@minddoc/core`](packages/core/). |
| 38 | +Both platforms share the same core engine: [`@mindctx/core`](packages/core/). |
39 | 39 |
|
40 | 40 | ## File Format |
41 | 41 |
|
42 | | -MindDoc works with standard Markdown. Headings become tree branches, lists become leaf nodes: |
| 42 | +MindCtx works with standard Markdown. Headings become tree branches, lists become leaf nodes: |
43 | 43 |
|
44 | 44 | ```markdown |
45 | 45 | --- |
46 | | -minddoc: true |
| 46 | +mindctx: true |
47 | 47 | heading-depth: 3 |
48 | 48 | --- |
49 | 49 |
|
@@ -111,16 +111,16 @@ examples/ # Sample .mind.md files |
111 | 111 |
|
112 | 112 | ```bash |
113 | 113 | # Develop Obsidian plugin (watch mode) |
114 | | -pnpm --filter @minddoc/obsidian dev |
| 114 | +pnpm --filter @mindctx/obsidian dev |
115 | 115 |
|
116 | 116 | # Develop VS Code extension (watch mode) |
117 | | -pnpm --filter vscode-minddoc dev |
| 117 | +pnpm --filter vscode-mindctx dev |
118 | 118 |
|
119 | 119 | # Build core only |
120 | | -pnpm --filter @minddoc/core build |
| 120 | +pnpm --filter @mindctx/core build |
121 | 121 |
|
122 | 122 | # Run tests |
123 | | -pnpm --filter @minddoc/core test |
| 123 | +pnpm --filter @mindctx/core test |
124 | 124 | ``` |
125 | 125 |
|
126 | 126 | ## Documentation |
|
0 commit comments