/logseq-awesome-content

📝 Enhanced content blocks (tasks, quotes, flashcards, headers, queries, diagrams, etc...) plugin for Logseq

Primary LanguageCSSMIT LicenseMIT

Other my plugins/themes

If you ❤ what i'm doing - you can support my work! ☕

"Awesome Content" plugin for Logseq

logo

📝 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 🡖

Installation

Plugin for desktop app

From Logseq store - Plugins -> Marketplace

CSS for mobile app

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);

Features

✅ Colored tasks statuses & priorities

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;
}

🚥 Kanban board

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

📝 Redesigned admonition blocks

💬 Blockquotes

Just add #quote tag to parent block!

🔶 Diagrams

Mermaid diagrams redesign - theme related colors, light/dark mode support. Use plugin https://github.com/xyhp915/logseq-fenced-code-plus

📋 Compact QUERY results header

🚥 Today queries

🧮 Redesigned calculator

What is Logseq?

Logseq is a privacy-first, open-source knowledge base. Visit https://logseq.com for more information.

Support

Credits

License

MIT License