Skip to content

BasaNite16/Spectrum

 
 

Repository files navigation

Welcome to Spectrum Obsidian Theme 👋

Last Commit

Version Documentation Maintenance License: MIT Twitter: braweria

Spectrum is a dark and light theme for Obsidian.md, a note taking app. Spectrum is meant to be easy on the eyes and boost productivity, but also to not bore your mind by using colours here and there.

Content

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the forum thread.

Get started

git clone https://github.com/Braweria/Spectrum.git
cd Spectrum
npm install

How to compile

npm run scss

Author

👤 Wiktoria Mielcarek

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Wiktoria Mielcarek.

This project is MIT licensed.

Features of this Theme

Some features for this theme are not self-explanatory. Seeing a different colour for the heading is one thing, but what about the hidden features you wouldn't know unless someone told you about it? That's what this section is for.

Font

This Theme is build with the JetBrains Mono font in mind. I recommend installing it. If you do not want to install the font, the next best monospace font will be used.

Kanban

With this theme you can create your very own wannabe kanban board! To create one, all you have to do is to set the cssclass to kanban inside your YAML frontmatter.

___
cssclass: [kanban]
---

Then you can start creating an unordered list, which will represent your kanban board. The vers first level of list items, are the boards. Every item a level deeper, represent the task or the subtask.

- Ideas
  - checklists
  - external links
- To-Do
  - git push
  - preview image for spectrum
- Doing
  - write the README
- Done
  - features of spectrum
    - Kanban
    - Floating Images

Kanban

Floating Images

When writing a lot of text, some images have to be inserted to break up the paragraphs. Sometimes those images should be on the left or right of the text, with the text wrapping around it. Now it is possible! All you have to do is to give it the alternative text.

![float-right](./images/kanban.jpg)
![float-left](./images/kanban.jpg)

This is also possible with wikilinks of images that are already inside your vault!

![[kanban.jpg|float-right]]
![[kanban.jpg|float-left]]

Note: If your image is wider than the note itself, you will have to give it a smaller width for the floating to work. You might also have to either refresh Obsidian or just switch notes real quick, to see the changes. Sometimes Obsidian doesn't live-reload the alternative text.

Eisenhower Matrix

You can create your very own Eisenhower Matrix, all you have to do is have either notes or headings within the same note of your four sections. That is important, because you're going to embed them into a table!

First you have to include the new CSS Class matrix into your frontmatter.

---
cssclass: [matrix]
---

Then you'll create a table with two rows and two columns, excluding the table heading. Inside each of the cells you can now embed your sections.

|                   |             |
| ----------------- | ----------- |
| ![[#To-Do]]       | ![[#Doing]] |
| ![[#Considering]] | ![[#Maybe]] |

Eisenhower Matrix

Places where Spectrum was mentioned

Spectrum is slowly starting to become a theme liked by many users of Obsidian. Here are some online places, where Spectrum was being mentioned:


This README was generated with ❤️ by readme-md-generator

About

Spectrum is an Obsidian theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 51.3%
  • CSS 48.7%