https://github.com/woflydev/wofflix
A mish-mash of my favourite features from other themes all crammed into one because I'm tired of switching back and forth six million times a day.
https://github.com/woflydev/wofflix
Last synced: 3 months ago
JSON representation
A mish-mash of my favourite features from other themes all crammed into one because I'm tired of switching back and forth six million times a day.
- Host: GitHub
- URL: https://github.com/woflydev/wofflix
- Owner: woflydev
- License: gpl-3.0
- Created: 2023-05-14T10:55:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T08:53:51.000Z (4 months ago)
- Last Synced: 2025-02-05T09:33:46.364Z (4 months ago)
- Language: CSS
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Wofflix
### This repository is still up-to-date with the latest version of Obsidian.
### Last Compatibility Check: 5th of February 2025A mish-mash of my favourite features from other themes all crammed into one because I'm tired of switching back and forth six million times a day. Built for [Obsidian](https://obsidian.md).

## Installation
Make a new folder called wofflix in your Obsidian themes folder -> ``./obsidian/themes/wofflix/`` and put the ``manifest.json`` and ``theme.css`` files in.If you had Obsidian open during installation, relaunch the application and go to ``Settings (ctrl+,) -> Appearance -> Themes`` and select ``wofflix`` from the dropdown.
## Features
- Integration with [Day Planner](https://github.com/lynchjames/obsidian-day-planner).
- Integration with [Task Collector](https://github.com/ebullient/obsidian-task-collector).
- Custom checkboxes, see **Checkbox Usage Reference**.
- Floating status bar, similar to the MacOS Dock (if you're into that sorta thing).
- Revamped nested callouts without colour blending (I hated it, don't judge).
- Animated tab layout.
- Dynamic folder colouring.
- Card workspace layout!## Checkbox Usage Reference

```
- [ ] Unchecked
- [x] Checked
- [>] Rescheduled
- [<] Scheduled
- [!] Important
- [-] Cancelled
- [/] In Progress
- [?] Question
- [*] Star
- [n] Note
- [l] Location
- [i] Information
- [I] Idea
- [S] Amount
- [p] Pro
- [c] Con
- [b] Bookmark
- ["] Quote
```## Contributing
I honestly doubt you'd want to contribute to this mess of a codebase. I'd highly recommend booking a session with a therapist in advance because I'm pretty sure CSS is the leading cause of software engineer depression. Otherwise, you're welcome to just poke around the code and modify things however you want without opening a pull request.