Skip to content

Obsidian Doctorfree Theme, version 1.0.3 release 2

Latest
Compare
Choose a tag to compare
@doctorfree doctorfree released this 21 Nov 00:47

Obsidian Theme: Doctorfree


Designed & Coded with πŸ’Ž by Dr. Ronald Joe Record
This custom theme is designed for use with [Obsidian](https://obsidian.md/)
⚑ Inspired by the [Night Owl theme](https://github.com/bencodezen/obsidian-night-owl-theme) by [Ben Hong](https://twitter.com/bencodezen) and the [Obsidianite theme](https://github.com/bennyxguo/Obsidian-Obsidianite) by [Benny Guo](https://twitter.com/bennyxguo)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Release Notes

These are the release notes for Version 1.0.3 Release 2 of the Doctorfree Obsidian theme.

Table of contents

  1. Installation
  2. Configuration
  3. Removal
  4. Support
  5. Changelog

Installation

Obsidian Marketplace

  1. Open the Settings in Obsidian
  2. Navigate to Appearances tab under Options
  3. Under the Themes section, click on the Browse or Manage button
  4. Search for Doctorfree in the Filter text input in the upper left corner
  5. Click Use this theme or Install and use and you're done! πŸŽ‰

Manual from downloaded release

Download the release archive

Download the latest release.

Those familiar with wget can download this release from the command line with:

wget --quiet -O ~/Downloads/Obsidian-Doctorfree-v1.0.3r2.tar.gz \
  https://github.com/doctorfree/Obsidian-Doctorfree/archive/refs/tags/v1.0.3r2.tar.gz

Extract the release archive

Currently release archives are available in either ZIP or compressed tar archive format.

To extract the ZIP archive:

cd /path/to/download # e.g. `cd ~/Downloads`
unzip Obsidian-Doctorfree-1.0.3r2.zip

To extract the compressed tar archive:

cd /path/to/download # e.g. `cd ~/Downloads`
tar xf ./Obsidian-Doctorfree-1.0.3r2.tar.gz

Once extracted, the Doctorfree Obsidian theme is now available in Obsidian-Doctorfree-1.0.3r2/. Copy the theme and manifest into an Obsidian vault themes folder:

cd Obsidian-Doctorfree-1.0.3r2
mkdir -p /path/to/vault/.obsidian/themes/Doctorfree
cp manifest.json /path/to/vault/.obsidian/themes/Doctorfree/manifest.json
cp theme.css /path/to/vault/.obsidian/themes/Doctorfree/theme.css

The downloaded archive and extracted folder can be deleted:

cd ..
rm -f Obsidian-Doctorfree-1.0.3r2.zip
rm -rf Obsidian-Doctorfree-1.0.3r2

or

cd ..
rm -f Obsidian-Doctorfree-1.0.3r2.tar.gz
rm -rf Obsidian-Doctorfree-1.0.3r2

Manual from cloned repository

git clone https://github.com/doctorfree/Obsidian-Doctorfree.git
cd Obsidian-Doctorfree
mkdir -p /path/to/vault/.obsidian/themes/Doctorfree
cp manifest.json /path/to/vault/.obsidian/themes/Doctorfree/manifest.json
cp theme.css /path/to/vault/.obsidian/themes/Doctorfree/theme.css

Configuration

  1. Open the Settings in Obsidian
  2. Navigate to Appearances tab under Options
  3. Under the Themes section, click on the dropdown menu next to Theme heading
  4. Select for Doctorfree and then you're done! πŸŽ‰'

Obsidian Settings

  • Settings -> Appearance -> Basic color scheme: Dark
  • Settings -> Appearance -> Themes: Doctorfree

Optional Obsidian Settings

  • Settings -> Appearance -> Font:
    • I use Mononoki Nerd Font and Mononoki Nerd Font Mono
    • The default font size in Obsidian is too small, I bump it up to 24
  • Settings -> Appearance -> Advanced: Disable Show inline title
  • Settings -> Editor -> Default view for new tabs: Reading view

Removal

To remove the Doctorfree Obsidian theme simply remove the extracted folder and its contents:

cd /path/to/your/vault/.obsidian/themes
rm -rf Doctorfree

Support

Support the development and improvement of the Doctorfree Obsidian theme by sponsoring the Projects of Doctorfree.

Changelog

View the full changelog for this release at https://github.com/doctorfree/Obsidian-Doctorfree/blob/v1.0.3r2/CHANGELOG.md