holtwick / onepile

Playground for the future of private notes and document management
https://onepile.app
MIT License
49 stars 4 forks source link

Public links #91

Closed holtwick closed 5 years ago

holtwick commented 5 years ago

Create unique references to content, like https://onepile.app/<user?>/<pile>/<node>

Optionally allow to store a copy of the content or a reference to it there.

holtwick commented 5 years ago

See also #98

holtwick commented 5 years ago

Local scheme which can point to app from Spotlight result on iOS and macOS: onepile://<pile>/<node>

holtwick commented 5 years ago

A user would not be required, since all IDs are unique and cannot be modified by the users. Therefore https://onepile.app/link/<workspace>/<document> should work. It can forward to the onepile: scheme on local machines or open a PWA like https://m.onepile.app/. Maybe a subdomain should be used: id.onepile.app or something short like 1pile.io or 1pile.link

holtwick commented 5 years ago

All done, see blog and help.