Skip to content

Commit b85292d

Browse files
Update docs to: Implement Bookmarks (#137)
1 parent 768882f commit b85292d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/menus.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@ This menu includes commands and actions related to fast navigation in file conte
226226
### Go To Line
227227
Shows a popup to go to selected line, **line numbers start from 1.**
228228

229+
### Bookmarks
230+
Shows bookmarks panel.
231+
232+
### Toggle Bookmark
233+
Toggles bookmark for each line with selection or caret.
234+
235+
### Remove All Bookmarks
236+
Removes all bookmarks.
237+
229238
## Command
230239
This menu includes commands and actions related to commands that you can run.
231240

@@ -311,11 +320,7 @@ add them as a comma-separated list, first item will be main and hard guide line
311320
more contrast.
312321

313322
### Show Bookmarks
314-
When enabled, shows bookmarks in gutter.
315-
316-
!!! Note
317-
318-
Bookmarks feature isn't yet available.
323+
When enabled, shows bookmarks in gutter and you can click on gutter to toggle bookmarks.
319324

320325
### Show Line Numbers
321326
When enabled, shows line numbers in gutter (from 1).
@@ -414,9 +419,6 @@ below:
414419
- Go To > Insert Navigation Mark
415420
- Go To > Navigation Marks
416421
- Go To > Table Of Contents
417-
- Go To > Bookmarks
418-
- Go To > Toggle Bookmark
419-
- Go To > Remove All Bookmarks
420422
- Tools > Security
421423
- Tools > Counter
422424
- Tools > Translation

0 commit comments

Comments
 (0)