HackMD Joplin Plugin is an unofficial plugin to extend the export tools of Joplin's desktop application.
It allows sharing notes online on the HackMD website
- Saves HackMD user credentials in secured store
- Uploads note online using HackMD website (one-way share: Joplin ➡️ HackMD)
- Content: {temporary} text only (see 'Roardmap')
- Access for a new note by default: read - everyone; write - owner only;
- Content of already uploaded note could be updated by re-share
- Share with pictures
- Bulk share
- Continuous syncing (one-way periodical sync Joplin ➡️ HackMD)
- Open Joplin and navigate to
Tools > Options > Plugins
- Search for the plugin name and press install
- Restart Joplin to enable the plugin
- Download the latest released JPL package (
*.jpl
) from here - Open Joplin and navigate to
Tools > Options > Plugins
- Press
Install plugin
and select the previously downloadedjpl
file - Confirm selection
- Restart Joplin to enable the plugin
- Open Joplin and navigate to
Tools > Options > Plugins
- Search for the plugin name and press
Delete
to remove the plugin completely- Alternatively you can also disable the plugin by clicking on the toggle button
- Restart Joplin
Register on HackMD.io
Then create personal access token (instruction)
Open Tools > Options > HackMD sync
and fill the HackMD User Access Token
field
Select target note and press the Share on HackMD
button
Wait. If everything is ok - note body will contain link to note on HackMD
Best support is contribution
You like this plugin as much as I do and it improves your daily work with Joplin?
Then I would be very happy if you buy me a ☕ via Revolut 😉
Contributions to this plugin are most welcome. Feel free to open a pull request or an issue. Make sure to use conventional commit messages if you're creating a pull request.
If you want to build the plugin by your own simply run npm run dist
.
To update the plugin framework, run npm run update
.