Description
Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.
Additional Information
Links: | |
---|---|
Maintainers: | adarshsingh |
Version: | 2.1.0 |
Minimum app version: | 1.7 |
Downloads: This version: | 153 |
Last updated: | 2025-02-08T20:08:00Z |
Joplin Plugin : HomeNote
Allows user to set a homenote which will be automatically opened each time joplin is launched.
To set a note as homenote use (Ctrl+Alt+Shift+H ) or Tools > set as homenote
.
Use Ctrl+Shift+H or click the home icon on editor toolbar to jump to Homenote; you can also find these options under Tools
menu.
On Android devices you can follow below steps
- Click on the 3 dots on top right
- Click on
Set as HomeNote
orOpen HomeNote
Installation
Follow steps below to install the plugin in joplin
- Open Joplin
- Press Ctrl,
- Select Plugins from left pane
- search for plugin Home Note
- click install and the restart joplin
Disable (Restore default behaviour)
To restore the default behaviour of opening the last note when joplin is launched
- Open Joplin
- Press Ctrl,
- Select Plugins from left pane
- disable Home Note plugin by clicking on the toggle button in front of the plugin name
Local Setup (For developers)
After cloning the repository, run the following commands to build the plugin:
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run dist
if using fish shell use the following command to set NODE_OPTIONS
set -x NODE_OPTIONS --openssl-legacy-provider
Add the full path to homenote/dist folder in joplin as shown in joplin docs
mail me at adarsh.sgh3@gmail.com for any queries or suggestions