You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a nice feature to include in the Github Pages if there would be a view with code text boxes (somesy input on the left, tabbed different target formats on the right and a somesy sync button).
This could be realized using pyodide, one can also load and save files from/to a virtual file system in the browser, see e.g. here.
pydantic 2 does not work as-is with pyodide because of the Rust-based core, but there exist (currently inofficial) wheels for wasm, see here.
Once somesy successfully loads in the browser, building a little demo page would not be difficult using a little bit of glue code.
The text was updated successfully, but these errors were encountered:
It would be a nice feature to include in the Github Pages if there would be a view with code text boxes (somesy input on the left, tabbed different target formats on the right and a somesy sync button).
This could be realized using pyodide, one can also load and save files from/to a virtual file system in the browser, see e.g. here.
pydantic 2 does not work as-is with pyodide because of the Rust-based core, but there exist (currently inofficial) wheels for wasm, see here.
Once somesy successfully loads in the browser, building a little demo page would not be difficult using a little bit of glue code.
The text was updated successfully, but these errors were encountered: