Commit graph

14 commits

Author SHA1 Message Date
land0r
f5cb5aaa0b feat: Fix - missing start and end elements styling 2024-11-14 04:04:23 +01:00
land0r
3c284fa24a feat: Update - FlowChart plugin settings 2024-11-14 03:52:25 +01:00
land0r
921c35d3d3 feat: Add - Reset settings button 2024-11-14 03:40:53 +01:00
land0r
9131c5ccca feat: Update - GitHub CI 2024-11-14 03:16:40 +01:00
land0r
25964e99ce feat: Add - Jest support + renderFlowchart.test.ts 2024-11-14 03:14:29 +01:00
Ivan
db92ae1f15
Create LICENSE 2024-11-14 03:23:34 +02:00
land0r
f9aeb37968 feat: Add - GitHub automation 2024-11-14 02:18:06 +01:00
land0r
c3fdf99f75 feat: Add - prettier ignore 2024-11-14 02:08:53 +01:00
land0r
f001f6263c feat: Update - prettier and linter 2024-11-14 02:06:54 +01:00
land0r
43b7732ce9 feat: Update - prettier formatting 2024-11-14 01:58:03 +01:00
land0r
5e6a5bdf5b feat: Update - Simplify eslint configuration to streamline TypeScript support and linting rules 2024-11-11 19:44:03 +01:00
land0r
21d3706f98 feat: add customizable flowchart rendering for Obsidian plugin
* 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
2024-11-11 16:52:34 +01:00
land0r
af33c67c27 second commit 2024-11-11 03:24:05 +01:00
land0r
23bdec76be first commit 2024-11-11 03:22:39 +01:00