Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanchiparra/obsidian-dataview-custom
A collection of Dataview snippets for Obsidian
https://github.com/juanchiparra/obsidian-dataview-custom
obsidian-md
Last synced: 2 months ago
JSON representation
A collection of Dataview snippets for Obsidian
- Host: GitHub
- URL: https://github.com/juanchiparra/obsidian-dataview-custom
- Owner: juanchiparra
- License: mit
- Created: 2024-08-09T02:29:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T02:36:17.000Z (3 months ago)
- Last Synced: 2024-10-01T09:23:46.180Z (3 months ago)
- Topics: obsidian-md
- Language: CSS
- Homepage:
- Size: 316 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Dataview custom
A collection of Dataview snippets for Obsidian
![Syntax Highlighting screenshot](src/obsidian-dataview-custom.gif)
## What is Dataview?
[Dataview](https://github.com/blacksmithgu/obsidian-dataview) is an index and query engine for your Obsidian workspace. You could create queries to list, filter, sort, or group your data.
## What are snippets?
Snippets are predefined codes that you can use to modify the appearance of your Obsidian workspace.
## How to install the snippets
- Download: Download the snippets located in [snippets](/snippets). You can download the whole folder or the one you want to use.
- Place: Save the downloaded files in the vault > .obsidian > snippets folder.
- Enable: Open Obsidian, go to "Settings", then "Appearance" and at the bottom you will find "CSS snippets", where you can enable the snippet you want to use.![Enable the snippet](src/snippets.png)
### Available snippets
The available snippets allow you to modify the appearance of tables, lists, and tasks that were generated by Dataview.
They are configured to run on Obsidian's default theme. There might be some inconsistency with other themes.
You can see screenshots of the snippets [here](src/screenshots).
## Contributions
Your contributions are welcome! You can contribute by updating existing snippets or creating new ones. For more information, go to [CONTRIBUTING.md](CONTRIBUTING.md)