Workflow

Frontmatter

  • status : ์ง„ํ–‰ ์ƒํ™ฉ

    • โœจ - backlog
    • ๐Ÿšง - wip
    • โ˜Ž๏ธ - call
    • โœ‰๏ธ - mail
    • ๐Ÿ” - search
    • โณ - wait
    • ๐Ÿšซ - cancelled
    • โธ๏ธ - pause
    • โœ… - done
    • ๐Ÿ—บ๏ธ - MOC
  • note-type : ๋…ธํŠธ ์ข…๋ฅ˜

    • template
    • daily note
    • weekly note
    • monthly note
    • yearly note
    • โ€ฆ
  • note-level : ๋…ธํŠธ ์š”์•ฝ ์ •๋„ โ†’ (Z) ZettelKasten ํด๋” ํ•˜์œ„๋กœ ์ด๋™

    • raw - (0) Zettel ๐Ÿ“Ž/
    • bold - (1) Fleeting ๐Ÿ–‹๏ธ/
    • highlight - (2) Literature ๐Ÿ–๏ธ/
    • summary - (3) Permanent ๐Ÿ“Œ/
  • note-stages : ๋…ธํŠธ ๋‹จ๊ณ„ ์ •๋„ โ†’ stage ํ•˜์œ„๋กœ ํ†ตํ•ฉ
    • facts / evidence notes facts
      • ์ •๋ณด ๋…ธํŠธ
    • opinions / analysis notes opinions
      • ์ •๋ณด๋ฅผ ์ทจํ•ฉํ•œ ์˜๊ฒฌ, ์ƒ๊ฐ ์ •๋ฆฌ ๋…ธํŠธ
    • Arguments / Conclusion notes arguments
      • ์˜๊ฒฌ์„ ์กฐํ•ฉํ•˜์—ฌ, ์ฃผ์žฅ์ด๋‚˜ ๋…ผ๋ฆฌ๋ฅผ ์ „๊ฐœํ•œ ๋…ธํŠธ
      • 5W1H ๋กœ ์ž‘์„ฑ
    • MOC notes #moc
      • ์ข…ํ•ฉ๋œ ๋…ธํŠธ
      • ์ธ๋ฑ์Šค ์ •๋ฆฌ
  • contents-from : ๋‚ด์šฉ ์ถœ์ฒ˜ โ†’ tags: format ํ•˜์œ„๋กœ ํ†ตํ•ฉ

  • field : ๋‚ด์šฉ ๋ถ„์•ผ โ†’ tags : field ํ•˜์œ„๋กœ ํ†ตํ•ฉ

  • category : ํŒŒ์ผ ๋ถ„์•ผ

    • people
    • โ€ฆ

Quartz Frontmatter

title: Title of the page
description: Description of the page used for link previews.
date: 2025-05-01
permalink: "note.md"
aliases: ["nnnn"]
tags: ["tag1", "tag2"]
tags:
    -tag1
    -tag2
comments: false
draft: true

This is a heading 1

This is a heading 2

This is a heading 3

This is a heading 4

This is a heading 5
This is a heading 6

Supported Markdown extensions

Syntax

SyntaxDescription
[[Link]]Internal links
![[Link]]Embedding files
![[Link\#^id]]Block references
^idDefining a block
%%Comments
<!-- \n -->Comments
~~Strikethroughs
==Highlights
**Bold
*Italic
```Code blocks
- [ ]Incomplete task
- [x]Completed task
> [!note]Callouts
(see link)Tables

Bold, italics, highlights

StyleSyntaxExampleOutput
Bold** ** or __ __**Bold text**Bold text
Italic* * or _ _*Italic text*Italic text
Strikethrough~~ ~~~~Striked out text~~Striked out text
Highlight Highlighted text Highlighted text
Bold and nested italic** ** and _ _**Bold text and _nested italic_ text**Bold text and nested italic text
Bold and italic*** *** or ___ ___***Bold and italic text***Bold and italic text

Quotes

  • Quotes arsoietn arstein arsotien arsotien arsoietn arsotienarst arsn arosietnars toaiersnt arsotien arsotienrast arsoitne arsotien arsotienarsotien arsotienarstoien arst arsoientaroiensratoien arsotienarstoien asrotienarsotien arstoienarstoien

test

Lists

  1. First list item
    1. Ordered nested list item
  2. Second list item
    • Unordered nested list item

Task lists

  • Task item 1
    • Subtask 1
  • Task item 2
    • Subtask 1

Horizontal rule

***
****
* * *
--- 
---- 
- - - 
___ 
____ 
_ _ _

Code

Inline code

  • inline code

block code

/* codeblock */
[[file]]
![[file]]
---
***
<a href="./" />
 
- ![[image-sample-webp.webp]]
- > [!note]
	> note
 
#include <iostream>
 
int main() {
    std::cout << "Hello World!";
    return 0;
}

Footnotes

  • This is a simple footnote1.11 2 3

  • This is a simple footnote[^1].[^1][^1]
    [^2]
    [^note]
     
    [^1]: This is the referenced text. 
    [^2]: Add 2 spaces at the start of each new line. 
      This lets you write footnotes that span multiple lines.
    [^note]: Named footnotes still appear as numbers, but can make it easier to identify and link references.
  • You can also use inline footnotes. ^[This is an inline footnote.]

  • You can also use inline footnotes. ^[This is an inline footnote.]

Callout

  • Note

    note

  • Info

    info line 1 info line 2

  • Todo

  • Abstract

    • Summary

      • Tldr

  • Tip

    • Hint

      • Important

  • Success

    • Check

      • Done

  • Question

    • Help

      • Faq

  • Warning

    • Caution

      • Attention

  • Failure

    • Fail

      • Missing

  • Danger

    • Error

      • Bug

  • Example

  • Quote

    • Cite

MathJax

Files

image

video

audio

iframe

Footnotes

  1. This is the referenced text. โ†ฉ โ†ฉ2 โ†ฉ3

  2. Add 2 spaces at the start of each new line. This lets you write footnotes that span multiple lines. โ†ฉ

  3. Named footnotes still appear as numbers, but can make it easier to identify and link references. โ†ฉ