We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yank Note目前可以链接到标题,但是不能链接到标题下的段落。市面上可以实现链接到段落的纯文本笔记(不包括类Notion的块状笔记)貌似只有Obsidian和Dendron.
我觉得可以参考一下Obsidian的方案,它采用了一种拓展的markdown语法,在wiki-links中加上^就会弹出一个窗口,在其中可以搜索段落,自动生成hash来定位。然后点击链接即可到达,非常方便。
^
强烈建议Yank Note加上这个功能,对个人知识库的管理非常有帮助 :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景概述
Yank Note目前可以链接到标题,但是不能链接到标题下的段落。市面上可以实现链接到段落的纯文本笔记(不包括类Notion的块状笔记)貌似只有Obsidian和Dendron.
期望
我觉得可以参考一下Obsidian的方案,它采用了一种拓展的markdown语法,在wiki-links中加上
^
就会弹出一个窗口,在其中可以搜索段落,自动生成hash来定位。然后点击链接即可到达,非常方便。强烈建议Yank Note加上这个功能,对个人知识库的管理非常有帮助 :)
The text was updated successfully, but these errors were encountered: