Commit graph

56 commits

Author SHA1 Message Date
BearToCode
6fa30f2d3e fix(tikzjax): prevent multiple scripts from being loaded 2023-12-19 21:46:43 +01:00
BearToCode
515c98fe0e docs: update deps 2023-11-19 15:49:20 +01:00
BearToCode
a56b05b36a docs: replace demo with docs 2023-11-19 15:44:30 +01:00
BearToCode
9ce2539e3d docs: add search 2023-11-19 15:04:06 +01:00
BearToCode
521fadaa35 docs: add introduction and examples 2023-11-15 22:32:07 +01:00
BearToCode
49aeafb4c8 build: replace eslint-plugin-svelte3 with eslint-plugin-svelte 2023-11-07 12:05:05 +01:00
BearToCode
546f1ac63b build: update @typescript-eslint 2023-11-07 11:52:44 +01:00
BearToCode
e3a3a90fa4 build(core): remove marked-mangle and gfmheadingids
BREAKING CHANGE: Remove `marked-mangle` and `marked-gfm-heading-id` along with their corresponding
carta options
2023-11-07 11:46:11 +01:00
BearToCode
fb28deb751 ci: use semantic-release for publishing 2023-11-07 11:40:54 +01:00
BearToCode
02eca603c7 feat: add plugin-attachment 2023-10-26 19:32:50 +02:00
BearToCode
cc094e283b build: pnpm audit --fix 2023-10-17 21:41:32 +02:00
BearToCode
b12b22d95b build: install commitizen 2023-10-17 21:37:05 +02:00
BearToCode
b14535bbb5 add support for svelte 4 2023-08-31 18:34:11 +02:00
BearToCode
5cdbb71ee2 fix async and hooks not working together 2023-08-06 21:21:43 +02:00
BearToCode
680c0bce8c fix deprecated warnings for marked mangle and header ids 2023-08-06 16:23:50 +02:00
BearToCode
5688705776 fix marked versions 2023-08-05 17:01:30 +02:00
BearToCode
c14058287e remove @types/marked 2023-08-05 16:55:34 +02:00
BearToCode
360395ab47 fix marked version to 5.1.2 2023-08-05 16:48:49 +02:00
BearToCode
dbf40e7645 update marked types version 2023-08-05 16:41:56 +02:00
BearToCode
c5802a9778 audit fix 2023-08-01 20:21:35 +02:00
BearToCode
1d2bc033c1 merge dev 2023-08-01 19:38:10 +02:00
BearToCode
9e132c37bf merge changes from dependabot 2023-08-01 19:32:44 +02:00
Davide
655cb22574
Merge branch 'master' into dependabot/npm_and_yarn/vite-4.3.9 2023-08-01 19:29:20 +02:00
dependabot[bot]
fad244272e
Bump word-wrap from 1.2.3 to 1.2.5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 17:28:05 +00:00
dependabot[bot]
8c45a04319
Bump vite from 4.3.3 to 4.3.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.3 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 17:27:07 +00:00
BearToCode
cce7cfd4a3 remove custom shj build 2023-08-01 19:18:45 +02:00
BearToCode
f539d9daba fix tikz svgs flickering and improve readme 2023-07-21 12:13:52 +02:00
BearToCode
f88a406c52 save scroll state in tabs mode 2023-07-17 17:26:38 +02:00
BearToCode
f40a7f87e8 merge tikz with other changes 2023-07-16 18:27:34 +02:00
BearToCode
718ce8b9c9 add tikz plugin(wip) 2023-07-16 18:17:20 +02:00
BearToCode
e8bc654b2e fix and improve scroll 2023-07-15 12:36:51 +02:00
BearToCode
663c8734d7 improved syntax highlighting 2023-07-14 08:49:16 +02:00
BearToCode
f90d5307c0 convert plugins vite packages to sveltekit 2023-05-26 20:03:53 +02:00
BearToCode
ce511bbfd4 allow async marked extensions 2023-05-21 10:14:21 +02:00
BearToCode
fa8d22b46e v1.1.6 2023-05-13 16:57:33 +02:00
BearToCode
8b511c37f5 do not escape html, add blockqutoe prefix 2023-05-13 16:53:35 +02:00
BearToCode
a6f1426c37 escape input before parsing 2023-05-12 18:38:18 +02:00
BearToCode
66eaf221d2 remove deploy script, only use action 2023-05-10 09:31:05 +02:00
BearToCode
85d07f6355 delete gh-pages workflow 2023-05-09 23:30:00 +02:00
BearToCode
b9b4ba9032 fix ssr support with syntax highlighting 2023-05-08 22:32:12 +02:00
BearToCode
1941478a80 add code blocks syntax highlighting 2023-05-07 22:05:12 +02:00
BearToCode
6cbe0ef814 add syntax highlight of codeblocks, change from prism to highlightjs 2023-05-06 20:44:13 +02:00
BearToCode
ef86f97219 emoji extension 2023-05-06 16:50:52 +02:00
BearToCode
a422055c9f setup emoji plugin 2023-05-04 22:24:39 +02:00
BearToCode
59bdb97417 working simple slash command 2023-05-04 22:24:23 +02:00
BearToCode
ed2b01d67b slash plugin setup 2023-05-04 22:24:19 +02:00
BearToCode
2d850cb980 rename plugin-katex to plugin-math, update demo 2023-05-04 22:24:10 +02:00
BearToCode
c045b5362c setup slash plugin enviroment 2023-05-04 22:24:05 +02:00
BearToCode
17edb040b9 working demo 2023-05-04 22:23:45 +02:00
BearToCode
99b4cd76f0 add publish script 2023-05-04 22:23:41 +02:00