You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current list of snippets are getting compatibility with the Style Settings plugin.
This means that instead of having to manually edit the CSS for each snippet, you can change the appearance of the snippet directly in Obsidian.
Currently, Page Clouds - Version 1 is the first to have support for this plugin, and the others will follow soon.
Minified Dataview Javascript
For each snippet's README.md file where the instructions for installing the snippet are found, an additional version of the dataview javascript will be provided. When you view each readme, you'll have the option to copy one of the following versions of each script:
Normal Version
Minified Version
Both versions of each snippet look and feel exactly the same. The only difference between the two are the following:
Version
Description
Normal
Includes "pretty" javascript code which is human readable. Code is commented for people who want to see what the code is doing
Minified
Code is presented in the smallest format possible. All comments are removed, and the only part that is human readable is the included config options at the top of each script. This version is much easier to copy/paste into your Obsidian note.
Gives slightly better performance.
Some of the snippets provided in this repo have a lot of code involved, and using the Minified version makes it much easier to manage, and with better loading performance.
Upcoming Snippets
There will be new snippets that are being added in the near future. They're not quite done yet, but they will bring some neat options to your notes. If anyone has developed their own Obsidian / Dataview snippets and wants them featured in this repo; reach out to me. Your name will be added to the credits.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Style Settings Plugin Compatibility
The current list of snippets are getting compatibility with the Style Settings plugin.
This means that instead of having to manually edit the CSS for each snippet, you can change the appearance of the snippet directly in Obsidian.
Currently, Page Clouds - Version 1 is the first to have support for this plugin, and the others will follow soon.
Minified Dataview Javascript
For each snippet's
README.md
file where the instructions for installing the snippet are found, an additional version of the dataview javascript will be provided. When you view each readme, you'll have the option to copy one of the following versions of each script:Both versions of each snippet look and feel exactly the same. The only difference between the two are the following:
Normal
Minified
Gives slightly better performance.
Some of the snippets provided in this repo have a lot of code involved, and using the Minified version makes it much easier to manage, and with better loading performance.
Upcoming Snippets
There will be new snippets that are being added in the near future. They're not quite done yet, but they will bring some neat options to your notes. If anyone has developed their own Obsidian / Dataview snippets and wants them featured in this repo; reach out to me. Your name will be added to the credits.
Updates
[ 12.04.23 ]
Snippet Bad / Unresolved Links updated - 3b613ab[ 12.05.23 ]
Snippet Tag Cloud - Version 2 updated - 3ac6b97Beta Was this translation helpful? Give feedback.
All reactions