Ryan Winograd
Ryan Winograd
I needed to add a way to set the tmpdir used during bursts to avoid a race condition where the single pages would be overwritten. I implemented this by allowing...
I think a recent change to HTML blockquote conversion on `dev` (https://github.com/vimwiki/vimwiki/commit/dc63a5dacc97d957f35995b1944a3a6a26647d85) may have caused a regression when converting a file that contains a list element that hard wraps to...
Added a new zoom strategy for a project I'm working on. Not sure if there'd be interest in including this in the official package but wanted to offer it up....
Shellescape the annotation input to prevent errors when entering a string with shell glob characters, such as question marks (?) or asterisks (*). The error can be observed by attempting...
Add _ZO_CASE_SENSITIVITY env var to control whether queries should be performed in a case-sensitive manner, keeping the current behavior (case-insensitive) as the default. Setting _ZO_CASE_SENSITIVITY=case-sensitive changes the query behavior to...