Skip to content

Commit 4a541fe

Browse files
committed
Release 1.4.0
1 parent f8b1082 commit 4a541fe

33 files changed

Lines changed: 352 additions & 224 deletions

Changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
- 1.4.0 (2026.03.10)
2+
New:
3+
- Wrap code now also works in editor mode
4+
- Added compatibility with Execute Code Plugin (#129, #149)
5+
- Added option "Only apply inverse fold to semi-foldable blocks" to exclude code blocks when inverse fold and semi-fold are both enabled (#138)
6+
- Added option "Auto semi-fold long code blocks" (#133)
7+
- Added Modifier keys for buttons and inline code (#132)
8+
- Added new `parse` parameter to parse raw CLI output fro prompts, and apply colors to them (#131)
9+
- Added new Themes (Dracula, Gruvbox, Nord, Tokyo Night)
10+
- Added "Copy as image" button to create snapshot of code blocks
11+
- Added option to display an additional "+" and "x" for grouped code blocks for easier adding/removing blocks
12+
- Added option to search for settings on the settings page
13+
- Added new option to select alternative collapse indicators
14+
- Added option to hide lines or ranges using the `hide` parameter
15+
- Added blur effect for semi-fold
16+
17+
Modified:
18+
- It is now possible to define "line number jumps" for the `ln` parameter (#143)
19+
- CSS refactored into SCSS. Also fixed slow selectors (#136)
20+
- Settings are **NOT** stored in the Themes anymore. They are completely independent from themes (#135)
21+
- For text highlight now occurences can also be specified to highlight specifc occurence(s) of the text
22+
23+
BugFix:
24+
- Fixed a bug, where the copy button copies white spaces (#148)
25+
- PDF export now correctly uses the specified text color override (#145)
26+
- Fixed a bug, which led to plugin crash when editing tables (probably #139, and also #144)
27+
- Fixed a bug where code blocks in lists were padding missing (#128)
28+
- Prompt names are **NOT** case sensitive now
29+
- Fixed inline code mustache syntax (#147)
30+
- Fixed a bug, where uncollapsing code blocks sometimes resulted in no decorations at all
31+
132
- 1.3.1 (2025.08.21):
233
BugFix:
334
- Fixed immediate rerender. Current release of Obsidian broke this feature.

README.md

Lines changed: 98 additions & 20 deletions
Large diffs are not rendered by default.

attachments/Admonition.png

19 KB
Loading

attachments/Dracula.png

244 KB
Loading

attachments/ExecuteCode.gif

220 KB
Loading

attachments/Gruvbox.png

242 KB
Loading

attachments/Hide.gif

392 KB
Loading

attachments/LineNumberJump.png

4.38 KB
Loading

attachments/Nord.png

245 KB
Loading

attachments/Obsidian.png

246 KB
Loading

0 commit comments

Comments
 (0)