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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Notational Velocity for Vim

171 点作者 yuppiemephisto将近 6 年前

12 条评论

tjoff将近 6 年前
The description isn't that obvious for people that don't know what notational velocity is or how it works.
评论 #20049765 未加载
评论 #20049761 未加载
评论 #20057514 未加载
jmcphers将近 6 年前
I glued fzf and vimwiki together to do something very similar. If you have both of those tools installed, you can use a mapping like this:<p>nmap &lt;Leader&gt;wp :Files ~&#x2F;git&#x2F;vimwiki&#x2F;&lt;CR&gt;<p>so that you&#x27;re just a couple of keystrokes away from fuzzy finding any entry in your vimwiki.
tomcam将近 6 年前
I just use org mode.*<p>* Not really. This looks excellent. I just wanted to get the org mode boast dispatched with as soon as possible.
评论 #20049676 未加载
评论 #20052049 未加载
drewm1980将近 6 年前
Isn&#x27;t editing existing notes fundamental to notational velocity UX? I have also been missing NV since leaving Mac OS is 2012. Shame the whole NV codebase is tied to Apple only frameworks. Nothing important about NV is even Mac specific; it is just three textboxes with well thought out key bindings; it&#x27;s not using a bunch of fancy GUI framework features.
评论 #20050925 未加载
评论 #20050463 未加载
评论 #20050586 未加载
wincent将近 6 年前
I made a JS&#x2F;Electron based clone of nvALT a while back. Easier to hack on than an Objective-C codebase: <a href="https:&#x2F;&#x2F;github.com&#x2F;wincent&#x2F;corpus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wincent&#x2F;corpus</a><p>But the node ecosystem has its own problems. I like the idea of doing everything in Vim.
评论 #20054225 未加载
jpwgarrison将近 6 年前
This looks cool, but I have been happy with <a href="https:&#x2F;&#x2F;github.com&#x2F;vhp&#x2F;terminal_velocity" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vhp&#x2F;terminal_velocity</a> - terminal based, I use it with vim but you can specify the editor.
rambojazz将近 6 年前
Sorry what&#x27;s the license of this?
评论 #20049484 未加载
msravi将近 6 年前
This is cool! It&#x27;s generic enough that it works not only with nvalt on Mac, but also with Notable on Linux (<a href="https:&#x2F;&#x2F;github.com&#x2F;notable&#x2F;notable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;notable&#x2F;notable</a>)<p>Notable also uses markdown files for storing notes, so I just had to point the plugin search path to notable&#x27;s notes directory, and it worked like a charm!<p>Please keep this usecase in mind when you make changes to your plugin going forward. Thank you!
jitl将近 6 年前
Amazing! This is the vim plugin I’ve always wanted to write. I used Notational Velocity briefly on Mac before I switched to Linux&#x2F;Windows machines during university and kinda never picked it up again. At this point vim movement is too critical and I can’t use GUI solutions well... so I’m very excited to see a fusion of the two!
backpackway将近 6 年前
So nice my two favorite apps nvim and nvalt got merged.<p>Anyone already tried it, how is it?
ecocentrik将近 6 年前
fzf is such a great addition to the command-line
O_H_E将近 6 年前
Meta: these angle brackets got interpreted into the link.
评论 #20054956 未加载
评论 #20054899 未加载