Ultrafocus

by Elia Scotto
5
4
3
2
1
Score: 30/100

Description

A plugin to turn Obsidian into the ultimate platform for focused writing.

Reviews

No reviews yet.

Stats

1
stars
273
downloads
0
forks
68
days
68
days
68
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
1
open issues
0
closed issues
4
commits

Latest Version

2 months ago

Changelog

Addressed Obsidian plugin system feedbacks

README file from

Github

Ultrafocus

Hide Everything Everywhere All at Once

A plugin to turn Obsidian into the ultimate platform for focused writing.

What it does: hides all elements like tabs, status, ribbon, sidebars, etc. All with a single toggle command, no buttons.

demo.gif

Install

Getting this plugin approved in Obsidian Community repo was a bit of a pain. But you can install it manually very easy.

In your Obsidian vault, we clone this repo, install the deps and build it.

cd YourVault/.obsidian/plugins/
git clone [email protected]:eliascotto/ultrafocus.git
cd ultrafocus
npm i
npm run build

This will give us a main.js file. Then from Obsidian:

  1. cmd+p -> Open Settings...
  2. Go to "Community Plugins"
  3. Installed Plugins, press the reload button
  4. Find Ultrafocus and enable it

Settings

Choose what elements you'd like to keep visible. By default, everything will be hidden.

Alternatives

  • Hider: Chose what to hide one by one.
  • Focus Mode: Toggle focus with a sidebar button but doesn't hide elements.