#dynamic-content
  • 1.
    2 years ago by mnaoumov
    favorite
    share
    Category: Note Enhancements
    The Refresh Preview plugin enhances Obsidian's preview mode by allowing users to refresh rendered content without reopening the note. This is particularly useful for dynamic content such as Dataview or custom scripts that update over time. The plugin provides a refresh button, a command palette option, and configurable auto-refresh settings based on file changes or time intervals, ensuring content stays updated seamlessly.
    Repo
  • 2.
    2 years ago by Isaia Riva
    favorite
    share
    Category: Note Enhancements
    The Smart HTML Select plugin enhances your notes in Obsidian by allowing you to add dynamic HTML select elements. These dropdown menus can be configured with customizable options directly from the command palette or a dedicated ribbon button. When selections are made in view mode, the plugin updates the markdown file automatically, ensuring that changes are permanently saved. This feature simplifies workflows where dropdowns are used for selection tracking or dynamic content updates, integrating seamlessly with the note-editing process.
    Repo
  • 3.
    Run
    Plugin
    2 years ago by Hananoshika Yomaru
    favorite
    share
    The Run plugin allows users to dynamically generate and update markdown content in Obsidian using Dataview queries and JavaScript expressions. It seamlessly integrates with popular plugins like Dataview and Templater to access advanced functionalities such as file metadata, page-level variables, and reusable user scripts. Users can write and execute custom expressions, including asynchronous operations, within designated markdown blocks. The plugin also supports debugging and advanced customization options, enhancing its versatility for automation and data manipulation tasks.
    Repo
  • 4.
    a month ago by Hide_D
    favorite
    share
    The Handlebars Dynamic Template plugin lets you use Handlebars templating syntax to create dynamic content blocks within your notes. You write templates with placeholders and variables, then insert them using code blocks with the `hb` language identifier. Pass data as key value pairs inside the code block and the plugin renders the final output by replacing placeholders with your provided values. Supports all standard Handlebars features like loops, conditionals and nested data structures. Templates are stored as markdown files in your vault, making them easy to reuse across different notes.
    Repo