- ๐ช Awesome UI
- ๐จ Awesome Styler
- ๐ Awesome Props
- โญ Awesome Links
- โจ Tabler picker
- ๐ฐ Banners
- ๐ Sticky Headers
๐ Enhanced content blocks (tasks, quotes, flashcards, headers, queries, diagrams, etc...) plugin for Logseq
- โ Colored tasks statuses & priorities ๐ก
- ๐ฅ
#.kanban
&#.grid
columns (no plugin needed) ๐ก - ๐ Redesigned admonition blocks ๐ก
- ๐ฌ Custom styled
#quote
๐ก - ๐ถ Custom styled Mermaid diagrams ๐ก
- ๐ Compact QUERY results header: settings, table toggler ๐ก
- ๐ฅ Today queries as columns in journal ๐ก
- ๐งฎ Rdesigned calculator ๐ก
From Logseq store - Plugins -> Marketplace
Paste to your custom.css
(media queries will hide duplicated CSS from desktop, where they already inserted via plugin):
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css") only screen and (max-width: 1024px);
To customize colors - paste code to your custom.css
file.
Use your own values, or set default var(--ls-link-text-color)
:root {
--awCo-marker-waiting: ...!important;
--awCo-marker-later: ...!important;
--awCo-marker-todo: ...!important;
--awCo-marker-now-doing: ...!important;
--awCo-marker-done: ...!important;
--awCo-priority-a: ...!important;
--awCo-priority-b: ...!important;
--awCo-priority-c: ...!important;
}
Just add #.kanban
tag to parent block and all children will become columns!
Add #.kanban-300
, #.kanban-400
, #.kanban-500
instead of default to rule min columns width.
Recommend additionally to install Logseq Plugin TODO Master
and check Logseq template
Just add #quote
tag to parent block!
Mermaid diagrams redesign - theme related colors, light/dark mode support. Use plugin https://github.com/xyhp915/logseq-fenced-code-plus
Logseq is a privacy-first, open-source knowledge base. Visit https://logseq.com for more information.
- Read about Logseq plugin updates on Dicscord - https://discord.com/channels/725182569297215569/896368413243494430
- Ask about Logseq plugins on Dicscord - https://discord.com/channels/725182569297215569/752845167030960141
- If you have any questions, issues or feature request, use the issue submission on GitHub: https://github.com/yoyurec/logseq-awesome-content/issues
- Icon - https://www.flaticon.com/free-icon/content_5617726
- Calculator styles - @Playerofgames https://github.com/playerofgames/logseq-mia-theme