notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share entire folders

Chenmo1212 opened this issue · comments

I was wondering if you could consider developing a feature to share entire folders?

I understand that there is already the ability to share individual pages, but I have a lot of requirements related to sharing entire folders rather than just individual pages.

And I found a issue about current sharing feature.

The steps are as follows:

  1. Select an article and turn on the share toggle button
  2. Send the link to the shared person, let them open the link, and they can directly jump to the shared page
  3. The owner opened another article and turned on the sharing toggle button
  4. The shared person in the second step directly accesses the base url (that is, deletes the article id at the URL and directly accesses the base url)

Rresult:
The page visited by the shared person will redirect to the new page currently visited by the owner by default.

Expected:
The pages visited by the sharer are the pages with the sharing link, or all the pages shared by the owner.

20230403_132131.mp4