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
In desktop the action "Export References" (accessible via icon in the references sidebar) uses a Tauri dialog to ask for the export file name and location (defaults to /exports/references.bib inside the project).
For the web, we need to choose the desired behaviour taking into consideration what was choose for #455.
My considerations:
We should also add this action to the menu (desktop) and command palette (both)
We can follow a similar approach to what I propose in Save as Markdown behaviour for web #455 a direct export (no dialog) to the project folder structure at /exports/references.bib.
In desktop the action "Export References" (accessible via icon in the references sidebar) uses a Tauri dialog to ask for the export file name and location (defaults to /exports/references.bib inside the project).
For the web, we need to choose the desired behaviour taking into consideration what was choose for #455.
My considerations:
/exports/references.bib.This is a follow-up after #425