logseq-elements.webp

Heading 1 link h1

Heading 2 link h2

Heading 3 link h3

Heading 4 link h4

Heading 5 link h5
Heading 6 link h6

Admonitions link h2

  • format_quoteQuote
1
Src
  • query_statsQuery
  • prompt_suggestionLatex export
  • sticky_note_2Note
  • lightbulbTip
  • starsImportant
  • errorCaution
  • keepPinned
  • warningWarning
  • descriptionExample
  • lyricsVerse
  • prompt_suggestionAscii export
  • Center
  • commentComment

Text styling link h2

  • Single formatting link h3

    • Bold

    • Italic

    • Highlight
  • Double formatting link h3

    • Bold + italic

    • Bold + highlight

    • Italic + bold

    • Italic + highlight

    • Highlight + bold
    • Highlight + italic
  • Triple formatting link h3

    • Bold + italic + highlight

    • Bold + highlight + italic

    • Italic + bold + highlight

    • Italic + highlight + bold

    • Highlight + bold + italic
    • Highlight + italic + bold
    • Strikethrough

  • Lists link h3

    • List item 1

    • List item 2

    • List item 3

  • Numbered lists link h3

    • List item 1 logseq.order-list-type:: number

    • List item 2 logseq.order-list-type:: number

    • List item 3 logseq.order-list-type:: number

    • List with numbered children

      • List item 1 logseq.order-list-type:: number

      • List item 2 logseq.order-list-type:: number

      • List item 3 logseq.order-list-type:: number

Advanced commands link h2

  • Centered text
    • Hugo: <blockquote class="centered">Centered text</blockquote>
  • Blockquote with “>”

    • Hugo: <blockquote><p>Blockquote with &ldquo;&gt;&rdquo;</p></blockquote>
  • Inline code with backticks

    • Hugo: <p><code>Blockquote with backticks</code></p>
  • An external link: https://www.pbs.org/video/art21-fantasy/

    • Hugo: <a href="https://www.pbs.org/video/art21-fantasy/"target="_blank" rel="external noopener noreferrer me">https://www.pbs.org/video/art21-fantasy/</a>

Pages link h2

  • Page reference link h3

    • Input: [about](https://wonyoungjang.org/about/)

    • Output: About

  • Page embed link h3

    • Input: {{embed [about](https://wonyoungjang.org/about/)}}

    • Output: {{embed About }}

  • Tags link h3

    • #page

Blocks link h2

  • Block reference link h3

    • Input: ## About me

    • Output: ## About me

  • Block embed link h3

    • Input: {{embed ## About me }}

    • Output: {{embed ## About me }}

  • Block properties link h3

    • Block block-property:: block-property

    • Block block-property:: block-property block-property-2:: block-property-2

Tables link h2

  • | Table | Table | Table | | Value | Value | Value |

  • TableTableTable
    ValueValueValue

Tasks link h2

  • Tasks link h3

    • TODO/DOING link h4

      • TODO A todo task

      • DOING A doing task

    • LATER/NOW link h4

      • LATER A later task

      • NOW A now task

    • WAIT A wait task

    • WAITING A waiting task

    • IN-PROGRESS An in-progress task

    • DONE A done task

    • CANCELED A canceled task

    • CANCELLED A cancelled task

  • Tasks with priorities link h3

    • TODO [#A] A high priority task

    • TODO [#B] A medium priority task

    • TODO [#C] A low priority task

  • Task with deadline link h3

    • TODO Deadline DEADLINE: <2024-08-03 Sat>

    • TODO Deadline with time DEADLINE: <2024-08-03 Sat 14:00>

    • TODO Deadline with repeater DEADLINE: <2024-08-03 Sat .+1d>

    • TODO Deadline with time and repeater DEADLINE: <2024-08-03 Sat 14:00 .+1d>

    • TODO Scheduled SCHEDULED: <2024-08-03 Sat>

    • TODO Scheduled with time SCHEDULED: <2024-08-03 Sat 14:00>

    • TODO Scheduled with repeater SCHEDULED: <2024-08-03 Sat .+1d>

    • TODO Scheduled with time and repeater SCHEDULED: <2024-08-03 Sat 14:00 .+1d>

Other link h2

1
2 + 2

See: Logseq Documentation