TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Bi-directional links between any two apps, what do you think?

2 点作者 zhangruinan将近 3 年前
The idea of bi-directional links started to get popular beginning in 2019. Products such as RoamResearch, Obsidian, Logseq, and Notion applied this feature to link internal pages. I was thinking: wouldn't it be great if bi-directional links could be used across apps (say: Slack and Notion). Instead of switching apps (causing loss of focus), people can navigate through apps with links in the order of their workflow. I am putting my effort into implementing this feature on my upcoming product; what do you all think?

3 条评论

zhangruinan将近 3 年前
Bi-directional links establish a two-way connection between pages. This enables you to browse in either direction: follow a link to its destination, but then also browse backlinks, which are all the pages that link to the current page.<p>In practice, if you copy the link of a Slack thread to the Notion document, there is only a one-way link from Notion to Slack. If the link also enables you to navigate from Slack to Notion, it is a bi-directional link.
keikobadthebad将近 3 年前
I think you should clearly explain what a &#x27;bidirectional link&#x27; is and looks like in this context if you&#x27;re hoping for feedback. I never heard of any of those products.<p>List of links to referring pages on each page? Something else?
评论 #32012247 未加载
brudgers将近 3 年前
I think you should ask your users, rather than asking HN.<p>If you don&#x27;t have users, then bidirectional links are not a feature users want so find some users first.<p>Good luck.