Description
Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.
Additional Information
Links: | |
---|---|
Maintainers: | adarshsingh |
Version: | 2.0.0 |
Minimum app version: | 1.7 |
Downloads: This version: | 2340 |
Last updated: | 2023-01-15T04:37:19Z |
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.
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
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