Theodore Chu

Results 6 comments of Theodore Chu

Hi @krillin666, I am not familiar with Vim bindings in CodeMirror, but this website says they are no longer maintained: https://codemirror.net/demo/vim.html. I am not sure how I feel about enabling...

Yes, there is a way to compile the editor yourself and enable the VIM bindings to test it out. The instructions for setting up the development environment is available here:...

Hi @krillin666, thanks for reporting this. I'm so sorry that you lost your note. 😞 Which platform and app version did you use (web, windows desktop, etc.), which version of...

If you use Browserling to encode your images in base64, then you can add the image to your markdown note like this: ``` ![my-image](data:image/png;base64,my-base-64-encoded-image) ``` For example, with your image:...

OK, so this feature is not very difficult to implement, but I'm worried that it will create some clutter or create some unfamiliar or inconvenient workflows. I think a template...

I see > I take it the problematic input was not originally output from the editor? You're right, the problematic input was not originally output from the editor. I was...