ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Road​Bookmarks

by stevengpa ST3

Plugin for Sublime Text to handle bookmarks

Details

  • 0.0.3
  • github.​com
  • github.​com
  • 8 months ago
  • 31 minutes ago
  • 8 months ago

Installs

  • Total 88
  • Win 54
  • Mac 17
  • Linux 17
Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28
Windows 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1
Mac 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Road Bookmarks

Sublimet Text plugin that enhance the native Sublime Text bookmarks feature by persisting the information and making them accesible in a global scope through a Window Panel for easy navigation.

You can find the storage of the bookmarks positions in the following path ...\Packages\User\RoadBookmarks\road_bookmarks_db.json

Usage

You can access the plugin by pression on Mac cmd+p or Win/Linux ctrl+p, then type Road Bookmarks: Open Panel

[
  {
    "caption": "Road Bookmarks: Open Panel",
    "command": "road_bookmarks_panel"
  }
]

Key Bindings

Add the follwing key binding to your configuration:

[
    { "keys": ["ctrl+shift+b", "a"], "command": "road_bookmarks_panel" }
]