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

Editing notes without any file management aspect (a standalone notes editor) #1348

Open
2 tasks done
markwmuller opened this issue Aug 27, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@markwmuller
Copy link

Before submitting an issue, please check the following

  • I have searched for similar issues (both open and closed) and cannot find a duplicate
  • I agree to follow the Code of Conduct

Motivation

This is related to the problem of local file sync (#24), and storing notes without encryption (#265).

For me, I see Saber as the next generation of a tool like Xournalpp (https://github.com/xournalpp/xournalpp). I use it to take notes, and annotate PDFs. These notes and PDFs should, ideally, be distributed throughout my file system; one set of notes might (e.g.) be stored in the same folder as the code for a research project I'm working on.

In a use case like this, there is no need for Saber to have any file management capabilities (and in fact, they just get in the way).

Solution

I'd love a "broken-off" version of saber, which has the note-taking / PDF annotation, but none of the file management / network sync built in. Just another app on my PC (/tablet/phone) with which I can open certain files, edit them, and then save the result. Those resulting files I could then, e.g., email someone else to have them continue working on them. The app has no own data structures where files are stored, with the exception of perhaps something like autosave backups.

Alternatives

No response

Saber version

v0.24.5 (24050)

Device

  • Device: Multiple: linux (ubuntu) laptop, and Samsung Tablet with stylus (android).
  • OS:

Anything else?

No response

@markwmuller markwmuller added the enhancement New feature or request label Aug 27, 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
Projects
None yet
Development

No branches or pull requests

2 participants
@markwmuller and others