Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
/ obsidian-link-flags Public archive

Obsidian plugin to display metadata flags next to links

Notifications You must be signed in to change notification settings

onvlt/obsidian-link-flags

Repository files navigation

Obsidian Link flags

Link flags is an Obsidian plugin that enables you to display selected metadata from front matter blocks next to links. These pieces of metadata are called flags and they make it possible to aggregate data from multiple pages in a single place.

Example usage

Theme used in this example is Minimal

Installation

You can install third-party plugins in SettingsCommunity pluginsBrowse. Look for a plugin named “Link flags”. Don’t forget to enable the plugin after installation.

This extension is not published yet, unfortunately I haven't gotten to it yet.

Usage

By default, there no tags displayed. To display a flag next to a particular link, you have to:

  • Populate linked page’s YAML front matter with your key-value pair
  • Add the key in plugin settings (SettingsPlugin optionsFlags).
  • Open a Preview mode

⚠️ If you update flags’ settings or front matter while the preview mode is opened, the changes won’t take effect immediately. You have to close and reopen the editor for the change to take effect.

Specifying front matter metadata

Displaying flags

Display options

  • You can specify whether should be displayed before or after links
  • Flags are listed in order in which they’re specified in settings.
  • You can hide a flag key and show only a value by prepending a - to the key in the plugin’s settings (eg. -status will display instead of status: ✅)

The way the particular flag is formatted depends on its value:

Type Field Display
string or number rating: 5 rating: 5
true or object completed: true completed
false, null or empty completed: false (none)
array of strings tags: [book, todo] tags: book, todo

How they will look like?

Flags are styled as tags, so if your theme already applies any styles to tags, they will be also applied on flags. In the examples, I’m using Minimal theme which styles tags very neatly.

Can I customize flags’ appearance?

Yes, you can supply custom CSS to style them. Every flag element has flag class, data-flag-key and data-flag-value attributes so you can target them with CSS selectors. If you’re in doubt, use developer tools to inspect elements’ styles.

Contributing

You can submit an issue or a pull request.

About

Obsidian plugin to display metadata flags next to links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published