Commit graph

108 commits

Author SHA1 Message Date
BearToCode
5ea174d2cb set renderer elem in viewer 2023-08-05 15:52:36 +02:00
BearToCode
741e962ecc fix events not firing without input 2023-08-05 09:44:59 +02:00
BearToCode
cce7cfd4a3 remove custom shj build 2023-08-01 19:18:45 +02:00
BearToCode
5f6c8dc19b fix extensions requiring import of main package 2023-07-23 11:24:28 +02:00
BearToCode
e60bdb4cab move highlighting functions to separate files 2023-07-22 19:50:45 +02:00
BearToCode
f24c378228 minor general fixes 2023-07-19 19:15:08 +02:00
BearToCode
1851db0618 fix components positioning and resizing 2023-07-19 15:48:47 +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
f3f43d5db7 adjust sync scroll timing 2023-07-16 17:50:58 +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
3355ec02c6 add render custom events 2023-07-10 20:10:01 +02:00
BearToCode
ce511bbfd4 allow async marked extensions 2023-05-21 10:14:21 +02:00
BearToCode
b91210eb5d fix editor debouncing not working 2023-05-20 20:02:05 +02:00
BearToCode
3a8fac462b add fallback monospace font style 2023-05-20 12:24:35 +02:00
styxpilled
c228bdea9b fix textarea selector specificity
closes #2
2023-05-19 23:32:13 +02:00
BearToCode
dcc4601a09 Merge branch 'dev' 2023-05-19 07:01:44 +02:00
BearToCode
3a53f4e1c0 resize textarea on mount 2023-05-18 20:42:51 +02:00
BearToCode
4d3964f807 minor fixes regarding prefixes and slash commands 2023-05-13 20:13:35 +02:00
BearToCode
33baa3039a add included dark theme 2023-05-13 18:58:20 +02:00
BearToCode
8b511c37f5 do not escape html, add blockqutoe prefix 2023-05-13 16:53:35 +02:00
BearToCode
0177612d10 change strikethrough icon to have the same size 2023-05-13 12:23:34 +02:00
BearToCode
a6f1426c37 escape input before parsing 2023-05-12 18:38:18 +02:00
BearToCode
4bb4d572fc prevent vite css mixed end support warning 2023-05-11 19:28:55 +02:00
BearToCode
94ef1965b5 remove custom ssr sanitizer 2023-05-11 19:15:04 +02:00
BearToCode
29e7eb4b30 prevent vite css flex end warning 2023-05-11 19:11:07 +02:00
BearToCode
b5fd4efc4a add support for custom ssr sanitizer 2023-05-10 20:23:34 +02:00
BearToCode
840bead096 hide icons on small devices 2023-05-10 12:48:54 +02:00
BearToCode
942a0918ec fix prefixes match removals 2023-05-10 11:03:48 +02:00
BearToCode
b2700c3301 add strikethrough icon 2023-05-10 10:55:30 +02:00
BearToCode
c05c6ad336 fix code icon 2023-05-10 10:53:35 +02:00
BearToCode
0ede3a94b8 fix history state management 2023-05-09 22:36:45 +02:00
BearToCode
953298114b add tab support 2023-05-09 16:47:02 +02:00
BearToCode
542d8021dd add sanitizer support 2023-05-09 16:00:10 +02:00
BearToCode
f9e87137c7 add github theme to demo 2023-05-09 15:56:54 +02:00
BearToCode
ce439cdd52 demo: add monospace font to <code>s as well 2023-05-09 10:56:16 +02:00
BearToCode
0cd6f395fc adjust styles 2023-05-09 10:46:23 +02:00
BearToCode
e795c11815 fix toolbar positioning 2023-05-09 10:07:09 +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
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
72523d50e9 give extension components props 2023-05-04 22:24:13 +02:00
BearToCode
9074fd58d8 allow extensions custom elements 2023-05-04 22:24:08 +02:00
BearToCode
fa69249483 add event listeners 2023-05-04 22:24:03 +02:00
BearToCode
1471a1c77c remove prefixes on empty lines 2023-05-04 22:24:00 +02:00