You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to the "pointblank" extension will be documented in this file.
4
4
5
+
## [0.6.2] - 2025-06-27
6
+
### Added
7
+
- New setting and command: **Toggle Auto Bullets** (`pointblank.toggleAutoBullets`). You can now enable or disable automatic bullet point insertion for new lines and pastes, with a default keybinding (`Alt+B`).
8
+
### Fixed
9
+
- Multi-line paste: If the first line of the pasted content is empty, default bullet points are now correctly added to all following non-empty lines (when auto bullets are enabled).
Copy file name to clipboardExpand all lines: docs/index.html
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,6 @@ <h2>Welcome to Point Blank Documentation</h2>
9
9
<p>Get the extension on the <ahref="https://marketplace.visualstudio.com/items?itemName=fastblit.pointblank">VS Code Marketplace</a>!</p>
10
10
</section>
11
11
12
-
<sectionid="whats-new">
13
-
<h2>What's New in 6.1.0</h2>
14
-
<p>
15
-
Point Blank now includes a powerful new inline query language! You can now
16
-
dynamically pull information from across your workspace directly into your notes.
17
-
Use `LIST` to create lists of links to files or content blocks, or use the new
18
-
`TRANSCLUDE` keyword to embed content directly.
19
-
Learn more about this powerful new feature on the
20
-
<ahref="queries.html">Queries page</a>.
21
-
</p>
22
-
</section>
23
-
24
12
<sectionid="features">
25
13
<h2><ahref="features.html">Features</a></h2>
26
14
<p>Detailed explanations of Point Blank's intelligent bullet point styling, hierarchical outlining, typed nodes, template expansion, and focus mode.</p>
0 commit comments