Mikael Muszynski

Results 11 issues of Mikael Muszynski

The button for bulk adding from search (in the search sidebar section) disappears for me if one switches between the workspaces. Currently the code that adds the button can be...

Currently the search results can be added to a queue by clicking the button that is added to the search sidebar section. The code can be found here: https://github.com/bjsi/incremental-writing/blob/91126fe1665e7dd6d1e07f6aafc1c905cb374ce6/src/main.ts#L226-L241 Currently...

I presume that `Spaces` wasn't the intention, given that the text refers to card suits.

As mentioned in #9 and the [commit that closed the issue](https://github.com/ndreynolds/ratatouille/commit/5d30077fbd386bafbcc458af41a081d8ce636773), the `viewport` element helps greatly with scrolling content, but it's limited by the lack of an ability to obtain...

I recently made the upgrade from `0.1.7` to `0.3.0`. In `0.1.7`, the *target block* and the *link to the block* could both have numbers next to them. I found that...

bug

Updating to `v3.0` (i.e. https://github.com/gaoDean/autolist.nvim/commit/f40a5dd694b8e9f1125efa731cc6d0662a34af90) has resulted in recalculation freezing the Neovim instance. I'm not sure what the plugin is stuck doing, nor am I sure how to debug it....

I just now rebased my blog code on top of the latest commit in `master` (c977b91e40b481b5f3c3f1d0bad5797c64571ccf) and apparently the latest version doesn't play well with the [jekyll_alias_generator](https://github.com/tsmango/jekyll_alias_generator). I have a...

Normally if you enter Insert-mode, everything from entering the mode until you return to Normal-mode is stored as one change. It seems like every `` in Insert-mode breaks the change...

### 🚀 The feature, motivation and pitch Since `v3.7.0`, the addition of support for anchor and block search has resulted in the default behavior of the completion to change. Previously...

feature request