Skip to content

๐Ÿ“ Enhanced content blocks (tasks, quotes, flashcards, headers, queries, diagrams, etc...) plugin for Logseq

License

Notifications You must be signed in to change notification settings

yoyurec/logseq-awesome-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ“ Enhanced content blocks (tasks, quotes, flashcards, headers, queries, diagrams, etc...) plugin for Logseq

Resources

License

Stars

Watchers

Forks

Packages

No packages published