Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decaf-dev/obsidian-property-pruner
Delete a property from markdown files in your vault
https://github.com/decaf-dev/obsidian-property-pruner
obsidian-md obsidian-plugin
Last synced: 7 days ago
JSON representation
Delete a property from markdown files in your vault
- Host: GitHub
- URL: https://github.com/decaf-dev/obsidian-property-pruner
- Owner: decaf-dev
- License: mit
- Created: 2024-07-28T00:52:21.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-28T03:14:10.000Z (5 months ago)
- Last Synced: 2024-12-17T09:52:20.303Z (9 days ago)
- Topics: obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Property Pruner
This is a plugin that allows you to delete a property from markdown files in your vault.
## Installation
1. Install the [Obsidian BRAT](https://github.com/TfTHacker/obsidian42-brat) plugin from Obsidian community plugin store
2. Enable the plugin
3. Open the plugin settings
4. Click **Add beta plugin**
5. Enter the repository url: **https://github.com/decaf-dev/obsidian-property-pruner**
6. Click **Add plugin**## Usage
1. Open the command palette
2. Run the command **Prune a property**
3. Enter the property name that you would like to delete
4. Wait for all the markdown files to be updated## License
Property Pruner is distributed under [MIT License](https://github.com/decaf-dev/obsidian-property-pruner/blob/master/LICENSE).