A Logseq plugin help you copy any page blocks ref to today's journal page, very useful for task management case.
- Git clone this repo
- Run
npm install
- Run
npm run build
- In logseq, click
Plugins
which is in right top dropdown menu - Click
Load unpacked plugin
button and select the dist directory of this plugin directory - If plugin not work, you can try to disable and enable the plugin by clicking the switch button on Plugins page.
Better choice.
The inspiration of this plugin comes from our community.
Possible new feature - while on any page, right click a block and send the block ref to today's journal. This can be useful for todo created in pages -- danzu on 2021/10/26
At the same time, I have similar thinking about this, but I want to copy ref to any page, Then I found Logseq command API can not receive parameters for now, So I realize that It's better to implment "copying to today's journal" first.
My code borrowed greatly from two other open source projects as followed, thank you guys.
MIT