Sublime Bookmarks
a better bookmark system for SublimeText
Details
Installs
- Total 30K
- Win 16K
- Mac 9K
- Linux 6K
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 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 2 | 4 | 0 | 0 | 1 | 0 | 1 | 3 | 5 | 1 | 0 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 3 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 3 |
Mac | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeBookmark [UNMAINTAINED]
a better bookmark system for SublimeText
Unmaintained
Unfortunately, being a college student doesn't leave me with time to fix the bugs that people seem to be having with this codebase. I do wish to rewrite this, since this was written when I was new to python. If anyone wishes to either 1. Take ownership of the package 2. Help me rewrite this
Please do ping me, help is very appreciated :)
Motivation
Let's face it: sublime text's bookmark system sucks. <rant> It doesn't support named bookmarks. It doesn't save bookmark statuses, and it is just terrible to use overall. </rant>.
This is a replacement for sublime text's bookmark functionality. It's slicker and easier to use, and has way more features.
Note: As of now, This is only for Sublime Text 3. False! It's been ported. Unfortunately, I havent' implement live preview and project based bookmark sorting. I'm not sure how to port these features over to Sublime Text 2. If someone knows, please do contact me!d
Features
- Named bookmarks
- Bookmarks are saved across sessions
- Goto any bookmark in the project
- Add any number of bookmarks (not just 12).
- Project based bookmarks (bookmarks are stored per-project and bookmarks can be navigated on a per-project basis) (Only for ST3)
To Install
With the Package Control plugin: The easiest way to install SublimeBookmarks is through Package Control, which can be found at this site: http://wbond.net/sublime_packages/package_control
Once you install Package Control, restart Sublime Text and bring up the Command Palette (Command+Shift+P
on OS X, Control+Shift+P
on Linux/Windows). Select “Package Control: Install Package”, wait while Package Control fetches the latest package list, then select SublimeBookmarks when the list appears. The advantage of using this method is that Package Control will automatically keep SublimeBookmarks up to date with the latest version.
Without Git: Download the latest source from GitHub <https://github.com/bollu/SublimeBookmark/tree/st3>
and copy the whole directory into the Packages directory.
With Git: Clone the repository in your Sublime Text Packages directory, located somewhere in user's “Home” directory::
git clone -b st3 https://github.com/bollu/sublimeBookmark.git
To Use
Adding Bookmarks
Go to a line you wish to bookmark. Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and type SublimeBookmarks:Add Bookmark
. This opens up a panel where you can type the name of your bookmark. Once you're done naming your shiny new bookmark, hit Enter
. You should see a tiny yellow triangle next to your line. you're done!
Accessing Bookmarks
Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and select SublimeBookmarks:Goto Bookmark
. This will bring up a list of all bookmarks. Type in the bookmark name you want to go to and press Enter
to go to the bookmark
Removing Bookmarks
Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and select Remove Bookmark
. Type the name of the bookmark you want to remove and press Enter
. This will remove the bookmark
To remove all bookmarks, select the option SublimeBookmarks:Remove All Bookmarks (Clear Bookmarks)
. This will clear all bookmarks. This can not be undone.
Visibility Modes:
SublimeBookmarks has 3 visibility modes associated with it. The default mode is option 2.
1) View all Bookmarks
This mode shows all bookmarks that have been created - irrespective of project or file information.
To use this mode, Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and select SublimeBookmarks:Show All Bookmarks
This will show all bookmarks created
2) View only Project Bookmarks
This mode only shows bookmarksthat belong to the current project - it will not show other bookmarks at all
Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and select SublimeBookmarks:Show Only Bookmarks In Current Project
This will only show bookmarks that belong to the current project.
2) View only current file Bookmarks
This mode only shows bookmark that are present in the current file.
Press ctrl + shift + P
on Windows / Linux or cmd + shift + P
on Mac and select SublimeBookmarks:Show Only Bookmarks In Current File
This will only show bookmarks that belong to the current file.
Notes / Addendum
Some TODO Stuff:
Port to Sublime Text 2(This is partially done. Unfortunately, I'm not able to implement live previews and project support. I don't really know how to port these to ST2. If someone does, please do contact me! )Add an option to only show bookmarks belonging to current project(Nope, it now fully supports project-based bookmark management!)
To Help
Just fork my repo and send a pull request. I'll gladly accept :)
I've spent quite some time writing this and making it bug-free. It would really help me if you'd chip in a little something :) I'm a student, so a little goes a long way.