fazo96/ipfs-boards

Page system

fazo96 opened this issue · 0 comments

The Page system would allow any user to:

  • share a page. A page is just a markdown text with optional added metadata
  • pages are versioned, using metadata. You can go back and view previous versions
  • pages can have comments (not sure about this)
  • pages can be listed and accessed from the profile of the user that published them.
    • Permalinks built this way reference the latest version of the page as published by the user, for example app.com/@<user>/page/<page_title>
  • pages can have IPFS permalinks. like app.com/page/<hash>
    • pages can also not have any metadata, just plain markdown. This would turn the app into a generic markdown viewer