GoToAnchor
Create anchors and references for easily move everywhere!
Details
Installs
- Total 2K
- Win 789
- Mac 434
- Linux 280
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Mac | 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 |
Linux | 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 | 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)