Anton Bakulin

Posts tagged documentation

Callouts

Obsidian callout boxes — all types, collapsible variants, and pinned-open behavior.

← Code Blocks

Dataview

Server-side Dataview queries — TABLE, LIST, FROM, WHERE, SORT, GROUP BY, LIMIT, and inline expressions.

← Search Pagination →

Post Types

The four note types: homepage, listing, book, and regular posts — what each does and when to use it.

← Deployment Tags →

Deployment

The recommended production setup: your Obsidian vault lives in its own private GitHub repo. Pushing to it triggers an instant content update — no container rebuild required. How it works The vault is…

← Features Post Types →

Features

Editor compatibility OnyxFolio reads standard `.md` files with YAML frontmatter — it works with any text editor. The features below are fully unlocked when writing in…

← Getting Started Deployment →

Getting Started

Requirements: Python 3.11+ OnyxFolio works with any Markdown editor — even a plain text editor. For the full experience (wiki-links, Dataview, callouts, transclusions), use Obsidian. Foam (VS Code)…

← Architecture Features →

Architecture

OnyxFolio is a Flask app split across seven modules with a strict one-way import chain. Module structure graph LR config --> obsidian_syntax config --> dataview obsidian_syntax -->…

Getting Started →