Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Evelf/obsidian-recipes

Tips and tricks for obsidian.md configuration
https://github.com/Evelf/obsidian-recipes

Last synced: about 2 months ago
JSON representation

Tips and tricks for obsidian.md configuration

Awesome Lists containing this project

README

        

# Evelf's obsidian solution log

## 2024-07-29 Pre-theme CSS file

Since 2022 I updated the snippets a few times, and made it into a theme which need some finishing touches before I can publish it.
In the meantime, you can have a look to the current [theme.css](pre-theme/theme.css) file.

![Pre-theme screenshot](pre-theme/theme-screenshot-2024-07-29.png)

## 2022-08-28 Rainbow file explorer

### Screenshot

![Screenshot Outline](rainbow-file_explorer/demo-screenshot-outline.png)

### Bases

- Theme: Obsidian's Base theme, dark mode
- Plugins with visual impact and their configuration:
- [Obsidian Icon Folder](https://github.com/FlorianWoelki/obsidian-icon-folder) (note: allows to add icons to files too)
- activate icons packs
- to add emojis: copy-paste from elsewhere (e.g. [emojipedia](https://emojipedia.org/))
- [Obdidian Hider](https://github.com/kepano/obsidian-hider):
- hide vault name
- hide scrollbars
- Other useful plugins shown in screenshots:
- Core Plugin: Stared
- [Obsidian Collapse All](https://github.com/OfficerHalf/obsidian-collapse-all)

### CSS snippets

I've tried to add useful comments in the CSS themselves.
- The [colors.css](rainbow-file_explorer/evelf-rainbow_file_explorer-colors.css) file defines colors for the folders's title and border, it shouldn't mess with any theme or CSS snippets, and you can customize colors at the beginning of the file.
- To achieve a decent look, you'll also need the [layout.css](rainbow-file_explorer/evelf-rainbow_file_explorer-layout.css) file. The values in that files were defined by trial and error, and you may need to adjust them depending on your theme.
- The [tricks.css](rainbow-file_explorer/evelf-rainbow_file_explorer-other_tricks.css) are just bonus.

![Screenshots](rainbow-file_explorer/demo-screenshots.png)