Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Goldilocks Essentials

sachio222sachio22247 downloads

A curated kit of small, opt-in UX upgrades for Obsidian: tab rename/colors, smart new-note placement, print from menu, press-E-to-edit, and a plugin shortcut.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

Obsidian, just the way you like it.

A curated kit of small UX upgrades — the ones that make Obsidian feel just right. Each feature is opt-in, conflict-aware, and can be toggled individually in settings.

Features

Feature What it does
Tab rename & colors Right-click any tab to rename it or pick a color. Works on all tab types.
Smart new-note placement New notes land in the folder you last clicked — not vault root. Adds "New note here" to folder right-click.
Print from menu Adds Print… to the right-click menu for markdown files, plus a palette command.
Press E to edit In reading mode, press E to switch to edit. In edit mode, Escape to return to preview.
Community plugins ribbon Puzzle-piece icon in the sidebar that jumps to Community Plugins.
Compact tables Tighter table styling — less padding, smaller font. Pick Small or Extra small density in settings.
Note width Adjust note width with six presets (S / M / D / L / XL / Full). Click the status bar widget to cycle, or bind a hotkey to "Cycle note width" / a specific preset.

Why one plugin instead of many?

Because each feature is tiny and you probably want the whole curated set. One install, one settings pane, one update.

Installation

Community store (once published): search "Goldilocks Essentials".

Via BRAT (recommended until it's in the community store):

  1. Install BRAT from the community store and enable it.
  2. Open the command palette and run BRAT: Add a beta plugin for testing.
  3. Paste the repo URL: https://github.com/sachio222/obsidian-goldilocks-essentials
  4. Choose the latest version (or leave blank for latest release) and click Add Plugin.
  5. Go to Settings → Community plugins and enable Goldilocks Essentials.

BRAT will auto-update the plugin whenever a new release is published.

Manual (one-liner): from your vault root, run:

mkdir -p .obsidian/plugins/goldilocks-essentials && cd $_ && \
  for f in main.js manifest.json styles.css; do \
    curl -LO https://github.com/sachio222/obsidian-goldilocks-essentials/releases/latest/download/$f; \
  done

Then in Obsidian, Settings → Community plugins, hit the reload icon, and enable Goldilocks Essentials.

Manual (clone + build): if you'd rather build from source:

git clone https://github.com/sachio222/obsidian-goldilocks-essentials \
  /path/to/vault/.obsidian/plugins/goldilocks-essentials
cd /path/to/vault/.obsidian/plugins/goldilocks-essentials
pnpm install && pnpm build

Development

pnpm install
pnpm dev      # watch build into ./main.js
pnpm build    # type-check + minified production build

Symlink the repo into your test vault's .obsidian/plugins/ to test live:

ln -s "$PWD" /path/to/vault/.obsidian/plugins/goldilocks-essentials

License

MIT

83%
HealthExcellent
ReviewCaution
About
Enable a curated kit of small, opt-in UX tweaks: renameable colored tabs, smart new-note placement into the last-clicked folder, a Print… command for markdown files, quick E-to-edit toggle, and a Community Plugins sidebar button. Toggle each feature individually; conflicting standalone plugins are auto-detected and skipped.
InterfaceFoldersEditing
Details
Current version
0.1.4
Last updated
3 weeks ago
Created
Last month
Updates
5 releases
Downloads
47
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
sachio222sachio222
github.com/sachio222
GitHubsachio222
  1. Community
  2. Plugins
  3. Interface
  4. Goldilocks Essentials

Related plugins

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Hover Editor

Transform the Page Preview hover popover into a fully working editor instance.

Dragger

Drag and drop any block (paragraphs, headings, lists, etc.) to rearrange content like Notion.

Feed Bases

Adds a feed layout to bases so you can display notes with their content in an editable feed view.

Slash Commander

Customize the slash command list, assign each command an icon.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Outliner

Work with your lists like in Workflowy or Roam Research.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Various Complements

Complete words similar to auto-completion in an IDE.