Skip to content

pl86/brackets-bookmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brackets Bookmarks Extension

Extension for Brackets that allows the user to navigate within a document using bookmarks.

Tested with Brackets 1.2

Features

  • Set bookmarks on individual lines
  • Bookmarks panel with live edit updates
  • Persist bookmarks

Installation

Install from url

Open Extension Manager and click the Install from URL... button at the bottom. Enter a URL to a ZIP file or the URL to a GitHub repo.
https://github.com/adobe/brackets/wiki/Brackets-Extensions

Git Clone

  1. Under main menu select Help > Show Extensions Folder
  2. Git clone this repository inside the folder user.

Usage

Bookmarks can be set using either keyboard shortcuts, entries under the Navigate menu or click on line number (gutter).

Keyboard Shortcuts

  • Toggle Bookmark: Cmd-F4 (Mac) or Ctrl-F4 (Win, Linux)
  • Next Bookmark: F4
  • Previous Bookmark: Shift-F4
  • Clear Bookmarks: Cmd-Shift-F4 (Mac) or Ctrl-Shift-F4 (Win, Linux)

Notes

  • Bookmarks can be set on individual lines (one bookmark per line)

Credits

About

Bookmarks Extension for Brackets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 10.1%
  • HTML 3.7%