No description
Find a file
2026-06-16 18:18:41 +09:00
.github chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
dev chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
screenshots chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
src chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
.gitignore Track sample docs 2026-05-17 16:43:09 +09:00
CHANGELOG.md chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
CONTRIBUTING.md chore: release Owen Graphite 3.1.65 2026-05-30 06:53:33 +09:00
LICENSE Update to v1.4.4 — first-page top-right header (Style Settings) 2026-04-26 11:38:08 +09:00
manifest.json chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
README.en.md chore: release Owen Graphite 3.1.69 2026-05-30 09:38:05 +09:00
README.md chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00
requirements.txt Add effective CSS baseline tooling 2026-05-18 15:13:45 +09:00
theme.css chore: release Owen Graphite 3.1.83 2026-06-16 18:18:41 +09:00

Owen Graphite

Owen Graphite is an Obsidian theme for long-form technical writing, Korean and English knowledge bases, and PDF/report workflows. The v3 codebase is rebuilt as modular CSS under src/, with release audits for bundle freshness, Style Settings compatibility, docs/assets links, CSS budget, Live Preview editability, and PDF header/footer behavior.

What It Is Good At

Workflow What Owen Graphite improves
Long Korean and English notes Balanced CJK/Latin typography, calmer spacing, stable long tables and code blocks
Technical documentation Clear callouts, embeds, tables, code blocks, and document-style reading surfaces
PDF reports Automatic heading numbering, first-page header labels, final-page footer labels, and reduced page-break issues
Daily Obsidian workspaces Polished tabs, file explorer, search panes, settings controls, popovers, and type badges

Install

  1. Open Obsidian.
  2. Go to Settings -> Appearance -> Themes.
  3. Search for Owen Graphite and enable it.
  4. Optional: install the Style Settings plugin to adjust PDF labels, typography, glass intensity, motion, and accessibility options.

Manual ZIP installs should use the release asset named Owen-Graphite-3.1.69.zip, not GitHub's auto-generated source archive.

Documentation

Topic Link
Main README README.md
Style Settings presets dev/WIKI/DOCS/v3/style-settings-presets.md
Plugin compatibility dev/WIKI/DOCS/v3/plugin-compatibility.md
Release and validation plan dev/WIKI/DOCS/v3/release-plan.md
Visual comparison guide dev/WIKI/DOCS/v3/visual-comparison-guide.md

Development

The source of truth is src/. Do not hand-edit theme.css; build it from the v3 source tree.

python dev/scripts/bundle_v3.py
Copy-Item dist\theme-v3.css theme.css -Force
python dev/scripts/release_check.py

See CONTRIBUTING.md for the full workflow.