#update
  • 1.
    Plugin Update Tracker
    2 years ago by Steven Swartz
    favorite
    share
    Category: 3rd Party Integrations
    Obsidian Plugin Update: "Dataview" Plugin Released with New Features Hey everyone! This week, we're excited to announce the release of a new update for the "Dataview" plugin. The latest version, 0.5.47, brings several exciting features and improvements that will enhance your Obsidian experience. What's New? The Dataview plugin is an essential tool for anyone who wants to take their note-taking to the next level. With this update, you can now: * Improve `date + duration` behavior when either the date or duration are null. * Enhance performance and stability. These changes aim to provide a smoother experience while working with dates and durations in your Dataview queries. Using the Public API The public API used by the plugin to check for updates is now available for anyone to use. This can be helpful for alerting users about updates in a custom way or for integrating the update feature into other plugins. You can access the API by making a POST request to `https://jc5gpa3gs7o2uge6iq5mgjd53q0daomi.lambda-url.us-east-1.on.aws` with the following JSON payload: ```json { "currentPluginVersions": [ { "obsidianPluginId": "dataview", "version": "0.5.44" }, { "obsidianPluginId": "obsidian-excalidraw-plugin", "version": "1.7.25" } ] } ``` The response will contain information on the 10 latest versions of the plugin that are greater than the version requested. API Privacy As always, we're committed to maintaining your privacy while using the API. We only collect necessary information needed for the plugin to function. Currently, that's your list of installed plugins and their versions. AWS also automatically collects your IP which I have no way of disabling.
    View Plugin Details
  • 2.
    Update Relative Links
    2 years ago by val
    Category: File Management
    Update relative links.
    View Plugin Details
  • 3.
    Old Note Admonitor
    2 years ago by tadashi-aikawa
    favorite
    share
    Category: Note Enhancements
    The Old Note Admonitor plugin is designed to take the hassle out of tracking notes and ads in your Obsidian vault. With this plugin, you can easily monitor which notes are getting the most views and clicks on your ads, giving you valuable insights into what resonates with your audience. By providing a clear overview of your note's performance, Old Note Admonitor helps you optimize your content strategy and improve engagement. Whether you're a seasoned Obsidian user or just starting out, this plugin is sure to become an indispensable tool in your workflow.
    View Plugin Details
  • 4.
    Update Time Updater
    8 months ago by MURATAGAWA Kei
    favorite
    share
    Category: File Management
    Manually update the modified date field in frontmatter.
    View Plugin Details