UNPKG

joplin-plugin-github-theme

Version:

Joplin theme with colors of GitHub.

29 lines (18 loc) 912 B
# Joplin Plugin - GitHub Theme Joplin theme with colors of GitHub. ## Install the plugin ### Automatic installation Use the Joplin plugin manager to install it (`Joplin > Options > Plugins`). Search for `GitHub Theme`. ### Manual installation - Download the last release from this repository. - Open `Joplin > Options > Plugins > Install from File` - Select the jpl file you downloaded. # Screenshots TODO # Development If you want to contribute to this plugin you can find here some userful references: - [Joplin - Getting started with plugin development](https://joplinapp.org/api/get_started/plugins/) - [Joplin - Plugin API reference](https://joplinapp.org/api/references/plugin_api/classes/joplin.html) - [Joplin - Data API reference](https://joplinapp.org/api/references/rest_api/) - [Joplin - Plugin examples](https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins)