npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

obsidian-open-related-url

v0.0.8

Published

Open a URL related to a note in obsidian

Downloads

3

Readme

Open Related URL - An Obsidian Plugin

An obsidian plugin. On any given note, you can use this to open urls that are mentioned in the note's YAML front matter.

Use Cases

Obsidian is great for notes, and I often need to correlate my notes with a task list or a set of files. If you follow Tiago Forte's PARA method, he recommends you have a similar folder structure across all of your systems.

For me, the two most useful things to correlate are tasks and files. If you supply a tasksUrl that perhaps points to Asana or Clickup, you can open the correlating URL in seconds. This is also true if you supply a filesUrl that may point to a Google Drive or Dropbox folder.

Overview Video

Open Related Url Command

Let's imagine you have an Obsidian note with the following YAML frontmatter:

alias: "Build Widgets"
taskUrl: https://clickup.com
fileUrl: https://drive.google.com

When you open the command palette and invoke the Open Related URL command, it will search your frontmatter to look for keys that end in Url (by default: this a setting you can override in your settings).

The plugin will then present you with all of the options that met the conditions above. When you select one, it will open the correlating URL.

Quick Nav

If you have url frontmatter keys that you consistently use in your note metadata, you can add obsidian keybindings to quickly navigate to those Urls.

Define Quick Urls in Your Settings

In your plugin settings for Open Related URL, supply the names of the common keys in a comma delimited list. Do not include the Url suffix. My setting is set to task, file so that I can configure quick URLs for taskUrl and fileUrl keys respectively.

Map Your Keybindings

Once you've specified your Quick Urls, you can map keybindings by pressing the hotkeys button next to "Open Related URL" in your Community Plugins menu.

Trigger Your Keybindings

When in a note that has your previously configured Quick Url in the front matter, use the newly assigned keybinding to quickly navigate to where you want to go.