sineptic

Results 30 comments of sineptic

> If you really need it to be dynamic, please use Dataview instead. I can't do this, because dataview only render text, but templater insert text to note. It's required...

I think it's easy to fix, but i don't know javascript(but know other laguages). If you say where dynamic commands render(in code), I try to fix it myself.

I think it's not that repository issue. Mb bug in https://github.com/SilentVoid13/rusty_engine (created for this project). Bug may contains in Parser::parse_whitespace in first argument "i", that's whitespace chars. I can't fix...

> zellij version 0.39.2 room version 1.0 > > Whenever i have a hidden floating pane using (Ctrl + P) + W then using Room Ctrl + Y the hidden...

@teolemon, thank you, but now I have other problem. last version of OFF in fdroid from 03.09.24. Why it doesn't updates for 7 month?

> I've disabled animation by setting 'stages' to 'static' Thank you! It's work for me too. P.S. You can write config for plugin in `opts = { ... }` and...

More general, I need function, that return only if pattern matches after not match. I need matches equal number of backticks, but ``` _```abc``_ matches with _`_ | _``abc``_ ```

I think to work it must be names smth like (`take`/`skip`)`_until_exactly`

> You can do `a.repeated().exactly(n).then_ignore(a.not())`. > > The final part expects anything that *isn't* an `a` immediately after the repeating section, effectively preventing more than `n` instances ever occurring. It...