Skip to content

Releases: pgyogesh/obsidian-plainpage-theme

Plainpage 1.0.2

Choose a tag to compare

@pgyogesh pgyogesh released this 26 Aug 06:18

Housekeeping. No visual change.

  • minAppVersion raised to 1.8.0. The lint warnings about partially supported browser features are measured against minAppVersion, so the CSS was being judged against Obsidian 1.4.5, from 2023.
  • 24 redundant -webkit-mask-* declarations removed. Each had an unprefixed twin with the same value.
  • One grid now uses the gap shorthand instead of column-gap/row-gap.

theme.css is 131 KB -> 124 KB.

If you are on Obsidian older than 1.8.0, stay on 1.0.1.

Plainpage 1.0.1

Choose a tag to compare

@pgyogesh pgyogesh released this 26 Aug 05:01

Fixes the manifest.

The directory review flagged description and isDesktopOnly as unknown fields. Those are plugin manifest keys; a theme manifest takes only name, version, minAppVersion, author, authorUrl and fundingUrl. Both are removed.

No CSS changed, so the theme looks exactly as it did in 1.0.0.

Plainpage 1.0.0

Choose a tag to compare

@pgyogesh pgyogesh released this 25 Aug 10:27

First release.

A calm, document-first theme for Obsidian. Flat surfaces, quiet borders, a 708px reading column, and eleven colour palettes hand-tuned for light and dark separately.

The whole window is treated, not just the note: ribbon, sidebars, tabs, title bar, command palette, settings modal, status bar, callouts, code blocks, tables and properties.

Optional companion plugin: https://github.com/pgyogesh/obsidian-plainpage-settings

To install manually, copy manifest.json and theme.css into <vault>/.obsidian/themes/Plainpage/.

Plainpage is an independent project, not affiliated with Notion Labs, Inc.