Created by: Alec Dibble
-
Copies last filled out journal to today's journal
-
Deletes any completed tasks
-
Deletes any children of blocks that contain the string "Notes"
-
Runs every minute, won't run if today's note already has content
-
If you have a feature suggestion or bug fix, feel free to submit a PR
-
To build:
npm install && npm run build
-
To run:
-
Follow the instructions above to build
-
Enable Developer Mode in Logseq
-
Click
Plugins
->Load Unpacked Plugin
and select this repo's folder
-
-
1.2.2
- Fix for a transient error
-
1.2.1
- Added handling for a brand new graph with no previous journal days
-
1.1.1
- Added a LICENSE file
-
1.1.0
- Added error handling
- Added better UI messaging
- Upgraded Logseq library version
-
1.0.0
- Initial release