@tnotesjs/core 0.1.15 → 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 (115) 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__sidebar_collapsed.svg +1 -1
  30. package/vitepress/assets/icons/icon__sidebar_opened.svg +1 -1
  31. package/vitepress/assets/icons/icon__totop.svg +5 -5
  32. package/vitepress/assets/icons/icon__vscode.svg +5 -5
  33. package/vitepress/assets/icons/icon__zoom_fit.svg +1 -1
  34. package/vitepress/assets/icons/icon__zoom_in.svg +1 -1
  35. package/vitepress/assets/icons/icon__zoom_out.svg +1 -1
  36. package/vitepress/assets/icons/icon__zoom_reset.svg +1 -1
  37. package/vitepress/assets/icons/index.ts +39 -39
  38. package/vitepress/components/BilibiliOutsidePlayer/BilibiliOutsidePlayer.vue +20 -20
  39. package/vitepress/components/CodeBlockFullscreen/CodeBlockFullscreen.vue +373 -373
  40. package/vitepress/components/CodeBlockFullscreen/index.ts +115 -115
  41. package/vitepress/components/CodeBlockFullscreen/styles.css +64 -64
  42. package/vitepress/components/Discussions/Discussions.module.scss +32 -32
  43. package/vitepress/components/Discussions/Discussions.vue +211 -211
  44. package/vitepress/components/EnWordList/EnWordList.module.scss +124 -124
  45. package/vitepress/components/EnWordList/EnWordList.vue +543 -543
  46. package/vitepress/components/EnWordList/RightClickMenu.module.scss +22 -22
  47. package/vitepress/components/EnWordList/RightClickMenu.vue +66 -66
  48. package/vitepress/components/Footprints/Footprints.module.scss +93 -93
  49. package/vitepress/components/Footprints/Footprints.vue +377 -377
  50. package/vitepress/components/Layout/AboutModal.module.scss +233 -233
  51. package/vitepress/components/Layout/AboutModal.vue +105 -105
  52. package/vitepress/components/Layout/AboutPanel.vue +270 -270
  53. package/vitepress/components/Layout/ContentCollapse.vue +603 -603
  54. package/vitepress/components/Layout/CustomSidebar.vue +878 -608
  55. package/vitepress/components/Layout/DocBeforeControls.vue +149 -149
  56. package/vitepress/components/Layout/DocFooter.vue +233 -233
  57. package/vitepress/components/Layout/ImagePreview.module.scss +201 -201
  58. package/vitepress/components/Layout/ImagePreview.vue +281 -281
  59. package/vitepress/components/Layout/Layout.module.scss +661 -661
  60. package/vitepress/components/Layout/Layout.vue +618 -559
  61. package/vitepress/components/Layout/NoteStatus.vue +140 -140
  62. package/vitepress/components/Layout/SidebarItems.vue +1083 -268
  63. package/vitepress/components/Layout/SidebarNavBefore.vue +171 -108
  64. package/vitepress/components/Layout/Swiper.vue +167 -167
  65. package/vitepress/components/Layout/ToggleFullContent.module.scss +11 -11
  66. package/vitepress/components/Layout/ToggleFullContent.vue +35 -35
  67. package/vitepress/components/Layout/ToggleSidebar.module.scss +11 -11
  68. package/vitepress/components/Layout/ToggleSidebar.vue +36 -36
  69. package/vitepress/components/Layout/composables/useCollapseControl.ts +88 -88
  70. package/vitepress/components/Layout/composables/useNoteConfig.ts +119 -119
  71. package/vitepress/components/Layout/composables/useNoteSave.ts +178 -178
  72. package/vitepress/components/Layout/composables/useNoteValidation.ts +85 -85
  73. package/vitepress/components/Layout/composables/useRedirect.ts +113 -113
  74. package/vitepress/components/Layout/composables/useVSCodeIntegration.ts +85 -85
  75. package/vitepress/components/Layout/homeReadme.data.ts +124 -124
  76. package/vitepress/components/MarkMap/MarkMap.module.scss +159 -159
  77. package/vitepress/components/MarkMap/MarkMap.vue +405 -405
  78. package/vitepress/components/Mermaid/Mermaid.module.scss +275 -275
  79. package/vitepress/components/Mermaid/Mermaid.vue +365 -365
  80. package/vitepress/components/NotesTable/NotesTable.module.scss +77 -77
  81. package/vitepress/components/NotesTable/NotesTable.vue +98 -98
  82. package/vitepress/components/NotesTable/README.md +67 -67
  83. package/vitepress/components/Settings/Settings.module.scss +375 -433
  84. package/vitepress/components/Settings/Settings.vue +376 -306
  85. package/vitepress/components/SidebarCard/MindMapView.vue +484 -484
  86. package/vitepress/components/SidebarCard/NotesTrendChart.vue +108 -108
  87. package/vitepress/components/SidebarCard/SidebarCard.vue +946 -946
  88. package/vitepress/components/Tooltip/Tooltip.vue +70 -70
  89. package/vitepress/components/constants.ts +109 -91
  90. package/vitepress/components/notesConfig.data.ts +73 -73
  91. package/vitepress/components/sidebar.data.ts +59 -59
  92. package/vitepress/components/tnotes-config.data.ts +21 -21
  93. package/vitepress/components/utils.ts +26 -26
  94. package/vitepress/config/index.ts +169 -167
  95. package/vitepress/configs/constants.ts +26 -26
  96. package/vitepress/configs/head.config.ts +25 -25
  97. package/vitepress/configs/index.ts +9 -9
  98. package/vitepress/configs/markdown-it.d.ts +23 -23
  99. package/vitepress/configs/markdown.config.ts +366 -366
  100. package/vitepress/configs/theme.config.ts +108 -108
  101. package/vitepress/plugins/buildProgressPlugin.ts +434 -434
  102. package/vitepress/plugins/getNoteByConfigIdPlugin.ts +107 -107
  103. package/vitepress/plugins/renameNotePlugin.ts +68 -68
  104. package/vitepress/plugins/sidebarStructurePlugin.ts +260 -0
  105. package/vitepress/plugins/updateConfigPlugin.ts +63 -63
  106. package/vitepress/theme/index.ts +137 -137
  107. package/vitepress/theme/styles/base.scss +50 -50
  108. package/vitepress/theme/styles/components/404.scss +31 -31
  109. package/vitepress/theme/styles/components/collapse.scss +175 -175
  110. package/vitepress/theme/styles/components/markmap.scss +101 -101
  111. package/vitepress/theme/styles/components/swiper.scss +255 -255
  112. package/vitepress/theme/styles/index.scss +25 -25
  113. package/vitepress/theme/styles/layout.scss +70 -62
  114. package/vitepress/theme/styles/utilities.scss +39 -39
  115. package/vitepress/theme/styles/vitepress-override.scss +25 -25
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#98989f" stroke-width="2" d="m9 6l6 6l-6 6"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#98989f" stroke-width="2" d="m9 6l6 6l-6 6"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="m9 6l6 6l-6 6"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="m9 6l6 6l-6 6"/></svg>
@@ -1,6 +1,6 @@
1
- <svg t="1735484601745" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4282"
2
- width="200" height="200">
3
- <path
4
- d="M820.394667 614.165333a21.333333 21.333333 0 0 0 30.165333-30.186666L528.853333 262.250667a21.333333 21.333333 0 0 0-30.186666 0L176.917333 583.978667a21.333333 21.333333 0 1 0 30.165334 30.186666L490.666667 330.581333v501.482667c0 11.882667 9.557333 21.269333 21.333333 21.269333 11.861333 0 21.333333-9.514667 21.333333-21.269333v-504.96l287.061334 287.061333zM170.666667 192c0-11.776 9.706667-21.333333 21.333333-21.333333h640c11.776 0 21.333333 9.472 21.333333 21.333333 0 11.776-9.706667 21.333333-21.333333 21.333333H192c-11.776 0-21.333333-9.472-21.333333-21.333333z"
5
- fill="#646cff" p-id="4283"></path>
1
+ <svg t="1735484601745" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4282"
2
+ width="200" height="200">
3
+ <path
4
+ d="M820.394667 614.165333a21.333333 21.333333 0 0 0 30.165333-30.186666L528.853333 262.250667a21.333333 21.333333 0 0 0-30.186666 0L176.917333 583.978667a21.333333 21.333333 0 1 0 30.165334 30.186666L490.666667 330.581333v501.482667c0 11.882667 9.557333 21.269333 21.333333 21.269333 11.861333 0 21.333333-9.514667 21.333333-21.269333v-504.96l287.061334 287.061333zM170.666667 192c0-11.776 9.706667-21.333333 21.333333-21.333333h640c11.776 0 21.333333 9.472 21.333333 21.333333 0 11.776-9.706667 21.333333-21.333333 21.333333H192c-11.776 0-21.333333-9.472-21.333333-21.333333z"
5
+ fill="#646cff" p-id="4283"></path>
6
6
  </svg>
@@ -1,6 +1,6 @@
1
- <svg t="1733712883490" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
2
- p-id="23919" width="200" height="200">
3
- <path
4
- d="M746.222933 102.239573l-359.799466 330.820267L185.347413 281.4976 102.2464 329.864533l198.20544 182.132054-198.20544 182.132053 83.101013 48.510293 201.076054-151.558826 359.799466 330.676906 175.527254-85.251413V187.4944z m0 217.57952v384.341334l-255.040853-192.177494z"
5
- fill="#646cff" p-id="23920"></path>
1
+ <svg t="1733712883490" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
2
+ p-id="23919" width="200" height="200">
3
+ <path
4
+ d="M746.222933 102.239573l-359.799466 330.820267L185.347413 281.4976 102.2464 329.864533l198.20544 182.132054-198.20544 182.132053 83.101013 48.510293 201.076054-151.558826 359.799466 330.676906 175.527254-85.251413V187.4944z m0 217.57952v384.341334l-255.040853-192.177494z"
5
+ fill="#646cff" p-id="23920"></path>
6
6
  </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#646cff" d="M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3zm9-8v4H8v-4zm2-2H6v8h12z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#646cff" d="M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3zm9-8v4H8v-4zm2-2H6v8h12z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="M12 22V2M2 12h20"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="M12 22V2M2 12h20"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="M6 12h12"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="#646cff" stroke-width="2" d="M6 12h12"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#646cff" d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2v2a8 8 0 1 1-4.5 1.385V8h2V2h-6v2H6a9.99 9.99 0 0 0-4 8"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#646cff" d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2v2a8 8 0 1 1-4.5 1.385V8h2V2h-6v2H6a9.99 9.99 0 0 0-4 8"/></svg>
@@ -1,39 +1,39 @@
1
- /**
2
- * .vitepress/tnotes/vitepress/assets/icons/index.ts
3
- *
4
- * get icons:
5
- * https://iconify.design/
6
- * https://icon-sets.iconify.design/
7
- *
8
- * SVG 图标统一导出
9
- */
10
-
11
- export { default as icon__check } from './icon__check.svg'
12
- export { default as icon__clipboard } from './icon__clipboard.svg'
13
- export { default as icon__close } from './icon__close.svg'
14
- export { default as icon__collapse } from './icon__collapse.svg'
15
- export { default as icon__confirm } from './icon__confirm.svg'
16
- export { default as icon__copy } from './icon__copy.svg'
17
- export { default as icon__focus } from './icon__focus.svg'
18
- export { default as icon__fold } from './icon__fold.svg'
19
- export { default as icon__folder } from './icon__folder.svg'
20
- export { default as icon__fullscreen } from './icon__fullscreen.svg'
21
- export { default as icon__fullscreen_exit } from './icon__fullscreen_exit.svg'
22
- export { default as icon__github } from './icon__github.svg'
23
- export { default as icon__mindmap } from './icon__mindmap.svg'
24
- export { default as icon__next } from './icon__next.svg'
25
- export { default as icon__number_gray } from './icon__number_gray.svg'
26
- export { default as icon__number_purple } from './icon__number_purple.svg'
27
- export { default as icon__prev } from './icon__prev.svg'
28
- export { default as icon__restore } from './icon__restore.svg'
29
- export { default as icon__rotate } from './icon__rotate.svg'
30
- export { default as icon__search } from './icon__search.svg'
31
- export { default as icon__setting } from './icon__setting.svg'
32
- export { default as icon__sidebar_collapsed } from './icon__sidebar_collapsed.svg'
33
- export { default as icon__sidebar_opened } from './icon__sidebar_opened.svg'
34
- export { default as icon__totop } from './icon__totop.svg'
35
- export { default as icon__vscode } from './icon__vscode.svg'
36
- export { default as icon__zoom_fit } from './icon__zoom_fit.svg'
37
- export { default as icon__zoom_in } from './icon__zoom_in.svg'
38
- export { default as icon__zoom_out } from './icon__zoom_out.svg'
39
- export { default as icon__zoom_reset } from './icon__zoom_reset.svg'
1
+ /**
2
+ * .vitepress/tnotes/vitepress/assets/icons/index.ts
3
+ *
4
+ * get icons:
5
+ * https://iconify.design/
6
+ * https://icon-sets.iconify.design/
7
+ *
8
+ * SVG 图标统一导出
9
+ */
10
+
11
+ export { default as icon__check } from './icon__check.svg'
12
+ export { default as icon__clipboard } from './icon__clipboard.svg'
13
+ export { default as icon__close } from './icon__close.svg'
14
+ export { default as icon__collapse } from './icon__collapse.svg'
15
+ export { default as icon__confirm } from './icon__confirm.svg'
16
+ export { default as icon__copy } from './icon__copy.svg'
17
+ export { default as icon__focus } from './icon__focus.svg'
18
+ export { default as icon__fold } from './icon__fold.svg'
19
+ export { default as icon__folder } from './icon__folder.svg'
20
+ export { default as icon__fullscreen } from './icon__fullscreen.svg'
21
+ export { default as icon__fullscreen_exit } from './icon__fullscreen_exit.svg'
22
+ export { default as icon__github } from './icon__github.svg'
23
+ export { default as icon__mindmap } from './icon__mindmap.svg'
24
+ export { default as icon__next } from './icon__next.svg'
25
+ export { default as icon__number_gray } from './icon__number_gray.svg'
26
+ export { default as icon__number_purple } from './icon__number_purple.svg'
27
+ export { default as icon__prev } from './icon__prev.svg'
28
+ export { default as icon__restore } from './icon__restore.svg'
29
+ export { default as icon__rotate } from './icon__rotate.svg'
30
+ export { default as icon__search } from './icon__search.svg'
31
+ export { default as icon__setting } from './icon__setting.svg'
32
+ export { default as icon__sidebar_collapsed } from './icon__sidebar_collapsed.svg'
33
+ export { default as icon__sidebar_opened } from './icon__sidebar_opened.svg'
34
+ export { default as icon__totop } from './icon__totop.svg'
35
+ export { default as icon__vscode } from './icon__vscode.svg'
36
+ export { default as icon__zoom_fit } from './icon__zoom_fit.svg'
37
+ export { default as icon__zoom_in } from './icon__zoom_in.svg'
38
+ export { default as icon__zoom_out } from './icon__zoom_out.svg'
39
+ export { default as icon__zoom_reset } from './icon__zoom_reset.svg'
@@ -1,20 +1,20 @@
1
- <template>
2
- <iframe
3
- style="width: 100%; aspect-ratio: 16/9; margin: 1rem 0"
4
- :src="'//player.bilibili.com/player.html?isOutside=true&bvid=' + id"
5
- scrolling="no"
6
- border="0"
7
- frameborder="no"
8
- framespacing="0"
9
- allowfullscreen="true"
10
- ></iframe>
11
- </template>
12
-
13
- <script setup lang="ts">
14
- defineProps({
15
- id: {
16
- type: String,
17
- required: true,
18
- },
19
- })
20
- </script>
1
+ <template>
2
+ <iframe
3
+ style="width: 100%; aspect-ratio: 16/9; margin: 1rem 0"
4
+ :src="'//player.bilibili.com/player.html?isOutside=true&bvid=' + id"
5
+ scrolling="no"
6
+ border="0"
7
+ frameborder="no"
8
+ framespacing="0"
9
+ allowfullscreen="true"
10
+ ></iframe>
11
+ </template>
12
+
13
+ <script setup lang="ts">
14
+ defineProps({
15
+ id: {
16
+ type: String,
17
+ required: true,
18
+ },
19
+ })
20
+ </script>