https://github.com/zephraph/obsidian-publish-hooks-plugin
A plugin for hooking into Obsidian's publish process
https://github.com/zephraph/obsidian-publish-hooks-plugin
obsidian
Last synced: 20 days ago
JSON representation
A plugin for hooking into Obsidian's publish process
- Host: GitHub
- URL: https://github.com/zephraph/obsidian-publish-hooks-plugin
- Owner: zephraph
- License: mit
- Created: 2021-04-20T02:55:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T04:56:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T08:43:34.066Z (6 months ago)
- Topics: obsidian
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publish hooks
A plugin to give you programmatic hooks into obsidian's plugin system
## Contributing
To make changes to this plugin, first ensure you have the dependencies installed.
```
yarn install
```### Development
To start building the plugin with what mode enabled run the following command:
```
yarn dev
```_Note: If you haven't already installed the hot-reload-plugin you'll be prompted to. You need to enable that plugin in your obsidian vault before hot-reloading will start. You might need to refresh your plugin list for it to show up._
### Releasing
To start a release build run the following command:
```
yarn build
```---
This plugin was generated by (create-obsidian-plugin)[https://www.npmjs.com/package/create-obsidian-plugin]