New:
- Semi-interactive prompts
- Code blocks can now be displayed as groups
- Annotations
- Added colors for frontmatter
- Syntax highlight for inline code
- Added an option to hide the fence lines in editing mode (they will reappear when the cursor is inside a code block)
- Added an option for avoiding page break during PDF printing
Modified:
- Code block fold states can now be optionally stored in session or permanently
- Modifying code block parameters now immediately rerenders the code block in ReadeingView to reflect the changes. Works even when the document is side by side opened in editing and reading mode as well
- Code blocks now support ~~~ blocks as well, not just ``` blocks
- UI updated and reorganized
BugFix:
- Fixed a small CSS problem with buttons
- Fixed a small problem with alternative highlight colors (probably wasn't even noticeable)
- Fixed a bug, which caused Obsidian file explorer to be laggy
- Fold commands now work correctly, even in large documents
- Performance improvements
- Fixed a bug, where empty lines were not rendering in ReadingView, when using ln:false
- Fixed admonitions