Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.31 KB

Apex Obsidian Theme

A simple, distraction free theme for Obsidian, crafted by Sid and Vignesh for folks who:

  1. prefer simpler things
  2. love monospaced type
  3. use hotkeys to navigate

If you're comfortable with Vim keybinds, you can absolutely fly through the UI and type away at the speed of thought! It currently works best on macOS but if you run into issues on your platform, please raise them with us and we'd love to help.

Issues / Feature Requests

This Github repo is the best place to raise something to us. Alternatively, you can send an email to [email protected].

Development Guide

  1. Clone this repo
  2. Remove the .example from the .env.example and provide the path to your Obsidian vault
  3. Run npm i to install all dependencies
  4. Run npm start to "watch" all src/*.css files and compile the theme with hot reloads.

Acknowledgements