I recently stumbled across an evolutionary note-taking app called Obsidian. So I have migrated my design from my Typora theme Obsidian to Obsidian. Amazing right? We used the same name!
So I have made a new name for my theme in Obsidian, let’s call it Obsidianite!
This theme focused on generating the feel of obsidian in the galaxy. It has futuristic neon colorings, as well as the feel of “Obsidian” power.
Hope you all note-takers out there like it. Happy note-taking!
Before using:
Recommended font: Rubik (which is a free google font, can be downloaded here)
Optional font: OperatorMonoSSmLig-Book (Yes this is a paid font, works better with the theme, but not a must, if you have it. Make sure you install it on your computer. )
This theme is designed on MacOS and hasn’t been tested on Windows. If anyone bumps into any problems in Windows, let me know in the comments!
Special Tags:
This theme also includes a few special styled tags (You can change them if you use a different set of special tags.)
working-draft —— For those things that you still want to continue work on or refractor on.
notes —— For tagging daily notes or temporary notes.
knowledge —— For tagging notes that are stores into our permanent knowledge, aka “Permanent Notes”
article —— I also store articles I wrote about in my knowledge database, so I use this for those articles that I wrote.
ideas —— For tagging ideas and thoughts.
Latest Changes
Version 2.0 (Oct 9, 2022)
As I have been busy and stopped maintaining this repo for almost 2 years. I am so surprised that a lot of you had still been using and supporting this theme.
I had updated the theme to 2.0 to support the latest live preview mode so that all those Obsidianite lovers can use the theme and be happy again!
Thanks for all your support over these 2 years! Love you all!
Note: I will look into those old issue tickets and fix those long waited bugs during the weekend each week, hope you all continue to support the theme! Thanks!
New Diamonds
Removed all the old Cluster Free code (please move to live preview mode)
Added support for live preview mode [#44]
Supporting all the features that is there before for the live preview
Fixes
Problem with code block should no longer exist with live preview [#52]
Images now align to left, fixed issue with image having no spaces between list items [#50][#34]
Fixed issue with strange block that hides top of the page in edit mode with live preview [#47]
Fixed bullet point not visible in view mode [#45]
Fixed bullet lists in edit mode not compatible with different fonts [#32]
Bold wiki links like **[[test]]** in editor don’t display well.
Symbol combinations are no longer automatically converted to image symbols. For example, => won’t be converted to something like ⇨. I guess it’s because the font “Rubik” ?
The first one is an issue with the css I use for the links. I need to rework on that. Will get it fixed!
On the second part, are you referring to the font ligatures? Yeah Rubik does not support the font ligatures, you can customize the CSS to use a different font if you want to use ligatures. Fonts like Fira Code, Operator Mono will support this.
Simply change this line, and replace the Rubik font with a font that supports font ligatures:
I found the font ‘Rubik’ so nice that I could give up ligrature for it
And I tried this tool a better ligaturizer (shared by @greenmanspirit from discord) to ligaturize the font, but failed. However, it’s not a big deal XD
Hi! Love the theme! Thanks so much for posting this.
I do have a quick question. I added Andy Mode and it works like a charm in conjunction with your theme, with only one catch.
If I have several panes open with Andy Mode and I’m typing not in the most left-ward pane, the dropdown menu for tag and page autocompletion gets shifted far to the right side. It’s still functional, but a bit of a hassle. Any way you can think of to fix this?
Hi! New to Obsidian and discovered your Theme today. I noticed the rotated § when using a line. It would be rreally cool to use a Fleuron ❦ instead of the simple §. Is this possible?
Hey, I love this theme! I would like to change one thing though - I would like for the Editor to view to use a monospace font “B612 Mono Regular” instead of the Rubik font. I tried editing “–font-family-editor: ‘B612 Mono Regular’;” but the editor is still proportional.
Is there somewhere else in the .css file I need to edit?