@tnotesjs/core 0.1.14 → 0.1.16

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 (117) hide show
  1. package/README.md +87 -87
  2. package/dist/{chunk-FVKQPBPP.js → chunk-4MO7F7Q4.js} +2005 -1769
  3. package/dist/cli/index.js +1 -1
  4. package/dist/vitepress/config/index.js +212 -4
  5. package/package.json +1 -1
  6. package/types/config.ts +61 -61
  7. package/types/index.ts +11 -11
  8. package/types/note.ts +33 -33
  9. package/vitepress/assets/icons/icon__check.svg +3 -3
  10. package/vitepress/assets/icons/icon__clipboard.svg +7 -7
  11. package/vitepress/assets/icons/icon__close.svg +1 -1
  12. package/vitepress/assets/icons/icon__collapse.svg +1 -1
  13. package/vitepress/assets/icons/icon__confirm.svg +1 -1
  14. package/vitepress/assets/icons/icon__copy.svg +4 -4
  15. package/vitepress/assets/icons/icon__focus.svg +1 -1
  16. package/vitepress/assets/icons/icon__fold.svg +3 -3
  17. package/vitepress/assets/icons/icon__folder.svg +1 -1
  18. package/vitepress/assets/icons/icon__fullscreen.svg +1 -1
  19. package/vitepress/assets/icons/icon__fullscreen_exit.svg +1 -1
  20. package/vitepress/assets/icons/icon__github.svg +3 -3
  21. package/vitepress/assets/icons/icon__mindmap.svg +1 -1
  22. package/vitepress/assets/icons/icon__next.svg +1 -1
  23. package/vitepress/assets/icons/icon__number_gray.svg +1 -1
  24. package/vitepress/assets/icons/icon__number_purple.svg +1 -1
  25. package/vitepress/assets/icons/icon__prev.svg +1 -1
  26. package/vitepress/assets/icons/icon__restore.svg +1 -1
  27. package/vitepress/assets/icons/icon__rotate.svg +4 -4
  28. package/vitepress/assets/icons/icon__search.svg +1 -1
  29. package/vitepress/assets/icons/icon__setting.svg +1 -0
  30. package/vitepress/assets/icons/icon__sidebar_collapsed.svg +1 -1
  31. package/vitepress/assets/icons/icon__sidebar_opened.svg +1 -1
  32. package/vitepress/assets/icons/icon__totop.svg +5 -5
  33. package/vitepress/assets/icons/icon__vscode.svg +5 -5
  34. package/vitepress/assets/icons/icon__zoom_fit.svg +1 -1
  35. package/vitepress/assets/icons/icon__zoom_in.svg +1 -1
  36. package/vitepress/assets/icons/icon__zoom_out.svg +1 -1
  37. package/vitepress/assets/icons/icon__zoom_reset.svg +1 -1
  38. package/vitepress/assets/icons/index.ts +39 -38
  39. package/vitepress/components/BilibiliOutsidePlayer/BilibiliOutsidePlayer.vue +20 -20
  40. package/vitepress/components/CodeBlockFullscreen/CodeBlockFullscreen.vue +373 -373
  41. package/vitepress/components/CodeBlockFullscreen/index.ts +115 -115
  42. package/vitepress/components/CodeBlockFullscreen/styles.css +64 -64
  43. package/vitepress/components/Discussions/Discussions.module.scss +32 -32
  44. package/vitepress/components/Discussions/Discussions.vue +211 -211
  45. package/vitepress/components/EnWordList/EnWordList.module.scss +124 -124
  46. package/vitepress/components/EnWordList/EnWordList.vue +543 -543
  47. package/vitepress/components/EnWordList/RightClickMenu.module.scss +22 -22
  48. package/vitepress/components/EnWordList/RightClickMenu.vue +66 -66
  49. package/vitepress/components/Footprints/Footprints.module.scss +93 -93
  50. package/vitepress/components/Footprints/Footprints.vue +377 -377
  51. package/vitepress/components/Layout/AboutModal.module.scss +233 -233
  52. package/vitepress/components/Layout/AboutModal.vue +105 -105
  53. package/vitepress/components/Layout/AboutPanel.vue +270 -270
  54. package/vitepress/components/Layout/ContentCollapse.vue +603 -603
  55. package/vitepress/components/Layout/CustomSidebar.vue +878 -608
  56. package/vitepress/components/Layout/DocBeforeControls.vue +149 -149
  57. package/vitepress/components/Layout/DocFooter.vue +233 -233
  58. package/vitepress/components/Layout/ImagePreview.module.scss +201 -201
  59. package/vitepress/components/Layout/ImagePreview.vue +281 -281
  60. package/vitepress/components/Layout/Layout.module.scss +661 -661
  61. package/vitepress/components/Layout/Layout.vue +618 -560
  62. package/vitepress/components/Layout/NavBarSettingsTrigger.vue +59 -0
  63. package/vitepress/components/Layout/NoteStatus.vue +140 -140
  64. package/vitepress/components/Layout/SidebarItems.vue +1083 -268
  65. package/vitepress/components/Layout/SidebarNavBefore.vue +171 -114
  66. package/vitepress/components/Layout/Swiper.vue +167 -167
  67. package/vitepress/components/Layout/ToggleFullContent.module.scss +11 -11
  68. package/vitepress/components/Layout/ToggleFullContent.vue +35 -35
  69. package/vitepress/components/Layout/ToggleSidebar.module.scss +11 -11
  70. package/vitepress/components/Layout/ToggleSidebar.vue +36 -36
  71. package/vitepress/components/Layout/composables/useCollapseControl.ts +88 -88
  72. package/vitepress/components/Layout/composables/useNoteConfig.ts +119 -119
  73. package/vitepress/components/Layout/composables/useNoteSave.ts +178 -178
  74. package/vitepress/components/Layout/composables/useNoteValidation.ts +85 -85
  75. package/vitepress/components/Layout/composables/useRedirect.ts +113 -113
  76. package/vitepress/components/Layout/composables/useVSCodeIntegration.ts +85 -85
  77. package/vitepress/components/Layout/homeReadme.data.ts +124 -124
  78. package/vitepress/components/MarkMap/MarkMap.module.scss +159 -159
  79. package/vitepress/components/MarkMap/MarkMap.vue +405 -405
  80. package/vitepress/components/Mermaid/Mermaid.module.scss +275 -275
  81. package/vitepress/components/Mermaid/Mermaid.vue +365 -365
  82. package/vitepress/components/NotesTable/NotesTable.module.scss +77 -77
  83. package/vitepress/components/NotesTable/NotesTable.vue +98 -98
  84. package/vitepress/components/NotesTable/README.md +67 -67
  85. package/vitepress/components/Settings/Settings.module.scss +375 -433
  86. package/vitepress/components/Settings/Settings.vue +376 -306
  87. package/vitepress/components/SidebarCard/MindMapView.vue +484 -484
  88. package/vitepress/components/SidebarCard/NotesTrendChart.vue +108 -108
  89. package/vitepress/components/SidebarCard/SidebarCard.vue +946 -946
  90. package/vitepress/components/Tooltip/Tooltip.vue +70 -70
  91. package/vitepress/components/constants.ts +109 -91
  92. package/vitepress/components/notesConfig.data.ts +73 -73
  93. package/vitepress/components/sidebar.data.ts +59 -59
  94. package/vitepress/components/tnotes-config.data.ts +21 -21
  95. package/vitepress/components/utils.ts +26 -26
  96. package/vitepress/config/index.ts +169 -167
  97. package/vitepress/configs/constants.ts +26 -26
  98. package/vitepress/configs/head.config.ts +25 -25
  99. package/vitepress/configs/index.ts +9 -9
  100. package/vitepress/configs/markdown-it.d.ts +23 -23
  101. package/vitepress/configs/markdown.config.ts +366 -366
  102. package/vitepress/configs/theme.config.ts +108 -108
  103. package/vitepress/plugins/buildProgressPlugin.ts +434 -434
  104. package/vitepress/plugins/getNoteByConfigIdPlugin.ts +107 -107
  105. package/vitepress/plugins/renameNotePlugin.ts +68 -68
  106. package/vitepress/plugins/sidebarStructurePlugin.ts +260 -0
  107. package/vitepress/plugins/updateConfigPlugin.ts +63 -63
  108. package/vitepress/theme/index.ts +137 -137
  109. package/vitepress/theme/styles/base.scss +50 -50
  110. package/vitepress/theme/styles/components/404.scss +31 -31
  111. package/vitepress/theme/styles/components/collapse.scss +175 -175
  112. package/vitepress/theme/styles/components/markmap.scss +101 -101
  113. package/vitepress/theme/styles/components/swiper.scss +255 -255
  114. package/vitepress/theme/styles/index.scss +25 -25
  115. package/vitepress/theme/styles/layout.scss +70 -62
  116. package/vitepress/theme/styles/utilities.scss +39 -39
  117. package/vitepress/theme/styles/vitepress-override.scss +25 -25
package/README.md CHANGED
@@ -1,87 +1,87 @@
1
- # @tnotesjs/core
2
-
3
- TNotes 知识库系统的核心框架,以 NPM 包形式发布,被所有
4
- [TNotes.xxx](https://github.com/orgs/tnotesjs/repositories) 知识库引用。
5
-
6
- ## 简介
7
-
8
- `@tnotesjs/core` 包含了 TNotes 知识库系统的 CLI 命令、VitePress
9
- 配置/主题、服务层、工具函数等核心代码。各 TNotes.xxx 仓库通过
10
- `npm install @tnotesjs/core` 安装即可使用。
11
-
12
- ## 目录结构
13
-
14
- ```text
15
- @tnotesjs/core
16
- ├── commands/ # CLI 命令(dev、build、push、update 等)
17
- ├── config/ # 配置管理(ConfigManager、默认配置、模板)
18
- ├── core/ # 核心模块(GitManager、NoteManager、ReadmeGenerator 等)
19
- ├── services/ # 服务层(file-watcher、git、note、readme、vitepress 等)
20
- ├── types/ # TypeScript 类型定义
21
- ├── utils/ # 工具函数(日志、文件操作、Markdown 解析、校验等)
22
- ├── vitepress/ # VitePress 主题、组件、插件、样式
23
- │ ├── components/ # 自定义 Vue 组件
24
- │ ├── config/ # VitePress 配置(defineNotesConfig)
25
- │ ├── plugins/ # VitePress 插件
26
- │ └── theme/ # 主题入口与样式
27
- ├── index.ts # CLI 入口
28
- └── src/index.ts # 公共 API 导出
29
- ```
30
-
31
- ## 安装
32
-
33
- ```bash
34
- # 安装核心包
35
- pnpm add @tnotesjs/core
36
-
37
- # 安装 peerDependencies
38
- pnpm add -D vite vitepress vue
39
- ```
40
-
41
- ## 使用方式
42
-
43
- ### VitePress 配置
44
-
45
- ```ts
46
- // .vitepress/config.mts
47
- import { defineNotesConfig } from '@tnotesjs/core/vitepress/config'
48
- export default defineNotesConfig()
49
- ```
50
-
51
- ### VitePress 主题
52
-
53
- ```ts
54
- // .vitepress/theme/index.ts
55
- export { default } from '@tnotesjs/core/vitepress/theme'
56
- ```
57
-
58
- ### CLI 命令
59
-
60
- 在 `package.json` 中配置脚本:
61
-
62
- ```json
63
- {
64
- "scripts": {
65
- "tn:dev": "tnotes --dev",
66
- "tn:build": "tnotes --build",
67
- "tn:preview": "tnotes --preview",
68
- "tn:update": "tnotes --update",
69
- "tn:push": "tnotes --push",
70
- "tn:pull": "tnotes --pull",
71
- "tn:create-notes": "tnotes --create-notes",
72
- "tn:fix-timestamps": "tnotes --fix-timestamps",
73
- "tn:help": "tnotes --help"
74
- }
75
- }
76
- ```
77
-
78
- ## 版本管理
79
-
80
- - 版本号遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/)
81
- - 变更记录见 [CHANGELOG.md](./CHANGELOG.md)
82
- - 发布:`npm publish --access public`
83
- - 每个版本通过 Git Tag 标记(如 `v1.0.0`)
84
-
85
- ## 许可证
86
-
87
- MIT
1
+ # @tnotesjs/core
2
+
3
+ TNotes 知识库系统的核心框架,以 NPM 包形式发布,被所有
4
+ [TNotes.xxx](https://github.com/orgs/tnotesjs/repositories) 知识库引用。
5
+
6
+ ## 简介
7
+
8
+ `@tnotesjs/core` 包含了 TNotes 知识库系统的 CLI 命令、VitePress
9
+ 配置/主题、服务层、工具函数等核心代码。各 TNotes.xxx 仓库通过
10
+ `npm install @tnotesjs/core` 安装即可使用。
11
+
12
+ ## 目录结构
13
+
14
+ ```text
15
+ @tnotesjs/core
16
+ ├── commands/ # CLI 命令(dev、build、push、update 等)
17
+ ├── config/ # 配置管理(ConfigManager、默认配置、模板)
18
+ ├── core/ # 核心模块(GitManager、NoteManager、ReadmeGenerator 等)
19
+ ├── services/ # 服务层(file-watcher、git、note、readme、vitepress 等)
20
+ ├── types/ # TypeScript 类型定义
21
+ ├── utils/ # 工具函数(日志、文件操作、Markdown 解析、校验等)
22
+ ├── vitepress/ # VitePress 主题、组件、插件、样式
23
+ │ ├── components/ # 自定义 Vue 组件
24
+ │ ├── config/ # VitePress 配置(defineNotesConfig)
25
+ │ ├── plugins/ # VitePress 插件
26
+ │ └── theme/ # 主题入口与样式
27
+ ├── index.ts # CLI 入口
28
+ └── src/index.ts # 公共 API 导出
29
+ ```
30
+
31
+ ## 安装
32
+
33
+ ```bash
34
+ # 安装核心包
35
+ pnpm add @tnotesjs/core
36
+
37
+ # 安装 peerDependencies
38
+ pnpm add -D vite vitepress vue
39
+ ```
40
+
41
+ ## 使用方式
42
+
43
+ ### VitePress 配置
44
+
45
+ ```ts
46
+ // .vitepress/config.mts
47
+ import { defineNotesConfig } from '@tnotesjs/core/vitepress/config'
48
+ export default defineNotesConfig()
49
+ ```
50
+
51
+ ### VitePress 主题
52
+
53
+ ```ts
54
+ // .vitepress/theme/index.ts
55
+ export { default } from '@tnotesjs/core/vitepress/theme'
56
+ ```
57
+
58
+ ### CLI 命令
59
+
60
+ 在 `package.json` 中配置脚本:
61
+
62
+ ```json
63
+ {
64
+ "scripts": {
65
+ "tn:dev": "tnotes --dev",
66
+ "tn:build": "tnotes --build",
67
+ "tn:preview": "tnotes --preview",
68
+ "tn:update": "tnotes --update",
69
+ "tn:push": "tnotes --push",
70
+ "tn:pull": "tnotes --pull",
71
+ "tn:create-notes": "tnotes --create-notes",
72
+ "tn:fix-timestamps": "tnotes --fix-timestamps",
73
+ "tn:help": "tnotes --help"
74
+ }
75
+ }
76
+ ```
77
+
78
+ ## 版本管理
79
+
80
+ - 版本号遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/)
81
+ - 变更记录见 [CHANGELOG.md](./CHANGELOG.md)
82
+ - 发布:`npm publish --access public`
83
+ - 每个版本通过 Git Tag 标记(如 `v1.0.0`)
84
+
85
+ ## 许可证
86
+
87
+ MIT