Closed rgbkrk closed 9 months ago
This accepts updates from the Tauri backend when a cell is updated. It's a little bit circular in appearance for most cases since typically this will:
source
However for Markdown cells this immediately makes the source of truth for the rendered view come from Tauri rather than in the frontend of the app.
This accepts updates from the Tauri backend when a cell is updated. It's a little bit circular in appearance for most cases since typically this will:
source
source
to that which was updated by TauriHowever for Markdown cells this immediately makes the source of truth for the rendered view come from Tauri rather than in the frontend of the app.