Skip to content

Releases: oleeskild/digitalgarden

Release 1.50.0

25 Apr 16:38
4b93ad4
Compare
Choose a tag to compare

🎨 Content classes to note body

It is now possible to specify css classes you want to add to a note's body class. (PR by @uroybd #132 ) . This requires the latest version of the plugin as well. See https://dg-docs.ole.dev/advanced/note-specific-settings/#body-classes and https://dg-docs.ole.dev/getting-started/04-appearance-settings/#css-settings for more info.

Release 1.49.2

25 Apr 14:48
Compare
Choose a tag to compare

RSS fix

  • The rss-feed located at "/feed.xml" got broken in the latest updates. This release fixes that.

Release 1.49.1

25 Apr 08:27
Compare
Choose a tag to compare

Security patch

Release 1.49.0

18 Apr 06:07
8748d7b
Compare
Choose a tag to compare
  • Image optimization. Images is now generated into several sizes, such that they automatically scale based on screensize. This should make sites more responsive and users can upload images without worrying about sizes. (#116 by @uroybd)
  • Tables that is too long to fit on the screen now get a scrollbar (#114 by @uroybd)
  • The files vercel.json and netlify.toml will no longer be overwritten when updating the template. If you have any custom settings there, they will stay that way even when updating the template (#115)

Release 1.48.1

26 Mar 11:15
Compare
Choose a tag to compare
  • Fix filetree ordering that broke in the last release, so that folder will be at the top and notes will be at the bottom
  • Small changes to search button so that it is properly centered

Release 1.48.0

25 Mar 15:41
Compare
Choose a tag to compare

Filetree enhancements 🌳

  • A new option has been added to rewrite your vault paths, to other file paths in your garden. For example: If you want you vault folder named "Personal/Journal" to just be "Journal" in the garden, you can now do that (#112 by @uroybd )
  • Pinned Notes: If you add the "dg-pinned: true" property to the frontmatter of a note, it will be pinned to the top of the folder it is in (#110 by @uroybd)

Graph enhancements 📈

  • Hide note in graph: If you add the "dg-hide-in-graph: true" property to the frontmatter of a note, it will be hidden from the graph view. (#111 by @uroybd)

Publication center enhancement 🗞️

  • Note count will now show next to each section in the publication center view

Release 1.47.0

17 Mar 15:34
Compare
Choose a tag to compare

Style Settings Support 🎨

The Digital Garden now supports applying your style settings set with the style settings plugin. Instructions on how to use it described here

You also need the latest version of the plugin for this to work.

Release 1.46.0

16 Mar 22:17
Compare
Choose a tag to compare

Release 1.45.0

16 Mar 20:17
Compare
Choose a tag to compare
  • Add support for note icons on backlinks (#104 by @uroybd)
  • Add new front matter value, dg-hide, for hiding a note from the filetree (#106 by @uroybd)

You will need the latest version of the plugin for these settings to work.

Release 1.44.2

07 Mar 09:30
Compare
Choose a tag to compare
  • Fix bug where callout icons would not be rendered