1.0.4
New Diamonds 💎
- Added the
check box
custom styles - Added
Dracula
syntax colors forcode blocks
in both preview and editor mode. (These two mode's code syntax colors may varies, because each use different renderer in Obsidian.) - Added the Glow Sans SC Chinese font as a default for Chinese characters. For those that want to use it, you must install the font on your OS. (#1)
Code Block Syntax color support require you have Obsidian version 0.9.10+, also require to install the cm-editor-syntax-highlight-obsidian plugin.
Improvements ⚡️
- Changed the matching logic for all special tags, now if the tag contains the special tag's words, will make them turn into special colors (before we need the special tag word be the starting of the tag to work).
Fixes 🔧
- Changed the use of border style instead of background style for
hr
tags, asdeath-au
found out that background doesn't render in PDF export. - Fixed the
inline code blocks
keep shaking in preview mode, when typing new letters in the editor.