Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisgrieser/grappling-hook
Obsidian Plugin for blazingly fast file switching. For those who find the Quick Switcher still too slow.
https://github.com/chrisgrieser/grappling-hook
file-switching obsidian-plugin
Last synced: 3 months ago
JSON representation
Obsidian Plugin for blazingly fast file switching. For those who find the Quick Switcher still too slow.
- Host: GitHub
- URL: https://github.com/chrisgrieser/grappling-hook
- Owner: chrisgrieser
- License: mit
- Created: 2023-01-09T13:57:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T17:17:51.000Z (3 months ago)
- Last Synced: 2024-10-15T07:32:11.629Z (3 months ago)
- Topics: file-switching, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 4.44 MB
- Stars: 45
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🪝 Grappling Hook
![Obsidian downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22grappling-hook%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json&style=plastic)
![Last release](https://img.shields.io/github/v/release/chrisgrieser/grappling-hook?label=Latest%20Release&style=plastic)Obsidian Plugin for blazingly fast file switching. For those who find the Quick
Switcher still too slow. [Endorsed by Nick Milo.](https://youtu.be/mcrcRXp5d8A?t=462)- [Commands](#commands)
* [Bookmark cycler](#bookmark-cycler)
* [Alternate note](#alternate-note)
* [Cycle tab/split](#cycle-tabsplit)
* [Next/previous file in current folder](#nextprevious-file-in-current-folder)
* [Open first URL in file](#open-first-url-in-file)
- [Installation](#installation)
- [About the developer](#about-the-developer)## Commands
### Bookmark cycler
Goes to your most recently modified bookmarked note. If you are already at a
bookmarked note, goes to the next bookmarked note, in order of the last
modification date. This allows you to quickly cycle between a core set of files
that are important. The command works well for workflows where you work with a
dynamic core set of main notes and many auxiliary notes.When you have text selected, the bookmark cycler switches to its alternative
mode, and copies the selected text to the last modified bookmarked note,
regardless the note you are.> [!NOTE]
> Only bookmarked *files* are considered. Bookmarked *blocks* or *headers* are ignored.![Illustration bookmark cycler](./docs/bookmark-cycler.png)
*This command is inspired by the [Harpoon plugin for neovim](https://github.com/ThePrimeagen/harpoon).*### Alternate note
Go to the last file you were at. As opposed to the `Navigate Back` command,
using the `Switch to Alternate Note` command moves you forward in history when
you press it the second time. This allows you to rapidly switch between two
files with only one hotkey. *This command is equivalent to vim's `:buffer #`.*The name of the alternate file is also displayed in the status bar. If the
alternate file is already open in another tab, it switches to that tab. If not,
the alternate file is opened in the current tab.![Illustration alt-file](./docs/alt-file.png)
### Cycle tab/split
Like the Obsidian built-in command `Go to next tab`, but includes tabs in other
splits, meaning you can cycle through *all* open tabs with one hotkey.
*This command similar to vim's `:w`.*### Next/previous file in current folder
Cycles through all files in the current folder, in alphabetical order.### Open first URL in file
Opens the first URL (external link) found in the file. This includes the
frontmatter. Currently, works only in Source Mode and Live Preview.Note that this only works with URLs that are *actually* in the file, meaning URLs
displayed via dataview or embedded notes are not supported.## Installation
➡️ [Install in Obsidian](https://obsidian.md/plugins?id=grappling-hook)## About the developer
In my day job, I am a sociologist studying the social mechanisms underlying the
digital economy. For my PhD project, I investigate the governance of the app
economy and how software ecosystems manage the tension between innovation and
compatibility. If you are interested in this subject, feel free to get in touch.- [Academic Website](https://chris-grieser.de/)
- [Mastodon](https://pkm.social/@pseudometa)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)