Fabian Untermoser
Fabian Untermoser
I had the same issue, but noticed that it works if your cat the sequences in your `.zshrc` instead of the `.zshenv`.
Can confirm that the default import function only creates a new empty notes. And that it works only with a custom Import command.
I agree this would be a really nice feature and much needed when you use a single vault for your public and private notes. In addition to it being configurable,...
Hi @rossijonas, thanks for your interested in helping out. A simple deployment workflow to a VM has been implemented in https://github.com/vim/website_next_generation/pull/31 Please feel free to offer some feedback here. Is...
Thanks! There's still something missing for me though. The standard "Cycle bullet/checklist" also turns a simple line of text the cursor is on into a bullet list item. Using the...
Thanks @georgalis for your input. I can't add to the project plan since im just a contributor, but I think this topic should be moved to the [discussions](https://github.com/vim/website_next_generation/discussions). Feel free...
I linked the contribution guide from the README and removed some duplicate info. Keeping the documentation / design files closer to the repo is a good point. I don't have...
There seems to one closing bracket too much. Can you try this? ``` {{annotatedText|replace("\n\n","\n" )}} ``` Note that it might also be the case that it doesnt find a duplicate...
I solved this issue by waiting for the keyboard to fully close. My flow was this: 1. BottomSheet with BottomSheetTextInput 2. User types and sends a message - the BottomSheetTextInput...