https://github.com/polyipseity/obsidian-plugin-library
Library for Obsidian plugins.
https://github.com/polyipseity/obsidian-plugin-library
library obsidian obsidian-library obsidian-plugin plugin plugin-library
Last synced: 29 days ago
JSON representation
Library for Obsidian plugins.
- Host: GitHub
- URL: https://github.com/polyipseity/obsidian-plugin-library
- Owner: polyipseity
- License: mit
- Created: 2023-05-12T04:42:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T02:20:04.000Z (3 months ago)
- Last Synced: 2025-10-09T06:03:05.507Z (29 days ago)
- Topics: library, obsidian, obsidian-library, obsidian-plugin, plugin, plugin-library
- Language: TypeScript
- Homepage:
- Size: 3.85 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - polyipseity/obsidian-plugin-library - Library for Obsidian plugins. (TypeScript)
README
# Plugin Library for Obsidian [][latest release]
[Buy Me a Coffee]: https://buymeacoffee.com/polyipseity
[Buy Me a Coffee/embed]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=polyipseity&button_colour=40DCA5&font_colour=ffffff&font_family=Lato&outline_colour=000000&coffee_colour=FFDD00
[Obsidian]: https://obsidian.md/
[changelog]: https://github.com/polyipseity/obsidian-plugin-library/blob/main/CHANGELOG.md
[latest release]: https://github.com/polyipseity/obsidian-plugin-library/releases/latest
[other things]: https://github.com/polyipseity/obsidian-monorepo
[repository]: https://github.com/polyipseity/obsidian-plugin-library
Library for [Obsidian] plugins.
[![Buy Me a Coffee/embed]][Buy Me a Coffee]
__[Repository] · [Changelog] · [Other things] · [Installation](#installation) · [Contributing](#contributing) · [Security](#security)__
## Installation
This is NOT an installable plugin.
## Contributing
Contributions are welcome!
This project uses [`changesets`](https://github.com/changesets/changesets) to manage the changelog. When creating a pull request, please [add a changeset](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md#adding-changesets) describing the changes. Add multiple changesets if your pull request changes several things. End each changeset with `([PR number](PR link) by [author username](author link))`. For example, the newly created file under the directory `.changeset` should look like:
```Markdown
---
"example": patch
---
This is an example change. ([GH#1](https://github.com/ghost/example/pull/1) by [@ghost](https://github.com/ghost))
```
### Todos
The todos here, ordered alphabetically, are things planned for the plugin. There are no guarantees that they will be completed. However, we are likely to accept contributions for them.
- (None)
### Translating
See [`assets/locales/README.md`](assets/locales/README.md).
## Security
We hope that there will never be any security vulnerabilities, but unfortunately it does happen. Please [report](#reporting-a-vulnerability) them!
### Supported versions
| Version | Supported |
|-|-|
| latest | ✅ |
| outdated | ❌ |
### Reporting a vulnerability
Please report a vulnerability by opening an new issue. We will get back to you as soon as possible.