-
Notifications
You must be signed in to change notification settings - Fork 10
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
README.md can be improved #3
Comments
Thanks, here are some answers.
The annotations are stored in the NC database but you can generate an annotated PDF.
Adding annotations requires write permissions right now (as you are "writing" to the document). Users with read permissions can view a document being annotated. I'm open for suggestions / PRs that change that behaviour.
The annotations reference the PDF by its database id, so renaming / moving works. When a PDF is deleted, the annotations are deleted, too.
The node.js server is located in this repository in the |
Thanks so much, that sounds all pretty good! I think I understand all answers, except for one: if the annotations are written to the db, then why is write permission to the document needed? I haven't installed the node.js server yet, but I want to test it, soon. Especially when the generated annotated PDF can be stored in a folder of choice, this would be extremely helpful. I am thinking this could go around the problem where there are not write permissions to the original PDF or its containing folder. |
That's not filesystem write permissions but Nextcloud permissions, e.g. if you share a folder with somebody but don't allow edits in the share, people you share with can't annotate PDFs. The generated annotated PDF is downloaded, so you can save it anywhere. |
I agree that the Readme needs to be improved. Non-sysadmin-friendly installation instructions of the node.js server would be helpful as well. According to the github page of the nodejs.server it seems to be a complex process to install it. This app could be so helpful and valuable for many users! Thanks for developping it!! |
@fancycode : OK, thanks! So that means that when a user does not have write permits to a file/folder any edits to the DB are also not allowed when there are not edit permissions to the file system? I did not know that. So that means users also cannot comment, etc. on a file unless they have edit permits to that folder? |
Hi very nice app! I kind of got it working but I could not follow the nginx step of the README.md. Therefore I cannot download the annotated pdf. I guess I am using Apache not nginx. Any idea what I should do? Anyway Thanks for the great app! |
Yes very nice, and seams like working well in NC 21. One question, I can't seam to select text for highlighting, is that normal ? |
This sounds like a really interesting app! This addresses an important need. So thanks for working on this!
I have a lot of questions, and I did not find enough information about it in the README.md file (or anywhere else).
Questions are:
Thanks for your support?
The text was updated successfully, but these errors were encountered: