Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop version with saving to file system #14

Open
pokeghosst opened this issue Mar 20, 2024 · 0 comments
Open

Desktop version with saving to file system #14

pokeghosst opened this issue Mar 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pokeghosst
Copy link
Owner

Leverage Tauri to implement a desktop version that saves poems to the file system instead of IndexedDB.

Acceptance criteria:

  • Poems are saved to PokeBook directory inside user's home directory
  • Windows and GNU/Linux builds
  • Each poem + note is saved in an XML file, titled POEM NAME_TIMESTAMP.xml
  • Bind storage mode to "Local storage" option, determine environment automatically with Tauri's variable
@pokeghosst pokeghosst self-assigned this Mar 20, 2024
@pokeghosst pokeghosst added the enhancement New feature or request label Mar 20, 2024
@pokeghosst pokeghosst removed this from the PokeBook 3.1 - "Carrot Cake" milestone Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant