-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Feature request]: Split reading and note-taking mode #736
Comments
Hmm, this could be combined with a tab feature to switch between notes. Internally we need to add something like a split screen where we need to open multiple files at the same time. The other idea could be to allow multiple view positions on the same document. Do you have apps for reference where this is already implemented? |
Thank you, I don't know of an app that does this. However, some tablets do have a "split screen" option where you choose two apps and see them both simultaneously. I wanted to suggest something similar, but as an internal feature of the app. For example, you choose one document for reading and you choose another note where you could write, draw etc. Ideally one would choose vertical or horizontal split. |
Oh okay, having opened multiple documents seems tricky since you need to save multiple states. |
In that case, how about making one tab "read-only"? The tab you open for "reading" should just be viewing a document (pdf, epub, etc.). The other tab should be behaving normally, you can choose your tools and work on it. Would this be viable? |
Currently, everthing that will be shown, needs a state system. It would be the similar work as making both writable. |
Oh, I didn't mean working on the same document. |
Hmm, The suggested side by side feature inside the same document could also work. You can import pdfs in this document, annotate them and remove them again. I don't see a real reason to have multiple documents open. Feel free to answer, maybe I didn't think of something |
Well, I am using an e-reader with a customized android version and its split screen option is kind problematic when using 3rd party apps. That is why I suggested this feature. However, in other use cases, it will probably not be very useful. |
Oh okay, what about the second option? Would it be okay, if you could import the document, write down the things and remove them (if you don't want to have them in the document. I personally would keep it if you annotate something). This would be a lot easier to implement |
I am sorry, I didn't really understand what you mean by the "second option". I can import the pdf, but some pdfs are a little big, it is just too much hassle. Annotation would be an extra feature if you wanna add it, of course. However, this feature I am suggesting is to replace the "split screen" option with a built-in feature of Butterfly. Personally, if it could just display a document in one side, even just read only, while allowing you to work on another document, it would be perfect for me. Do you think it is worth adding? |
I have always had this thought about what I wanted in a PDF note-taking app -- I don't know if this would be very easy or very hard to implement. I'm also not sure if I'm describing exactly the same thing that jamal-ali1989 is. I basically want "expandable sticky-notes". I want to be able to have the PDF open, make a note, and have the note attached (somehow) to that particular spot on the PDF. That could be done by a link attached to a place on the PDF, or a window that is overlayed on top of the PDF, or a split-screen. The details of how it works aren't so important, I just want sort of "localized" notes for specific parts of the PDF, that don't cover up the original PDF. But the basic idea is that it's like if you're reading a book, and you put a sticky note somewhere on a page of the book. But on an app, you can do this with an infinite canvas, making it a lot more powerful than physical sticky notes. (I feel like the problem of large PDFs isn't so much an issue. You can just import the specific pages you want, and organize sub-sections of the book into many different files that are all grouped together on your drive. It takes a little bit of organization but this doesn't seem hard to me.) |
While what you suggested also sounds like a good idea, the reason I just suggested "read-only" way of opening a document was for the simplicity of implementation. |
Hmm, it's really tricky. To @axiomtutor's comment: |
Is your feature request related to a problem? Please describe
No response
Describe your feature request!
I think it would be a great to have a feature where one could choose a document (.pdf, .epub, etc.) and also open a note in a split screen fashion (vertical or horizontal), where one would read from a certain document and take notes simultaneously, instead of going back and forth between 2 apps. Would such a feature be possible to implement?
Additional context
I don't think for this feature, advanced options for documents are necessary. Just being able to zoom in/out, panning and page turning would more than suffice.
Code of Conduct
The text was updated successfully, but these errors were encountered: