* Add - Integrate flowchart.js for rendering flowcharts within Obsidian notes
* Add - Plugin settings for customizable line width, font size, font color, line color, element color, and fill color
* Add - Support for "Yes" and "No" text customization in decision paths
* Fix - Apply fixes for SVG `xlink` namespace issues to ensure compatibility with modern SVG standards
* Fix - Address potential `NaN` errors in flowchart rendering by validating configuration values
* Update - README with detailed usage instructions, development guide, installation steps, and contribution information
* Update - Enhance `renderFlowchart` function to include a delay for smoother integration with Obsidian's rendering engine