#simulation
  • 1.
    Obsidian CircuitJS
    3 years ago by Steven Gann
    favorite
    share
    Score: 32/100
    Category: Data Visualization
    The Obsidian CircuitJS plugin allows users to embed and organize CircuitJS simulations directly within their Obsidian notes. This integration supports the inclusion of circuit designs in markdown code blocks, enabling detailed documentation and seamless reference to circuits alongside notes. Users can paste CircuitJS export text into a specially tagged code block to create interactive, embedded simulations within the Obsidian interface. While the simulations are fully interactive, changes made in the embedded view must be manually exported and updated in the markdown. The plugin is ideal for electronics enthusiasts and engineers who want to version control and document circuit designs within their vaults.
    View Plugin Details
  • 2.
    Obsimian Exporter
    4 months ago by Oliver Lade
    favorite
    share
    Score: 20/100
    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