Jason Axelson
Jason Axelson
@Dkendal do you have that code in a fork somewhere? I'm not seeing anything on your GitHub.
That would be much appreciated!
I think there's an existing PR for this: https://github.com/farux/obsidian-auto-note-mover/pull/53
@jayjun I don't really like the implicit behavior of `token == nil` means don't sign the url. Thinking about it a bit we could actually support a keyword list as...
I'm seeing this as well. Here's the error that I get in the console: ``` TypeError: Cannot read properties of undefined (reading 'id') at e (app.js:1:2124337) at ze.patchCoreOutlinePlugin (plugin:creases:6:37099) at...
Yes that can happen soon. We're currently planning to cut a release by the end of the year!
I might be able to take a stab at it at some point, are there any instructions on running rspec via vimbot?
The rspec tests all fail, apparently because `vim --servername` fails. I installed vim via homebrew. `/Users/jason/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/bundler/gems/vimbot-489cb3283a89/lib/vimbot/server.rb:68:in`set_vim_binary': Couldn't find a vim binary that supports client-server mode (Vimbot::NoCompatibleVim)` Okay, so apparently homebrew...
Hmm, I hadn't looked at manifest.json, but changing the 127.0.0.1 to \* didn't fix it for me. I think it was also necessary to edit edit.el since I think by...
Oh, ok