Skip to content

Releases: Aetherinox/obsidian-dataview-snippets

v1.4.2

27 Apr 05:22
1.4.2
fd1ddda
Compare
Choose a tag to compare

Release Info (82d31881-24d3-50bd-acdb-987040784e98)

  • Version began on: ........2024-04-27T04:42:09.000Z
  • SHA256: ................................8aa448afcc00acb6b5d12703501232fa27741aece908c07a1f356959ff014fd4 🔺 obsidian-snippets-1.4.2.zip
  • GUID: .......................................09edb3a6-b21b-5cfd-b922-e9bb4fbc7639
  • UUID: .......................................82d31881-24d3-50bd-acdb-987040784e98
  • Stamp: ....................................1.4.1-2024-04-27T04:42:09.000Z 🔺 1.4.2-2024-04-27T05:22:02.000Z
  • Last Release: ......................0 days ago



What's New

This release contains the following changes:

  • perf: changed all var assignments to const and let
  • change: TOC version 1 now displays a No Subheaders Found message with it cannot locate any subheaders for a main header
  • change: added css class toc_results_none_subheader for No Subheaders message
  • docs: updated documentation for better readability



Statistics

How the files have changed:




Pull Requests

This release is associated with the following pull requests:


🪛 Continuous integration


📦 Build & Dependencies




v1.4.1

06 Dec 03:52
9c000c1
Compare
Choose a tag to compare

What's Changed


  • Updated snippet Tag Cloud - Version 2 - 3ac6b97
    • Snippet now supports Style Settings plugin which allows user to customize the look and feel of the CSS via the plugin itself
    • Added scale hover animation for each tag.
    • All tags now fade out when a single tag is hovered / focused.
    • Updated snippet README.md
      • Added Minified javascript code to README.md
      • Added table of contents to the top
      • Added [ Back to Top] to each section
      • Better structured readme with more precise instructions on installing snippet
  • Fixed CSS bug with snippet running on Blue Topaz theme which broke glow animation.



Release Notes

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Dec 03:16
9c000c1
Compare
Choose a tag to compare

What's Changed


Rewrite of Bad / Unresolved Links Snippet

A complete re-write of the original Bad / Unresolved links snippet has been done from the ground up. More features, better looking, and supports frontmatter which is an absolute must for me.

  • Added support for Style Settings plugin with a bunch of customization being added.
    • External background image support
    • Font sizes and colors
    • Animation control
    • Width customizations
    • Misc other settings
  • Supports Frontmatter for page titles name, title, alias
  • Added Full Mode and Compact Mode.
    • Compact mode strips out some of the extra spacing, description, etc.
    • Selecting one of the two modes will store the value in your note. When you go back to the note later, you'll be in the same mode you selected prior.

Preview

example_4

v1.3.0

02 Dec 10:59
9c000c1
Compare
Choose a tag to compare

What's Changed


Added Page Cloud Snippet - Version 1

This new snippet will fetch a list of pages / notes associated with your vault and display them on a single page in a cloud style.

  • Supports Frontmatter note values:
    • title
    • name
    • alias
    • filename

To view the full README.md, open the Page Cloud: Version 1 folder.
It provides instructions on how to install, and how to customize the settings.


Other Changes

  • Removed hard-coded hex color codes
  • New color generation function which automatically generates 40 random pastel colors (excluding dark colors).
  • Clean up headers to reduce code + include doc URL in header

Preview

example_1

v1.2.0

01 Dec 23:39
9c000c1
Compare
Choose a tag to compare

What's Changed

Added Tag Cloud Snippet

This new snippet will fetch a list of tags associated with your vault and display them on a single page in a cloud style. The more times a tag is used, the larger the font will be.

The number of times a tag is used also displays in the top left of each tag.

The following settings were added at the top:

  • Min Font Size
  • Max Font Size
  • Exclude / Filter Tags
  • Font Weight
  • Use Random Colors
  • Sorting
    • 1: Sort Alphabetically (Descending)
    • 2: Sort Alphabetically (Ascending)
    • 3: Sort Randomly / Shuffle

To view the full README.md, open the Tag Cloud: Version X folder.
It provides instructions on how to install, and how to customize the settings.


Version 1

example_1

Version 2

example_2

v1.1.0

16 Nov 07:05
9c000c1
Compare
Choose a tag to compare

What's Changed

Structure of the repo has changed to make room for additional snippets

  • All snippets now in Snippets folder.
  • Added a new Bad Links snippet which will list all of the dead links in your vault that need fixing.
  • Readme completely re-done
    • Each script in the snippets folder now contains its own README.md, click on the folder to view.
  • Updated the Table of Contents scripts
    • No longer uses <sub>
    • Now includes a CSS file with formatting (which means bullet points are now aligned)
    • The words table of contents and toc are now filtered out when building a list of headers on a page.

v1.0.4

03 Nov 01:48
9c000c1
Compare
Choose a tag to compare

What's Changed

This release just has minor changes

  • Add description to the top of each script
  • Updated counting code in order to take into account the table of contents header which will be skipped
  • Script will automatically skip any headers labeled Table of Contents or TOC. Casing doesn't matter.
    • If Table of Contents is the only header on a page, then it will display "No Results" until headers are added.
    • See example gif below

Preview

In the preview below, changing any of the headers to the label Table of Contents or TOC will exclude it from being shown in the list. Casing doesn't matter

e.g.:

# Table of Contents
# TaBlE Of CoNtEnTs
# Toc
# TOC
# ToC

oZoDUhe

v1.0.3

02 Nov 06:51
9c000c1
Compare
Choose a tag to compare
  • Cleanup code
  • Added a "No Results Found" condition.
    • If table of contents is added to a page which does not currently contain any headers, No Results will display on the page until headers are added.

v1.0.2

10 Sep 19:52
9c000c1
Compare
Choose a tag to compare
  • Updated README.md to list correct version of Notes Plugin required for version 1.
  • Formatting

v1.0.1

27 Aug 00:21
9c000c1
Compare
Choose a tag to compare
  • Added support for tags in headers
    Tags are now supported in each header, but the tags will not appear in the table of contents, only the header name itself. The link to the header also properly redirects to the correct section of your note where the header is set.

Example:

## My Header Name #tag1 #tag2 #tag3

My Head Name


tM9y6nc