Skip to content

Obsidian Weekly 2024-10-05:Mouse Hover Sidebar Toggle and Immersive Translation

Obsidian Weekly 2024-10-05:Mouse Hover Sidebar Toggle and Immersive Translation

Abstract

Statistical time: 2024-09-28 21:00 ~ 2024-10-05 21:00
Statement: This column is inspired by a series of Obsidian Roundup articles written and published by Ms. Eleanor Konik from April 2021 to June 2023. Those interested may follow the original author’s personal website Obsidian Iceberg. The section’s content is sourced from the official Obsidian Discord channel and information on corresponding projects on Github or there independent websites. Descriptions may have been modified based on personal interpretation, and corrections are welcome if there are any inaccuracies. Thank you to the Obsidian team for bringing us such excellent software.

Plugin News

Community Plugins

New

Open Sidebar on Hover By AnAngryRaven

Enables the ability to open the sidebar by hovering over it.

Obsidian Weekly 2024-10-05:Mouse Hover Sidebar Toggle and Immersive Translation--New

Scripture Indexer By_ jdrbrn_

Indexes references to scriptures in notes.

Immersive Translate By imfenghuang

A free-to-use translatation service for foreign language markdown file. It based on Immersive Translate.

Obsidian Weekly 2024-10-05:Mouse Hover Sidebar Toggle and Immersive Translation--New

Updates

Meta Bind v1.2.1 By Moritz Jung

  • New Features
    • Button actions that run JS now get more context about the button via context.buttonContext
    • Button actions that create notes now have the option to open the file if it already exists
    • Improved error messages for the meta bind embed
  • Bug Fixes
    • The open link button action will now respect the link fragment parameters (the stuff behind a #)
    • Fixed notes failing to render in reading mode when the note contained a button with an ID that is already present in the button templates
    • Removed unnecessary logging
    • Fixed the date picker input field not always following the date format set in the settings
    • Fixed placeholders set with the placeholder argument not showing correctly for number input fields
    • Fixed UI not updating after adding a new button or input field template
  • Misc

Linter v1.27.0-rc-1 By Victor Tao

  • Features
    • Made some styling changes to make some of the Linter settings to be cleaner and more akin to what is present elsewhere in Obsidian
    • Added an option to Auto-Correct Common Misspellings to allow for ignoring words with a capital letter present at anywhere except the first letter
    • Added ability to refresh custom auto-correct file contents that the Linter is aware of from the settings page
    • Added the ability to run YAML Timestamp x seconds after a change is made in an editor
    • Added the ability to ignore the date modified in the file system in favor of just updating that value when a change is made by the Linter or the user in an editor
  • Bugs
    • Fixed the Linter running Auto-Correct Common Misspellings on custom auto-correct files which erased these custom file config values
    • Fixed an issue with pasting a URL not working consistently
    • Fixed Live Preview not working in some scenarios when a file was updated (hopefully this will put these issues to rest for good)
  • What’s Changed
    • Fix: Paste with a URL not Working Consistently
    • Release Prep & Fix Up UT RAM Usage
    • Add and Update Integration Tests
    • Fix: Live Preview Editor Updates
    • Update Docs, Some Component Formatting, and Auto-Correct Common Misspellings Functionality
    • Feat: Auto-Correct Common Mispellings Allow Users to Ignore Words with Multiple Capitals
    • Chore: Add Zip File for Manual Plugin Install to Release Workflow
    • Chore: Swap Off of Deprectated MarkdownRender.renderMarkdown to MarkdownRender.render
    • Feat: Update Date Modified on Editor Content Change & Miscellaneous Style and YAML Timestamp Changes
    • Auto-release beta 1.27.0-rc-1

Time Ruler v2.5.1 By Joshua Tazman Reinier

Pending

Caution

Notice: The following plugins have not yet passed code scrutiny and therefore have not been added to the Community Plugins. Before installing, please make sure you have fully understood and accepted the potential security risks involved.

Obsidian Python Bridge By mathe00

This plugin allows users to create plugins for Obsidian using Python. This is likely the first plugin that lets users directly integrate Python scripts into Obsidian to interact with notes, retrieve metadata, display notifications, and so much more!