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
Hi! I love this plugin. I was wondering if it might be possible to put hooks in for toggling. This might be something that could be made generic, but the one hook that I think I would really benefit from would be to auto-toggle to make sure I'm not in vim mode when I add a card to a Canvas.
It might be sufficient to be able to do this just when file-open is triggered and the new file is a canvas -- have it drop back from vim mode then. This could be stuck behind a toggle setting.
This may be out of scope for this plugin, but it also seems like the best place for it. Would you be open to a PR implementing it?
The text was updated successfully, but these errors were encountered:
Honestly, I think i like it! I would prefer it as a setting that one would have opt-in into however I will take a crack at this tomorrow. Thinking about a name like "Automatic Canvas Insert [opt-in]". I also agree that it should easy to do with on open invoked function.
Hi! I love this plugin. I was wondering if it might be possible to put hooks in for toggling. This might be something that could be made generic, but the one hook that I think I would really benefit from would be to auto-toggle to make sure I'm not in vim mode when I add a card to a Canvas.
It might be sufficient to be able to do this just when
file-open
is triggered and the new file is a canvas -- have it drop back from vim mode then. This could be stuck behind a toggle setting.This may be out of scope for this plugin, but it also seems like the best place for it. Would you be open to a PR implementing it?
The text was updated successfully, but these errors were encountered: