Page Properties

by Anton Bualkh
5
4
3
2
1
Score: 44/100

Description

Category: Note Enhancements

The Page Properties plugin is a game-changer for content creators. This innovative tool allows you to easily access and manage page properties, such as custom fields and meta data, directly from the Obsidian editor. No more switching between tabs or searching through menus - all your page properties are now just a click away. With this plugin, you can quickly update and reuse page metadata, making it perfect for those who work with multiple pages or projects simultaneously. It's a simple yet powerful addition to your Obsidian workflow that will streamline your content creation process.

Reviews

No reviews yet.

Stats

22
stars
8,740
downloads
3
forks
1,128
days
1,046
days
1,046
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
5
total issues
3
open issues
2
closed issues
0
commits

Latest Version

3 years ago

Changelog

Fixed:

  • Do not style page properties inside of code blocks (#3)

README file from

Github

Obsidian Page Properties

This is a plugin for Obsidian which adds page properties similar to those present in Logseq.

demo-1.png demo-2.png

The main two things it does are:

  • Adds pretty tag-like styles for full-line inline fields from Dataview - note that while Dataview is not a dependency they're not that useful without it.
  • Makes the field name into an inner link - a cute little feature from Logseq.

Another couple of features, that are missing in Logseq are:

  • For certain fields the value is converted into a link by a specified pattern - this is configurable.
    • This is useful when the tag already describes what the host should be, for example a relevant GitHub repository, or a wiki page - instead of the full link you only set the username/repository part or the wiki page name.
    • Works really well with the Surfing plugin :)
  • Some fields can be hidden from the reader view - also configurable.

Installation

  • It's on the Obsidian Plugin Marketplace.
  • You can use the Brat plugin.
  • You can download the main.js, styles.css and manifest.json files manually from the releases page and put them into the $VAULT/.obsidian/plugins/page-properties folder.
  • For Nix users, you can do this too:
nix profile install github:necauqua/obsidian-page-properties
ln -s ~/.nix-profile/share/obsidian/plugins/page-properties $VAULT/.obsidian/plugins/page-properties

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.