You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Project Graph虽然是一个基于图论的思维框架工具,但是我希望能够在每个节点的背后承载更多的信息,即将大量的支撑依据隐藏在节点注释当中。
当前在我的个人使用中节点注释存在以下问题:
选中文字后颜色没有明显的变化且悬浮工具栏碍事
希望选中文字后能有背景颜色变化,选中后的悬浮工具栏完全可以去掉,例如如果我需要对文字进行加粗我完全可以点击顶部的工具栏。
顶部工具栏也比较的混乱,可以参考 obsidian 的插件:Editing Toolbar 如下图所示

不支持直接使用 Markdown 输入
如果能像 obsidian 那样输入 Markdown 然后自动渲染为正确的样式那就再好不过了,这样顶部工具栏的导入导出也都可以去掉了。
如果实现一套类 obsidian 过于复杂,能否麻烦你们把插入链接做得好一点
我可以接受点击节点注释中的链接跳转到 obsidian 里面去,但是现在插入链接完全是不可用的状态,输入l链接后没有保存按钮,点击其他位置链接直接消失。
在 Markdown 编辑体验没有做到和 Obsidian 几乎一致的情况下,设置 link+text 这种超链接的形式不如识别到 url 文本自动识别为可点击的链接,我不想每次插入链接还要单独设置链接文本。要是能实现点击节点右上角的节点注释标识就能自动打开链接就再好不过了。
All reactions