face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Feature request: Plugin API #13

Open cyklon73 opened 10 months ago

cyklon73 commented 10 months ago

A plugin api with which plugins can be created by the community. For the beginning, functions similar to a Minecraft resource pack would be sufficient. e.g. adding files with translations for different languages, files that implement code coloring for certain file types, etc. This would also make it easier for the community to take over tasks such as translating or code coloring.

face-hh commented 10 months ago

The initial plan for Fextify was to include a Plugin API and custom CSS import, however they were cut off the to do list because I had to upload the video. I'll make sure to look into this & the other issues when I have time.