crossnote 0.8.16 → 0.8.18

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 (39) hide show
  1. package/README.md +4 -0
  2. package/out/cjs/index.cjs +147 -147
  3. package/out/dependencies/README.md +2 -2
  4. package/out/dependencies/katex/katex.min.css +1 -1
  5. package/out/dependencies/mermaid/mermaid.min.js +198 -199
  6. package/out/esm/index.mjs +144 -144
  7. package/out/styles/preview.css +1 -1
  8. package/out/styles/preview_theme/atom-dark.css +1 -1
  9. package/out/styles/preview_theme/atom-light.css +1 -1
  10. package/out/styles/preview_theme/atom-material.css +1 -1
  11. package/out/styles/preview_theme/github-dark.css +1 -1
  12. package/out/styles/preview_theme/github-light.css +1 -1
  13. package/out/styles/preview_theme/gothic.css +1 -1
  14. package/out/styles/preview_theme/medium.css +1 -1
  15. package/out/styles/preview_theme/monokai.css +1 -1
  16. package/out/styles/preview_theme/newsprint.css +1 -1
  17. package/out/styles/preview_theme/night.css +1 -1
  18. package/out/styles/preview_theme/one-dark.css +1 -1
  19. package/out/styles/preview_theme/one-light.css +1 -1
  20. package/out/styles/preview_theme/solarized-dark.css +1 -1
  21. package/out/styles/preview_theme/solarized-light.css +1 -1
  22. package/out/styles/preview_theme/vue.css +1 -1
  23. package/out/styles/prism_theme/github-dark.css +1 -1
  24. package/out/styles/style-template.css +1 -1
  25. package/out/types/src/custom-markdown-it-features/curly-bracket-attributes.d.ts +3 -0
  26. package/out/types/src/index.d.ts +1 -0
  27. package/out/types/src/notebook/types.d.ts +7 -0
  28. package/out/types/src/render-enhancers/resolved-image-paths.d.ts +1 -1
  29. package/out/types/src/utility.d.ts +2 -1
  30. package/out/types/src/webview/components/FloatingActions.d.ts +2 -0
  31. package/out/types/src/webview/components/MarkdownEditor.d.ts +2 -0
  32. package/out/types/src/webview/containers/preview.d.ts +7 -0
  33. package/out/types/test/markdown/transformer.test.d.ts +1 -0
  34. package/out/types/tsconfig.tsbuildinfo +1 -1
  35. package/out/webview/backlinks.css +1 -1
  36. package/out/webview/backlinks.js +8 -8
  37. package/out/webview/preview.css +1 -1
  38. package/out/webview/preview.js +2440 -11
  39. package/package.json +15 -9
package/README.md CHANGED
@@ -10,6 +10,8 @@ This library powers:
10
10
 
11
11
  - [markdown preview enhanced for vscode](https://github.com/shd101wyy/vscode-markdown-preview-enhanced)
12
12
 
13
+ API Documentation: https://shd101wyy.github.io/crossnote/
14
+
13
15
  ## Installation
14
16
 
15
17
  ```sh
@@ -73,6 +75,8 @@ main();
73
75
 
74
76
  ## Notebook Configuration
75
77
 
78
+ [Visit here to see the documentation.](https://shd101wyy.github.io/crossnote/interfaces/NotebookConfig.html)
79
+
76
80
  ```js
77
81
  const config = {
78
82
  // File of extensions to be included in the notebook