beta · 1.2.0-beta.3 · 132 built-in styles

Give every Markdown note its own visual identity.

Templar gives each note a self-contained visual page design — paper, type, grids, and rules — while the note stays pure Markdown. The design travels with the file, and nothing about the writing changes.

No telemetryOpen sourceNote-scopedMarkdown stays Markdown

How a Page Is Compiled

A short walk through the compiler · form + function

Every styled note is wrapped in a scoped element — [data-templar-scope] — and receives exactly one generated stylesheet. Two panes showing the same note stay isolated from each other.

The scope in action

The generated CSS never touches body or global selectors. It opens with [data-templar-scope="templar-leaf-1"] and every rule descends from that root.

From frontmatter to pixels

templar:
  style-name: Bauhaus Review
  template-id: bauhaus-review
  paper:
    color: "#f3f0e5"
    pattern: graph
  baseline:
    enabled: true
    unit: 24
  typography:
    body-font: Futura, "Avenir Next", system-ui, sans-serif
    body-size: 15

The compiler measures real fonts, fits every element to the baseline grid, and emits one stylesheet — capped at 1 MiB for safety.

Safety boundaryValue
Generated stylesheet1 MiB maximum
Custom CSS selectorsValidated, then rewritten under the scope
Unknown style versionsRefused — protected data fails closed
Network requestsNone, ever

What the compiler does

  1. Parses the note's templar block into a validated style.
  2. Measures the body, all six headings, and code against real browser fonts.
  3. Emits paper, typography, blocks, lists, images, and attachments as scoped CSS.
  4. Compiles custom CSS last so it wins — still inside the scope.
Validation is not optional

Invalid selectors and unsafe values are rejected with an issue list, not silently rewritten. Protected data is never overwritten by a style upgrade.

The output

[data-templar-scope="templar-leaf-1"] .templar-page {
  background: #f3f0e5;
  color: #24292d;
  font-family: Futura, "Avenir Next", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
  • Scoped to one leaf
  • Real font metrics, not guesses
  • Baseline-aware after variable-height blocks

If you can read the compiled stylesheet, you can trust the page.

Night Shift Notes

Notes after dark · 01:47 · dark pages, fixed canvases, small screens

Some reading happens at night, on screens, at full focus. Dark & Neon styles keep a page structured with grids and neon ink instead of sunlight.

Two ways a page can behave

PagelessPaged
FlowReflows like a normal noteFixed canvas, A4 or Letter
Narrow screensLines re-wrapThe whole sheet scales
Line breaksBrowser decidesExactly where you placed them
PrintingBest-effortPage-perfect

The paged contract

In paged mode the page keeps its stored width and height. When the pane narrows, the sheet scales as one unit — line breaks and page positions do not move.

A4     794 x 1123 px      scale-to-fit
Letter 816 x 1056 px      gaps aligned to the baseline grid
Custom any px pair       exported with the note

Print, mobile, sync

  • Print — fonts, images, and paper settle before the dialog opens.
  • Mobile — the same self-contained design renders in Obsidian mobile.
  • Sync — a three-way merge compares your applied snapshot, the updated source, and your local edits.
Review, don't overwrite

When a source style updates, Templar shows what changed instead of silently re-styling your note. Keep the safe parts; resolve the rest deliberately.

A dark page, up close

Field note, 01:47

The grid glows, the margins hold, and the words are exactly where I left them.

  1. Choose a dark style from Dark & Neon.
  2. Toggle Paged from the page-mode command.
  3. Drag the pane narrow — watch the sheet scale, not reflow.

Even the darkest page keeps its ruler lines.

Templar Field Manual

Field Manual No. 01 · beta edition · last updated 14 Aug 2026

What I use this for

I keep a Templar style on the notes I read every day: the daily log, lecture summaries, and my study sheets. The design lives in one templar block at the top of the file, and the rest of the note stays plain Markdown.

What Templar is

Templar gives each note its own visual page design — paper, type, grids, and rules — while the note itself stays ordinary Markdown. The design travels with the file, and nothing about the writing changes.

Setup in three steps

  1. Install the beta through BRAT (repo: K0g1/Templar).
  2. Open any note and run Templar: Apply page style from the command palette.
  3. Search with /, press Enter to apply.
Try before you commit

Clicking a style only previews it on the real note. Nothing is written until you press Apply.

Command map

CommandWhat it does
Templar: Apply page styleAttaches a style to the open note
Templar: Browse page stylesOpens the style library
Templar: Toggle page modeSwitches pageless and paged
Templar: Print styled notePrepares paper and images for printing

What the design controls

  • Paper — ruling, dots, graph, ledger, scallops, and margin lines
  • Typography — body font, size, color, and all six heading levels
  • Baseline grid — text, tables, and images snap to the ruled rhythm
  • Page geometry — A4, Letter, or custom; pageless or paged

Daily routine

08:00  review yesterday's log
08:20  read through the lecture notes
09:00  copy the summary into the study sheet
Back up first

Templar is beta software. Back up important vaults before testing prerelease releases.


A page is still a note

Delete the templar property and the note is ordinary Markdown again. Content remains stable. Presentation can be expressive.

From the margin — refreshed with every release.

The Style Library

A Sunday Supplement · One hundred and thirty-two page designs, thirteen packs

From the editor's desk

A style is not a theme. A theme dresses the whole vault; a style dresses one note — and it leaves the writing alone.

How the library is organized

Styles ship in themed packs, and every style answers one question: what should this particular note feel like?

PackMoodExample styles
EssentialsCalm everyday paperDaily Ruled, Clean Slate, Focus Dots
AcademiaStudy and lecturesCornell Lecture, Thesis Draft, Conference Notes
ProfessionalBriefs and decisionsExecutive Brief, Product Strategy, Sales Pipeline
TravelLogs and journeysTokyo Night, Desert Roadtrip, City Explorer
Dark & NeonScreen-first night pagesNeon Arcade, Synthwave Sunset, Ultraviolet Club
Vintage & EditorialPrint and pressSunday Supplement, 1920s Gazette, Paris Café

Finding the right page

  • Press / anywhere in the library to search.
  • Move with the arrow keys; press Space to preview on the real note.
  • Enter applies. A click only previews — Apply is always a separate, explicit step.
Search fields: name · folder · description · creator · tags
Densities:     Compact · Comfortable · Gallery
Surfaces:      Recent · Favorites · Current folder
Make it yours

Favourite the styles you return to. Templar sorts the ones you actually use toward the front — usage-aware, folder-aware, and reset-proof across restarts.

Where your own styles live

  • Save any preview as a custom style — edit its raw definition later.
  • Export a single .templar style file.
  • Export a validated multi-style .templar-pack.
  • Import both formats on any other device.
The library, summarized

Browse by feel, search by fact, preview instantly, apply deliberately, and keep the good ones.


One hundred and thirty-two styles is a lot of taste to carry around. Fortunately, they weigh less than the paper they imitate.

Rendered live, not screenshots

The field guide, as the plugin sees it.

These are the actual field-guide notes from the repository — Markdown rendered to HTML and styled by Templar's own compiled stylesheet, live in your browser. Open them in Obsidian and you will see the same pages.

How a Page Is Compiled

Bauhaus ReviewVintage & Editorial
View source Markdown

How a Page Is Compiled

A short walk through the compiler · form + function

Every styled note is wrapped in a scoped element — [data-templar-scope] — and receives exactly one generated stylesheet. Two panes showing the same note stay isolated from each other.

The scope in action

The generated CSS never touches body or global selectors. It opens with [data-templar-scope="templar-leaf-1"] and every rule descends from that root.

From frontmatter to pixels

templar:
  style-name: Bauhaus Review
  template-id: bauhaus-review
  paper:
    color: "#f3f0e5"
    pattern: graph
  baseline:
    enabled: true
    unit: 24
  typography:
    body-font: Futura, "Avenir Next", system-ui, sans-serif
    body-size: 15

The compiler measures real fonts, fits every element to the baseline grid, and emits one stylesheet — capped at 1 MiB for safety.

Safety boundaryValue
Generated stylesheet1 MiB maximum
Custom CSS selectorsValidated, then rewritten under the scope
Unknown style versionsRefused — protected data fails closed
Network requestsNone, ever

What the compiler does

  1. Parses the note's templar block into a validated style.
  2. Measures the body, all six headings, and code against real browser fonts.
  3. Emits paper, typography, blocks, lists, images, and attachments as scoped CSS.
  4. Compiles custom CSS last so it wins — still inside the scope.
Validation is not optional

Invalid selectors and unsafe values are rejected with an issue list, not silently rewritten. Protected data is never overwritten by a style upgrade.

The output

[data-templar-scope="templar-leaf-1"] .templar-page {
  background: #f3f0e5;
  color: #24292d;
  font-family: Futura, "Avenir Next", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
  • Scoped to one leaf
  • Real font metrics, not guesses
  • Baseline-aware after variable-height blocks

If you can read the compiled stylesheet, you can trust the page.

Night Shift Notes

Notes after dark · 01:47 · dark pages, fixed canvases, small screens

Some reading happens at night, on screens, at full focus. Dark & Neon styles keep a page structured with grids and neon ink instead of sunlight.

Two ways a page can behave

PagelessPaged
FlowReflows like a normal noteFixed canvas, A4 or Letter
Narrow screensLines re-wrapThe whole sheet scales
Line breaksBrowser decidesExactly where you placed them
PrintingBest-effortPage-perfect

The paged contract

In paged mode the page keeps its stored width and height. When the pane narrows, the sheet scales as one unit — line breaks and page positions do not move.

A4     794 x 1123 px      scale-to-fit
Letter 816 x 1056 px      gaps aligned to the baseline grid
Custom any px pair       exported with the note

Print, mobile, sync

  • Print — fonts, images, and paper settle before the dialog opens.
  • Mobile — the same self-contained design renders in Obsidian mobile.
  • Sync — a three-way merge compares your applied snapshot, the updated source, and your local edits.
Review, don't overwrite

When a source style updates, Templar shows what changed instead of silently re-styling your note. Keep the safe parts; resolve the rest deliberately.

A dark page, up close

Field note, 01:47

The grid glows, the margins hold, and the words are exactly where I left them.

  1. Choose a dark style from Dark & Neon.
  2. Toggle Paged from the page-mode command.
  3. Drag the pane narrow — watch the sheet scale, not reflow.

Even the darkest page keeps its ruler lines.

Templar Field Manual

Field Manual No. 01 · beta edition · last updated 14 Aug 2026

What I use this for

I keep a Templar style on the notes I read every day: the daily log, lecture summaries, and my study sheets. The design lives in one templar block at the top of the file, and the rest of the note stays plain Markdown.

What Templar is

Templar gives each note its own visual page design — paper, type, grids, and rules — while the note itself stays ordinary Markdown. The design travels with the file, and nothing about the writing changes.

Setup in three steps

  1. Install the beta through BRAT (repo: K0g1/Templar).
  2. Open any note and run Templar: Apply page style from the command palette.
  3. Search with /, press Enter to apply.
Try before you commit

Clicking a style only previews it on the real note. Nothing is written until you press Apply.

Command map

CommandWhat it does
Templar: Apply page styleAttaches a style to the open note
Templar: Browse page stylesOpens the style library
Templar: Toggle page modeSwitches pageless and paged
Templar: Print styled notePrepares paper and images for printing

What the design controls

  • Paper — ruling, dots, graph, ledger, scallops, and margin lines
  • Typography — body font, size, color, and all six heading levels
  • Baseline grid — text, tables, and images snap to the ruled rhythm
  • Page geometry — A4, Letter, or custom; pageless or paged

Daily routine

08:00  review yesterday's log
08:20  read through the lecture notes
09:00  copy the summary into the study sheet
Back up first

Templar is beta software. Back up important vaults before testing prerelease releases.


A page is still a note

Delete the templar property and the note is ordinary Markdown again. Content remains stable. Presentation can be expressive.

From the margin — refreshed with every release.

The Style Library

A Sunday Supplement · One hundred and thirty-two page designs, thirteen packs

From the editor's desk

A style is not a theme. A theme dresses the whole vault; a style dresses one note — and it leaves the writing alone.

How the library is organized

Styles ship in themed packs, and every style answers one question: what should this particular note feel like?

PackMoodExample styles
EssentialsCalm everyday paperDaily Ruled, Clean Slate, Focus Dots
AcademiaStudy and lecturesCornell Lecture, Thesis Draft, Conference Notes
ProfessionalBriefs and decisionsExecutive Brief, Product Strategy, Sales Pipeline
TravelLogs and journeysTokyo Night, Desert Roadtrip, City Explorer
Dark & NeonScreen-first night pagesNeon Arcade, Synthwave Sunset, Ultraviolet Club
Vintage & EditorialPrint and pressSunday Supplement, 1920s Gazette, Paris Café

Finding the right page

  • Press / anywhere in the library to search.
  • Move with the arrow keys; press Space to preview on the real note.
  • Enter applies. A click only previews — Apply is always a separate, explicit step.
Search fields: name · folder · description · creator · tags
Densities:     Compact · Comfortable · Gallery
Surfaces:      Recent · Favorites · Current folder
Make it yours

Favourite the styles you return to. Templar sorts the ones you actually use toward the front — usage-aware, folder-aware, and reset-proof across restarts.

Where your own styles live

  • Save any preview as a custom style — edit its raw definition later.
  • Export a single .templar style file.
  • Export a validated multi-style .templar-pack.
  • Import both formats on any other device.
The library, summarized

Browse by feel, search by fact, preview instantly, apply deliberately, and keep the good ones.


One hundred and thirty-two styles is a lot of taste to carry around. Fortunately, they weigh less than the paper they imitate.

Night Shift Notes

Synthwave SunsetDark & Neon
View source Markdown

How a Page Is Compiled

A short walk through the compiler · form + function

Every styled note is wrapped in a scoped element — [data-templar-scope] — and receives exactly one generated stylesheet. Two panes showing the same note stay isolated from each other.

The scope in action

The generated CSS never touches body or global selectors. It opens with [data-templar-scope="templar-leaf-1"] and every rule descends from that root.

From frontmatter to pixels

templar:
  style-name: Bauhaus Review
  template-id: bauhaus-review
  paper:
    color: "#f3f0e5"
    pattern: graph
  baseline:
    enabled: true
    unit: 24
  typography:
    body-font: Futura, "Avenir Next", system-ui, sans-serif
    body-size: 15

The compiler measures real fonts, fits every element to the baseline grid, and emits one stylesheet — capped at 1 MiB for safety.

Safety boundaryValue
Generated stylesheet1 MiB maximum
Custom CSS selectorsValidated, then rewritten under the scope
Unknown style versionsRefused — protected data fails closed
Network requestsNone, ever

What the compiler does

  1. Parses the note's templar block into a validated style.
  2. Measures the body, all six headings, and code against real browser fonts.
  3. Emits paper, typography, blocks, lists, images, and attachments as scoped CSS.
  4. Compiles custom CSS last so it wins — still inside the scope.
Validation is not optional

Invalid selectors and unsafe values are rejected with an issue list, not silently rewritten. Protected data is never overwritten by a style upgrade.

The output

[data-templar-scope="templar-leaf-1"] .templar-page {
  background: #f3f0e5;
  color: #24292d;
  font-family: Futura, "Avenir Next", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
  • Scoped to one leaf
  • Real font metrics, not guesses
  • Baseline-aware after variable-height blocks

If you can read the compiled stylesheet, you can trust the page.

Night Shift Notes

Notes after dark · 01:47 · dark pages, fixed canvases, small screens

Some reading happens at night, on screens, at full focus. Dark & Neon styles keep a page structured with grids and neon ink instead of sunlight.

Two ways a page can behave

PagelessPaged
FlowReflows like a normal noteFixed canvas, A4 or Letter
Narrow screensLines re-wrapThe whole sheet scales
Line breaksBrowser decidesExactly where you placed them
PrintingBest-effortPage-perfect

The paged contract

In paged mode the page keeps its stored width and height. When the pane narrows, the sheet scales as one unit — line breaks and page positions do not move.

A4     794 x 1123 px      scale-to-fit
Letter 816 x 1056 px      gaps aligned to the baseline grid
Custom any px pair       exported with the note

Print, mobile, sync

  • Print — fonts, images, and paper settle before the dialog opens.
  • Mobile — the same self-contained design renders in Obsidian mobile.
  • Sync — a three-way merge compares your applied snapshot, the updated source, and your local edits.
Review, don't overwrite

When a source style updates, Templar shows what changed instead of silently re-styling your note. Keep the safe parts; resolve the rest deliberately.

A dark page, up close

Field note, 01:47

The grid glows, the margins hold, and the words are exactly where I left them.

  1. Choose a dark style from Dark & Neon.
  2. Toggle Paged from the page-mode command.
  3. Drag the pane narrow — watch the sheet scale, not reflow.

Even the darkest page keeps its ruler lines.

Templar Field Manual

Field Manual No. 01 · beta edition · last updated 14 Aug 2026

What I use this for

I keep a Templar style on the notes I read every day: the daily log, lecture summaries, and my study sheets. The design lives in one templar block at the top of the file, and the rest of the note stays plain Markdown.

What Templar is

Templar gives each note its own visual page design — paper, type, grids, and rules — while the note itself stays ordinary Markdown. The design travels with the file, and nothing about the writing changes.

Setup in three steps

  1. Install the beta through BRAT (repo: K0g1/Templar).
  2. Open any note and run Templar: Apply page style from the command palette.
  3. Search with /, press Enter to apply.
Try before you commit

Clicking a style only previews it on the real note. Nothing is written until you press Apply.

Command map

CommandWhat it does
Templar: Apply page styleAttaches a style to the open note
Templar: Browse page stylesOpens the style library
Templar: Toggle page modeSwitches pageless and paged
Templar: Print styled notePrepares paper and images for printing

What the design controls

  • Paper — ruling, dots, graph, ledger, scallops, and margin lines
  • Typography — body font, size, color, and all six heading levels
  • Baseline grid — text, tables, and images snap to the ruled rhythm
  • Page geometry — A4, Letter, or custom; pageless or paged

Daily routine

08:00  review yesterday's log
08:20  read through the lecture notes
09:00  copy the summary into the study sheet
Back up first

Templar is beta software. Back up important vaults before testing prerelease releases.


A page is still a note

Delete the templar property and the note is ordinary Markdown again. Content remains stable. Presentation can be expressive.

From the margin — refreshed with every release.

The Style Library

A Sunday Supplement · One hundred and thirty-two page designs, thirteen packs

From the editor's desk

A style is not a theme. A theme dresses the whole vault; a style dresses one note — and it leaves the writing alone.

How the library is organized

Styles ship in themed packs, and every style answers one question: what should this particular note feel like?

PackMoodExample styles
EssentialsCalm everyday paperDaily Ruled, Clean Slate, Focus Dots
AcademiaStudy and lecturesCornell Lecture, Thesis Draft, Conference Notes
ProfessionalBriefs and decisionsExecutive Brief, Product Strategy, Sales Pipeline
TravelLogs and journeysTokyo Night, Desert Roadtrip, City Explorer
Dark & NeonScreen-first night pagesNeon Arcade, Synthwave Sunset, Ultraviolet Club
Vintage & EditorialPrint and pressSunday Supplement, 1920s Gazette, Paris Café

Finding the right page

  • Press / anywhere in the library to search.
  • Move with the arrow keys; press Space to preview on the real note.
  • Enter applies. A click only previews — Apply is always a separate, explicit step.
Search fields: name · folder · description · creator · tags
Densities:     Compact · Comfortable · Gallery
Surfaces:      Recent · Favorites · Current folder
Make it yours

Favourite the styles you return to. Templar sorts the ones you actually use toward the front — usage-aware, folder-aware, and reset-proof across restarts.

Where your own styles live

  • Save any preview as a custom style — edit its raw definition later.
  • Export a single .templar style file.
  • Export a validated multi-style .templar-pack.
  • Import both formats on any other device.
The library, summarized

Browse by feel, search by fact, preview instantly, apply deliberately, and keep the good ones.


One hundred and thirty-two styles is a lot of taste to carry around. Fortunately, they weigh less than the paper they imitate.

Templar Field Manual

Cornell LectureAcademia
View source Markdown

How a Page Is Compiled

A short walk through the compiler · form + function

Every styled note is wrapped in a scoped element — [data-templar-scope] — and receives exactly one generated stylesheet. Two panes showing the same note stay isolated from each other.

The scope in action

The generated CSS never touches body or global selectors. It opens with [data-templar-scope="templar-leaf-1"] and every rule descends from that root.

From frontmatter to pixels

templar:
  style-name: Bauhaus Review
  template-id: bauhaus-review
  paper:
    color: "#f3f0e5"
    pattern: graph
  baseline:
    enabled: true
    unit: 24
  typography:
    body-font: Futura, "Avenir Next", system-ui, sans-serif
    body-size: 15

The compiler measures real fonts, fits every element to the baseline grid, and emits one stylesheet — capped at 1 MiB for safety.

Safety boundaryValue
Generated stylesheet1 MiB maximum
Custom CSS selectorsValidated, then rewritten under the scope
Unknown style versionsRefused — protected data fails closed
Network requestsNone, ever

What the compiler does

  1. Parses the note's templar block into a validated style.
  2. Measures the body, all six headings, and code against real browser fonts.
  3. Emits paper, typography, blocks, lists, images, and attachments as scoped CSS.
  4. Compiles custom CSS last so it wins — still inside the scope.
Validation is not optional

Invalid selectors and unsafe values are rejected with an issue list, not silently rewritten. Protected data is never overwritten by a style upgrade.

The output

[data-templar-scope="templar-leaf-1"] .templar-page {
  background: #f3f0e5;
  color: #24292d;
  font-family: Futura, "Avenir Next", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
  • Scoped to one leaf
  • Real font metrics, not guesses
  • Baseline-aware after variable-height blocks

If you can read the compiled stylesheet, you can trust the page.

Night Shift Notes

Notes after dark · 01:47 · dark pages, fixed canvases, small screens

Some reading happens at night, on screens, at full focus. Dark & Neon styles keep a page structured with grids and neon ink instead of sunlight.

Two ways a page can behave

PagelessPaged
FlowReflows like a normal noteFixed canvas, A4 or Letter
Narrow screensLines re-wrapThe whole sheet scales
Line breaksBrowser decidesExactly where you placed them
PrintingBest-effortPage-perfect

The paged contract

In paged mode the page keeps its stored width and height. When the pane narrows, the sheet scales as one unit — line breaks and page positions do not move.

A4     794 x 1123 px      scale-to-fit
Letter 816 x 1056 px      gaps aligned to the baseline grid
Custom any px pair       exported with the note

Print, mobile, sync

  • Print — fonts, images, and paper settle before the dialog opens.
  • Mobile — the same self-contained design renders in Obsidian mobile.
  • Sync — a three-way merge compares your applied snapshot, the updated source, and your local edits.
Review, don't overwrite

When a source style updates, Templar shows what changed instead of silently re-styling your note. Keep the safe parts; resolve the rest deliberately.

A dark page, up close

Field note, 01:47

The grid glows, the margins hold, and the words are exactly where I left them.

  1. Choose a dark style from Dark & Neon.
  2. Toggle Paged from the page-mode command.
  3. Drag the pane narrow — watch the sheet scale, not reflow.

Even the darkest page keeps its ruler lines.

Templar Field Manual

Field Manual No. 01 · beta edition · last updated 14 Aug 2026

What I use this for

I keep a Templar style on the notes I read every day: the daily log, lecture summaries, and my study sheets. The design lives in one templar block at the top of the file, and the rest of the note stays plain Markdown.

What Templar is

Templar gives each note its own visual page design — paper, type, grids, and rules — while the note itself stays ordinary Markdown. The design travels with the file, and nothing about the writing changes.

Setup in three steps

  1. Install the beta through BRAT (repo: K0g1/Templar).
  2. Open any note and run Templar: Apply page style from the command palette.
  3. Search with /, press Enter to apply.
Try before you commit

Clicking a style only previews it on the real note. Nothing is written until you press Apply.

Command map

CommandWhat it does
Templar: Apply page styleAttaches a style to the open note
Templar: Browse page stylesOpens the style library
Templar: Toggle page modeSwitches pageless and paged
Templar: Print styled notePrepares paper and images for printing

What the design controls

  • Paper — ruling, dots, graph, ledger, scallops, and margin lines
  • Typography — body font, size, color, and all six heading levels
  • Baseline grid — text, tables, and images snap to the ruled rhythm
  • Page geometry — A4, Letter, or custom; pageless or paged

Daily routine

08:00  review yesterday's log
08:20  read through the lecture notes
09:00  copy the summary into the study sheet
Back up first

Templar is beta software. Back up important vaults before testing prerelease releases.


A page is still a note

Delete the templar property and the note is ordinary Markdown again. Content remains stable. Presentation can be expressive.

From the margin — refreshed with every release.

The Style Library

A Sunday Supplement · One hundred and thirty-two page designs, thirteen packs

From the editor's desk

A style is not a theme. A theme dresses the whole vault; a style dresses one note — and it leaves the writing alone.

How the library is organized

Styles ship in themed packs, and every style answers one question: what should this particular note feel like?

PackMoodExample styles
EssentialsCalm everyday paperDaily Ruled, Clean Slate, Focus Dots
AcademiaStudy and lecturesCornell Lecture, Thesis Draft, Conference Notes
ProfessionalBriefs and decisionsExecutive Brief, Product Strategy, Sales Pipeline
TravelLogs and journeysTokyo Night, Desert Roadtrip, City Explorer
Dark & NeonScreen-first night pagesNeon Arcade, Synthwave Sunset, Ultraviolet Club
Vintage & EditorialPrint and pressSunday Supplement, 1920s Gazette, Paris Café

Finding the right page

  • Press / anywhere in the library to search.
  • Move with the arrow keys; press Space to preview on the real note.
  • Enter applies. A click only previews — Apply is always a separate, explicit step.
Search fields: name · folder · description · creator · tags
Densities:     Compact · Comfortable · Gallery
Surfaces:      Recent · Favorites · Current folder
Make it yours

Favourite the styles you return to. Templar sorts the ones you actually use toward the front — usage-aware, folder-aware, and reset-proof across restarts.

Where your own styles live

  • Save any preview as a custom style — edit its raw definition later.
  • Export a single .templar style file.
  • Export a validated multi-style .templar-pack.
  • Import both formats on any other device.
The library, summarized

Browse by feel, search by fact, preview instantly, apply deliberately, and keep the good ones.


One hundred and thirty-two styles is a lot of taste to carry around. Fortunately, they weigh less than the paper they imitate.

The Style Library

Sunday SupplementVintage & Editorial
View source Markdown

How a Page Is Compiled

A short walk through the compiler · form + function

Every styled note is wrapped in a scoped element — [data-templar-scope] — and receives exactly one generated stylesheet. Two panes showing the same note stay isolated from each other.

The scope in action

The generated CSS never touches body or global selectors. It opens with [data-templar-scope="templar-leaf-1"] and every rule descends from that root.

From frontmatter to pixels

templar:
  style-name: Bauhaus Review
  template-id: bauhaus-review
  paper:
    color: "#f3f0e5"
    pattern: graph
  baseline:
    enabled: true
    unit: 24
  typography:
    body-font: Futura, "Avenir Next", system-ui, sans-serif
    body-size: 15

The compiler measures real fonts, fits every element to the baseline grid, and emits one stylesheet — capped at 1 MiB for safety.

Safety boundaryValue
Generated stylesheet1 MiB maximum
Custom CSS selectorsValidated, then rewritten under the scope
Unknown style versionsRefused — protected data fails closed
Network requestsNone, ever

What the compiler does

  1. Parses the note's templar block into a validated style.
  2. Measures the body, all six headings, and code against real browser fonts.
  3. Emits paper, typography, blocks, lists, images, and attachments as scoped CSS.
  4. Compiles custom CSS last so it wins — still inside the scope.
Validation is not optional

Invalid selectors and unsafe values are rejected with an issue list, not silently rewritten. Protected data is never overwritten by a style upgrade.

The output

[data-templar-scope="templar-leaf-1"] .templar-page {
  background: #f3f0e5;
  color: #24292d;
  font-family: Futura, "Avenir Next", system-ui, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
  • Scoped to one leaf
  • Real font metrics, not guesses
  • Baseline-aware after variable-height blocks

If you can read the compiled stylesheet, you can trust the page.

Night Shift Notes

Notes after dark · 01:47 · dark pages, fixed canvases, small screens

Some reading happens at night, on screens, at full focus. Dark & Neon styles keep a page structured with grids and neon ink instead of sunlight.

Two ways a page can behave

PagelessPaged
FlowReflows like a normal noteFixed canvas, A4 or Letter
Narrow screensLines re-wrapThe whole sheet scales
Line breaksBrowser decidesExactly where you placed them
PrintingBest-effortPage-perfect

The paged contract

In paged mode the page keeps its stored width and height. When the pane narrows, the sheet scales as one unit — line breaks and page positions do not move.

A4     794 x 1123 px      scale-to-fit
Letter 816 x 1056 px      gaps aligned to the baseline grid
Custom any px pair       exported with the note

Print, mobile, sync

  • Print — fonts, images, and paper settle before the dialog opens.
  • Mobile — the same self-contained design renders in Obsidian mobile.
  • Sync — a three-way merge compares your applied snapshot, the updated source, and your local edits.
Review, don't overwrite

When a source style updates, Templar shows what changed instead of silently re-styling your note. Keep the safe parts; resolve the rest deliberately.

A dark page, up close

Field note, 01:47

The grid glows, the margins hold, and the words are exactly where I left them.

  1. Choose a dark style from Dark & Neon.
  2. Toggle Paged from the page-mode command.
  3. Drag the pane narrow — watch the sheet scale, not reflow.

Even the darkest page keeps its ruler lines.

Templar Field Manual

Field Manual No. 01 · beta edition · last updated 14 Aug 2026

What I use this for

I keep a Templar style on the notes I read every day: the daily log, lecture summaries, and my study sheets. The design lives in one templar block at the top of the file, and the rest of the note stays plain Markdown.

What Templar is

Templar gives each note its own visual page design — paper, type, grids, and rules — while the note itself stays ordinary Markdown. The design travels with the file, and nothing about the writing changes.

Setup in three steps

  1. Install the beta through BRAT (repo: K0g1/Templar).
  2. Open any note and run Templar: Apply page style from the command palette.
  3. Search with /, press Enter to apply.
Try before you commit

Clicking a style only previews it on the real note. Nothing is written until you press Apply.

Command map

CommandWhat it does
Templar: Apply page styleAttaches a style to the open note
Templar: Browse page stylesOpens the style library
Templar: Toggle page modeSwitches pageless and paged
Templar: Print styled notePrepares paper and images for printing

What the design controls

  • Paper — ruling, dots, graph, ledger, scallops, and margin lines
  • Typography — body font, size, color, and all six heading levels
  • Baseline grid — text, tables, and images snap to the ruled rhythm
  • Page geometry — A4, Letter, or custom; pageless or paged

Daily routine

08:00  review yesterday's log
08:20  read through the lecture notes
09:00  copy the summary into the study sheet
Back up first

Templar is beta software. Back up important vaults before testing prerelease releases.


A page is still a note

Delete the templar property and the note is ordinary Markdown again. Content remains stable. Presentation can be expressive.

From the margin — refreshed with every release.

The Style Library

A Sunday Supplement · One hundred and thirty-two page designs, thirteen packs

From the editor's desk

A style is not a theme. A theme dresses the whole vault; a style dresses one note — and it leaves the writing alone.

How the library is organized

Styles ship in themed packs, and every style answers one question: what should this particular note feel like?

PackMoodExample styles
EssentialsCalm everyday paperDaily Ruled, Clean Slate, Focus Dots
AcademiaStudy and lecturesCornell Lecture, Thesis Draft, Conference Notes
ProfessionalBriefs and decisionsExecutive Brief, Product Strategy, Sales Pipeline
TravelLogs and journeysTokyo Night, Desert Roadtrip, City Explorer
Dark & NeonScreen-first night pagesNeon Arcade, Synthwave Sunset, Ultraviolet Club
Vintage & EditorialPrint and pressSunday Supplement, 1920s Gazette, Paris Café

Finding the right page

  • Press / anywhere in the library to search.
  • Move with the arrow keys; press Space to preview on the real note.
  • Enter applies. A click only previews — Apply is always a separate, explicit step.
Search fields: name · folder · description · creator · tags
Densities:     Compact · Comfortable · Gallery
Surfaces:      Recent · Favorites · Current folder
Make it yours

Favourite the styles you return to. Templar sorts the ones you actually use toward the front — usage-aware, folder-aware, and reset-proof across restarts.

Where your own styles live

  • Save any preview as a custom style — edit its raw definition later.
  • Export a single .templar style file.
  • Export a validated multi-style .templar-pack.
  • Import both formats on any other device.
The library, summarized

Browse by feel, search by fact, preview instantly, apply deliberately, and keep the good ones.


One hundred and thirty-two styles is a lot of taste to carry around. Fortunately, they weigh less than the paper they imitate.

Explicit by design

From Markdown to designed page.

Trying a style is temporary. Applying it is a clear, deliberate action.

1

Write normally

# Daily Note

Today was great.
- Hiked 🥾
- Took photos 📷
2

Preview a style

The library previews a style on your real note. Nothing is written yet.

Temporary · leaf-local
3

Apply explicitly

templar:
  style: alpine-log
  version: 1
Written only on Apply
4

The design travels

The complete design is stored with the note. The Markdown body remains yours.

Style library

132 styles today. Your own tomorrow.

Search, favorites, folders, three browsing densities, instant preview, explicit Apply, and portable packs.

Page Styles132 styles · 13 packs
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesVintage & Editorial

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesDark & Neon

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesAcademia

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesJournaling & Wellness

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesNature

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesColor Stories

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesTravel

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesProfessional

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesPastels

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesSeasons

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesCelebrations & Occasions

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesFantasy & Whimsy

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Previewing · no note changesEssentials

Field Notes

Today the light moved slowly across the ridge. Route planned, camera packed.

  • Route planned
  • Camera packed
  • Thermos full
Accurate page behavior

One design. Two ways to read it.

Pageless notes reflow naturally. Paged notes keep a fixed canvas and scale as a whole sheet on narrow screens.

Pageless

Reflows like a normal note — lines re-wrap with the window.

Trip Planning Notes

Friday 14 Aug · 08:12 · draft, still packing

Packing checklist

  • Tent and footprint
  • Stove and fuel canister
  • Map and compass
  • First-aid kit
  • Extra batteries

Route

DayLegDistanceNotes
1Trailhead to Meadow Camp8.4 kmWater at km 6
2Meadow Camp to Ridge Pass11.2 kmExposed after noon
3Ridge Pass to Lake Loop9.7 kmEasy descent
Leave no trace

Pack out everything. Fires only in established rings.

Gear weight target: 14.2 kg
Food per day:      0.8 kg

Page behavior

The stored page width stays fixed. In paged mode the entire sheet scales as one unit, preserving line breaks and page positions. Drag the pane-width slider to watch the sheet scale instead of reflow.

Paged

Fixed A4 canvas — the whole sheet scales as one unit.

Trip Planning Notes

Friday 14 Aug · 08:12 · draft, still packing

Packing checklist

  • Tent and footprint
  • Stove and fuel canister
  • Map and compass
  • First-aid kit
  • Extra batteries

Route

DayLegDistanceNotes
1Trailhead to Meadow Camp8.4 kmWater at km 6
2Meadow Camp to Ridge Pass11.2 kmExposed after noon
3Ridge Pass to Lake Loop9.7 kmEasy descent
Leave no trace

Pack out everything. Fires only in established rings.

Gear weight target: 14.2 kg
Food per day:      0.8 kg

Page behavior

The stored page width stays fixed. In paged mode the entire sheet scales as one unit, preserving line breaks and page positions. Drag the pane-width slider to watch the sheet scale instead of reflow.

Built for real notes

Expressive, without becoming fragile.

Rich Markdown

Headings, lists, tasks, tables, callouts, code, embeds, Mermaid, and images.

Baseline-aware

Real browser font measurement keeps type and paper patterns aligned.

Paged + pageless

Natural reflow or A4, Letter, and custom fixed-canvas pages.

Note-only control

Customize one note without changing the source style or global theme.

Safe evolution

Review source changes and merge them with note-specific edits.

Portable formats

Export one .templar style or a validated multi-style .templar-pack.

Scoped custom CSS

Validated virtual selectors compile into one exact Markdown leaf.

Print preparation

Fonts, images, pagination, patterns, and paper settle before print.

Stay in control

Customize without losing the source.

A note remembers the source snapshot it received. When that source changes, Templar can compare the applied snapshot, the current source, and your local edits — so updates are reviewable, not silent.

How synchronization works
Applied snapshotv1 · what your note carries
Current sourcev2 · updated style
Your note editslocal overrides
Three-way mergeSafe changes kept · conflicts listed for review
Local & private

Your notes, your data.

Privacy and safety are product contracts, not a badge added later.

No network traffic

The plugin makes no runtime network requests.

No telemetry or account

No ads, analytics, API keys, or cloud service.

CSS stays in one leaf

Even two panes showing the same note remain isolated.

Protected data fails closed

Future, invalid, or unsupported styles are never silently rewritten.

beta release

Ready to style your first note?

Install Templar 1.2.0-beta.3 with BRAT, or use the exact manual release assets.

Requires Obsidian 1.8.0+ · Back up important vaults before testing prerelease software.