Releases: pioul/Minimalist-Online-Markdown-Editor
Releases · pioul/Minimalist-Online-Markdown-Editor
v3.4.0
This new release marks the addition of a much-requested dark theme to the editor! To do so, the build process has been revamped to pre-process CSS and allow the use of CSS custom props (aka "CSS variables"), and output two style bundles that can be used interchangeably.
Two minor bugs have also been fixed :)
Sync-scrolling + tables support
The approach taken for sync-scrolling is simple and far from perfect, but the result is still way better than the previously implemented strategy, which was dubbed "auto-scrolling to the bottom of the preview panel". Expect sync-scrolling to be revamped for perfect synchronization in the future.
This release also boasts a new Markdown converter, which is way faster than the older, and supports GFM tables among other things.