-
Notifications
You must be signed in to change notification settings - Fork 12
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
File link handling #119
Comments
My plan:
Pathlib resolve includes a check for infinite loops of links, so that issue (that I started to worry about) should not be so tricky. 👍 @inaod568 what do you think about the plan? |
@alneberg Yes, sounds good! Great news about the infinite loop issue. |
We decided to not save links in the database. A link should be treated as a file. Names of the links should be conserved but the contents of the file the link is pointing to. #175 is related to how links are handled. |
How to resolve and not resolve file links within and outside of specified folders. Includes saving link information to database and creating links on download.
The text was updated successfully, but these errors were encountered: