Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llimllib/obsidian-guid-plugin
https://github.com/llimllib/obsidian-guid-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/llimllib/obsidian-guid-plugin
- Owner: llimllib
- License: other
- Created: 2022-10-06T17:13:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T06:47:46.000Z (9 months ago)
- Last Synced: 2024-11-30T02:50:45.924Z (about 1 month ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 21
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian GUID plugin
This plugin will:
- Add an unique ID to the front matter of every markdown file you edit.
- Create a command `Add an ID to all notes` which will... add an ID to all notes## Obsidian Documentation
See https://github.com/obsidianmd/obsidian-api and https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines
## Making a release
prerequisites: `jq`, `gh` and `make`. On mac: `brew install jq gh make`
- update the version number in `manifest.json` and in `package.json`
- run `make release`
- follow the [obsidian docs to submit the plugin for review](https://marcus.se.net/obsidian-plugin-docs/publishing/submit-your-plugin#step-2--submit-your-plugin-for-review)