Tilman Vatteroth
f328681c0f
Fix language detection in code mirror code blocks
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-05-22 21:33:13 +02:00
Tilman Vatteroth
3a74ce9267
Replace splitter e2e test with unit test
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-04-10 01:42:26 +02:00
Tilman Vatteroth
8b4e9191e5
Fix smooth scroll and other bugs ( #1861 )
...
This PR fixes:
- The wrong clean up of window post message communicators
- The smooth scroll bug in chrome (Fixes Anchor navigation in render view not working #1770 )
- Scroll by using touch devices in renderer
- Lazy loading of the editor (code mirror doesn't need to be lazy loaded any more)
2022-02-14 16:37:34 +00:00
Tilman Vatteroth
6a6f6105b9
Upgrade to CodeMirror 6 ( #1787 )
...
Upgrade to CodeMirror 6
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-02-13 11:14:01 +00:00
Tilman Vatteroth
b30cc5b390
Move toolbar functions into redux reducer ( #1763 )
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-01-26 17:14:28 +01:00
Tilman Vatteroth
98040cbdaa
Fix autocompletion ( #1736 )
...
* Add visibility check for codemirror autocompletion
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Move autocompletion trigger to extended-codemirror
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-12-31 14:00:33 +01:00
Renovate Bot
77a60c6c48
Switch the base framework from Create React App to Next.JS
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-12-30 14:43:25 +01:00
Tilman Vatteroth
d4251519e2
Add image placeholder and upload indicating frame ( #1666 )
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Co-authored-by: Philip Molares <philip.molares@udo.edu>
2021-12-11 15:34:33 +01:00
Tilman Vatteroth
4023acc9d6
Restructure the max-length-warning and the status bar ( #1654 )
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-11-28 22:21:02 +01:00
renovate[bot]
2abe40ef1d
Update dependency eslint-plugin-import to v2.25.2 ( #1555 )
...
* Update dependency eslint-plugin-import to v2.25.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Make type imports more explicit
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Enforce use of type imports
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-10-17 18:45:58 +02:00
Tilman Vatteroth
6adb63967b
Extract editor code into hooks ( #1531 )
...
* Extract code into hooks
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-10-06 21:07:33 +02:00
Tilman Vatteroth
ec921f775c
Remove unneeded props interface ( #1487 )
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 21:37:01 +02:00
Tilman Vatteroth
7ec956e5c3
Remove document content ( #1470 )
...
* Merge documentContent and markdownContent
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Add hook for markdown content without frontmatter
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Use hook for export
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Let subcomponent handle the markdown content
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 14:27:44 +02:00
Erik Michelson
808601eaba
Restructure CodeMirror imports + syntax highlighting ( #1464 )
2021-08-29 20:34:07 +02:00
Tilman Vatteroth
6285af458a
Iframe communicator context (2/3) ( #1310 )
...
* Add type
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Extract code and add new context provider
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Adjust import
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-06-12 16:14:46 +02:00
Tilman Vatteroth
829cc2fe48
Add application state hook ( #1308 )
...
* Add application state hook
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Add docs
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-06-11 15:21:24 +02:00
Tilman Vatteroth
4720f2d36b
Extract toc button ( #1302 )
...
* Extract toc button
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-06-07 22:09:13 +02:00
Erik Michelson
0aae1f70d2
Add prettier for codestyle and re-format everything ( #1294 )
2021-06-06 23:14:00 +02:00
Tilman Vatteroth
9a62f27303
Remove unnecessary assertion
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-05-08 22:45:08 +02:00
Erik Michelson
0b4a0afa16
Add table formatting on paste of detected table ( #957 )
2021-03-10 22:52:20 +01:00
Tilman Vatteroth
e12dc523f8
Adjust editor config ( #976 )
...
* Adjust editor config
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
2021-02-03 22:13:04 +01:00
Tilman Vatteroth
123f959fb3
Move and rename files (2/4) ( #987 )
...
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-02-02 00:03:47 +01:00