oknozor / illumination

A mardown renderer for nvim written with gtkrs and neovim-lib
GNU General Public License v3.0
84 stars 6 forks source link

Could this be made cross platform? #21

Open misaelaguayo opened 3 months ago

misaelaguayo commented 3 months ago

Would it be a large lift to make this cross platform? I think much of the same rust code could be used using something like tauri. Thoughts?

misaelaguayo commented 1 month ago

I made a little proof of concept using tauri, it is rough around the edges and does not have all the features that this repository has. If we could add this to this library that would be awesome, or if not I think I will continue to develop the one I've created