GoToAnchor
Create anchors and references for easily move everywhere!
Details
Installs
- Total 1K
- Win 754
- Mac 419
- Linux 275
Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GoToAnchor a Sublime Text 3 Plugin
Description
Create anchors and references for easily move everywhere!
Inspirated on Open Url and Search In Project
Introduction
- A anchor is like:
// ANCHOR:some optional description ID:1394328786.442311
- A reference is like:
// GOTOANCHOR:some optional description URL:'Absolute:\Path@1394328786.442311'
- Every anchor can point to file, folder or url
- N references can point to 1 anchor
How to use
Commands
Go To Anchor
ctrl/super+u or find “GOTOANCHOR: Go To Anchor” from list of ST commands (ctrl/super+shift+p) (if you are not in valid url will be run automatically “Go to the closest previous reference”)
Search Anchor in Project
ctrl/super+shift+alt+u or find “GOTOANCHOR: Search Anchor” from list of ST commands (ctrl/super+shift+p)
Go to the closest previous reference
ctrl/super+shift+u or find “GOTOANCHOR: Find Prev Reference” from list of ST commands (ctrl/super+shift+p) (if there isn't a previous reference re-start to find from the end of the file)
Go to the closest previous anchor
ctrl/super+alt+u or find “GOTOANCHOR: Find Prev Anchor” from list of ST commands (ctrl/super+shift+p) (if there isn't a previous anchor re-start to find from the end of the file)
Create a anchor
ctrl/super+alt+z then ctrl/super+a or find “GOTOANCHOR: Create Anchor” from list of ST commands (ctrl/super+shift+p)
Create a reference to the last anchor
ctrl/super+alt+z then ctrl/super+shift+a or find “GOTOANCHOR: Create Reference Last Anchor” from list of ST commands (ctrl/super+shift+p)
Create a empty reference
ctrl/super+alt+z then ctrl/super+alt+a or find “Create Empty Reference” from list of ST commands (ctrl/super+shift+p)
Re-create a reference to the anchor under the cursor
ctrl/super+alt+z then ctrl/super+shift+alt+a or find “GOTOANCHOR: Re-create Reference From Current Anchor” from list of ST commands (ctrl/super+shift+p)
PS
Inherited from Open Url (with some cut) you can open any URL, folder or file (the files will open by default except the extensions defined in go_to_anchor.sublime-settings)