Update the readme as the plugin got approved

This commit is contained in:
Anton Bulakh 2023-04-11 03:02:40 +03:00
parent f58e2a52c4
commit 7c73abf84f
No known key found for this signature in database
GPG key ID: D666799AFFD8502A

View file

@ -16,11 +16,11 @@ Another couple of features, that are *missing* in Logseq are:
- Some fields can be hidden from the reader view - also configurable.
## Installation
- Currently awaiting approval on the [Obsidian Plugin Marketplace](https://obsidian.md/plugins?id=page-properties), so use one of the methods below.
- It's on the [Obsidian Plugin Marketplace](https://obsidian.md/plugins?id=page-properties).
- You can use the [Brat](https://github.com/TfTHacker/obsidian42-brat) plugin.
- You can download the `main.js`, `styles.css` and `manifest.json` files manually from the [releases](https://github.com/necauqua/obsidian-page-properties/releases) page and put them into the `$VAULT/.obsidian/plugins/page-properties` folder.
- For Nix users, you can do this too:
```bash
nix profile install github:necauqua/obsidian-page-properties
ln -s ~/.nix-profile/share/obsidian/plugins/page-properties $VAULT/.obsidian/plugins/page-properties
```
```