- Show selected text in a movable pop-up and positioning calendar.
- Displays user messages by day of the week, with the added functionality of reminding about overdue tasks. When the Journal template is loaded, they are displayed.
Warning
This plugin does not work with Logseq db version.
- Select text and click the same block. Registered in pop-up and automatically locked.
Markdown is not reflected.
"Unlock" is a button that overwrites the next selected text, and "pin" is a button that saves the position of the popup.
-
require install Block Calendar Plugin for rendering
-
Set
custom
(Widget Location) and#StickyCalendar
(Provide CSS selector) on the plugin settings
- Display overdue tasks from yesterday. (If found)
- Display user message each day. Supports HTML instead of markdown.
- Display user favorite image by HTML each day.
<img src="FilePath"/>
⚠️ Use direct file paths instead of indirect
- Press [
---
] on the top right toolbar to open [Plugins
] - Select
Marketplace
- Type
popup
in the search field, select it from the search results and install
- Open the plugin settings screen and do the necessary changes. By default, Sticky Calendar is set to "off" in the initial configuration.
- To reopen popups, press on
📌
button in the toolbar- For Daily message board:
💬
- For Overdue tasks board:
⏳
- For Daily message board:
- (Sticky Text) Visible or not: select
Journal
Not-Journal
All
defaultNone
- (Sticky Text) Showing over sidebar or not: toggle
true
defaultfalse
- (Sticky Calendar) Visible or not: select
Journal
defaultNot-Journal
All
None
- (Sticky Calendar) Showing over sidebar or not: toggle
true
defaultfalse
Enabled when toggles are on. Can be called from the toolbar button.
- Show the board when journal template is loaded: toggle
true
false
default - Show the board when Logseq is loaded: toggle
true
false
default
Enabled when toggles are on. Can be called from the toolbar button.
- Show the board when today journal is created: toggle
true
defaultfalse
- Show the board when Logseq loaded: toggle
true
defaultfalse
- Enable close the board timeout: toggle
true
defaultfalse
- Close the board timeout [ms]: select
- [
8000
,9000
,10000
default,12000
,14000
,16000
,18000
,20000
]
- [
- Background color (from theme): select
var(--ls-primary-background-color)
defaultvar(--ls-secondary-background-color)
var(--ls-tertiary-background-color)
var(--ls-quaternary-background-color)
var(--ls-table-tr-even-background-color)
var(--ls-block-properties-background-color)
var(--ls-page-properties-background-color)
- Font Color (from theme): select
var(--ls-primary-text-color)
defaultvar(--ls-secondary-text-color)
var(--ls-title-text-color)
var(--ls-link-text-color)
- The board title, select localize (your language) or English: select
default
defaulten
: English
- Show Monday message board: toggle
true
false
default
- Message for Monday (Supports HTML instead of markdown)
- (textarea)
- alias Tuesday...Sunday
Go to the Discussions tab to ask and find this kind of things.
- Library > @logseq/libs
- Library > @xyhp915/ moveable plugin UI container
- Icon > icooon-mono.com
- Author >@YU000jp