[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

Select the types of activity you want to include in your feed.

Embeds#

Drop a URL on its own line, or use a ::directive{} inside your markdown.

Built-in#

  • YouTube — paste a youtube link, or ::youtube{#VIDEO_ID}
  • GitHub repo card — paste https://github.com/owner/repo
  • Link card — any other URL on its own line becomes a rich link card
  • Excalidraw — paste https://excalidraw.com/#json=...
  • Callouts — GitHub-style > [!NOTE], > [!TIP], > [!WARNING], > [!CAUTION], > [!IMPORTANT]

Math and code#

  • Math: $inline$ and $$block$$ (rendered via MathJax).
  • Code blocks: Shiki highlighting with // [!code highlight] annotations.