#simulation
  • 1.
    Obsidian CircuitJS
    3 years ago by Steven Gann
    favorite
    share
    Category: Coding & Technical Tools
    Embeds CircuitJS circuit simulations into notes
    View Plugin Details
  • 2.
    Obsimian Exporter
    3 months ago by Oliver Lade
    favorite
    share
    Category: Coding & Technical Tools
    The Obsidian Exporter plugin is a game-changer for developers who want to test their Obsidian plugins efficiently. With this plugin, you can create a simulated environment that mimics the behavior of an Obsidian vault, allowing you to write unit tests for your plugin without actually having to use the full-fledged Obsidian application. The plugin comes with pre-populated test data and fake components that can be used to simulate real-world scenarios, making it easier to catch bugs and improve the overall quality of your plugin. By decoupling your code from Obsidian's functionality and using lightweight, pre-populated dependencies, you can write unit tests that are fast, reliable, and easy to maintain.
    View Plugin Details