relequestual/sublimebookmark — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2016-11-30
Label a line you keep returning to so you can jump back instantly.
Mark a bug you are mid-fix on and return to it in the next session.
Flag a section of code you plan to refactor later.
Filter bookmarks to see only the ones relevant to your current project.
| relequestual/sublimebookmark | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | — | 0 | — |
| Language | Python | Python | Python |
| Last pushed | 2016-11-30 | — | 2023-06-08 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install via Sublime Text's Package Control system, which also handles automatic updates.
SublimeBookmark is a plugin for Sublime Text that replaces the code editor's built-in bookmark system with something far more capable. If you've ever tried to mark important lines in your code and found yourself limited by the default options, this tool solves that frustration by letting you create named bookmarks that actually persist and organize themselves intelligently. The standard bookmark feature in Sublime Text is notoriously bare-bones. It doesn't let you name bookmarks, it forgets them when you close your session, and you're capped at a small number. This plugin overcomes all of those limitations. You can give each bookmark a descriptive name, and they survive across sessions so you don't lose your place. You can also create an unlimited number of them and jump to any bookmark through a searchable list. For people working across multiple projects, bookmarks are stored per-project, meaning you can filter your view to see only the bookmarks relevant to what you're currently working on. This is designed for developers and anyone who spends significant time writing or editing code in Sublime Text. Imagine you're working on a large project with dozens of files, and you need to keep track of a function you keep returning to, a bug you're mid-fix on, and a section you plan to refactor later. With named bookmarks, you can label each of those spots and jump between them without scrolling or searching. You can also toggle between seeing all your bookmarks, just those in your current project, or only those in the file you have open. Installation is straightforward through Sublime Text's Package Control system, which also handles updates automatically. You add bookmarks by naming a line, and a small yellow triangle appears to mark the spot. Removing individual or all bookmarks is similarly handled through the command palette. The project is open to contributions, and the creator notes that some features like live previews are limited in older versions of the editor.
A Sublime Text plugin that upgrades the default bookmark system with named, persistent bookmarks that survive across sessions and organize themselves by project.
Mainly Python. The stack also includes Python, Sublime Text Plugin API.
Dormant — no commits in 2+ years (last push 2016-11-30).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.