Description :: My own personalised Obsidian plugin.
- Feature 1
- Feature 2
- Feature 3
- Download the latest release of the plugin from the Releases page.
- Extract the
my-plugin
folder from the ZIP file into your Obsidianvault/.obsidian/plugins
directory. - Reload the Obsidian application (Ctrl+R) to load the plugin.
- Enable the plugin in the Obsidian settings.
- Use the plugin's features by accessing them from the command palette or the context menu.
To develop this plugin:
- Clone this repository to your local machine.
- Run
npm install
to install the required dependencies. - Run
npm run dev
to build the plugin and watch for changes. - Reload the Obsidian application (Ctrl+R) to load the development version of the plugin.
If you find a bug or would like to suggest a new feature, please open an issue on the issue tracker.
If you would like to contribute to the development of this plugin, please submit a pull request with your changes.
This plugin is released under the MIT License.