We need a way to use links without relying on proprietary DNS infrastructure. Two cases are available right now.
~ should become an easy way to embed links to search results. eg. ~cyber should go to https://cyb.ai/search/cyber or ~[cyber is cool] should go to https://cyb.ai/search/cyber%20is%20cool
If . is put before ipfs hash eg. .QmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV this have to be rendered as QmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV with a link to ipfs gateway. In case of cyb.ai it should point to the embedded ipfs node. This have to work both in text and in links, so any app can render it according to a local setting: markdown source cool link should be rendered as [cool link]({path to gateway}/QmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV)
We need a way to use links without relying on proprietary DNS infrastructure. Two cases are available right now.
~
should become an easy way to embed links to search results. eg.~cyber
should go tohttps://cyb.ai/search/cyber
or~[cyber is cool]
should go tohttps://cyb.ai/search/cyber%20is%20cool
.
is put before ipfs hash eg..QmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV
this have to be rendered asQmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV
with a link to ipfs gateway. In case of cyb.ai it should point to the embedded ipfs node. This have to work both in text and in links, so any app can render it according to a local setting: markdown source cool link should be rendered as [cool link]({path to gateway}/QmRX8qYgeZoYM3M5zzQaWEpVFdpin6FvVXvp6RPQK3oufV)