xyhp915 / logseq-journals-calendar

A journals calendar for Logseq.
MIT License
150 stars 11 forks source link

Open in sidebar on shift click #9

Closed abhinav closed 2 years ago

abhinav commented 2 years ago

If an entry in the calendar is clicked with shift pressed down, open that day's journal in the sidebar.

Because the openInRightSidebar only accepts UUIDs, we have to retrieve or create the day's page to get its UUID.

Resolves #4


Demo: shift-click

abhinav commented 2 years ago

@xyhp915, I would appreciate a review of this when you get a chance.

abhinav commented 2 years ago

Thanks!