Skip to content

Commit b21a7c2

Browse files
committed
Merge branch 'outliner-behaviours'
2 parents 014dd12 + 0d754b0 commit b21a7c2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ All notable changes to AS Notes will be documented here.
44

55
## Pending Release
66

7-
## [2.3.0] - 2026-03-25
7+
## [2.3.2] - 2026-04-01
88

9-
- Feature: Inline Markdown editor (Typora-like syntax shadowing). Bold, italic, headings, links, images, code blocks, tables, emoji, Mermaid diagrams, and LaTeX math are rendered inline with a three-state visibility model (rendered/ghost/raw). Toggle via command palette or editor title bar eye icon. Based on markdown-inline-editor-vscode by SeardnaSchmid (MIT).
10-
- Feature: Detects conflicting Markdown Inline Editor extensions and offers to disable them.
11-
- Feature: Outliner mode awareness -- bullet markers and checkbox syntax always remain visible when outliner mode is active.
9+
- Feature: Improved outliner mode editing behaviours, particularly around fenced code blocks.
1210

1311
## [2.3.1] - 2026-03-31
1412

1513
- Feature: Improved page / wikilink rename merge behaviours.
1614
- Feature: Mermaid / LaTeX rendering in published HTML (static site rendering).
1715

18-
## [2.3.0] - 2026-03-28
16+
## [2.3.0] - 2026-03-25
1917

20-
- Feature: Integration of inline markdown editing.
18+
- Feature: Inline Markdown editor (Typora-like syntax shadowing). Bold, italic, headings, links, images, code blocks, tables, emoji, Mermaid diagrams, and LaTeX math are rendered inline with a three-state visibility model (rendered/ghost/raw). Toggle via command palette or editor title bar eye icon. Based on markdown-inline-editor-vscode by SeardnaSchmid (MIT).
19+
- Feature: Detects conflicting Markdown Inline Editor extensions and offers to disable them.
20+
- Feature: Outliner mode awareness -- bullet markers and checkbox syntax always remain visible when outliner mode is active.
2121

2222
## [2.2.9] - 2026-03-24
2323

vs-code-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "as-notes",
33
"displayName": "AS Notes - Personal Knowledge Management System (PKMS)",
44
"description": "VS Code Personal Knowledge Management System (PKMS) - Markdown Editing, Wikilinks (inc. Nested), Tasks, Kanban, Files, Publish to HTML, Daily Journal, Encrypted Notes",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"publisher": "appsoftwareltd",
77
"license": "Elastic-2.0",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)