andreadev-it

Results 9 issues of andreadev-it

Since this was a requested feature (by myself too!) I've decided to implement it. Right now, it adds a config option "exclude_filetypes" that I've briefly documented in the README. It's...

It is currently not possible to get the stacking contexts that are inside iframes. It will be easy to fix for the iframes that have a "srcdoc", or that are...

- `nvim --version`: ``` NVIM v0.7.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilato da runneradmin@fv-az320-113 Features: -acl +iconv +tui See ":help feature-compile" file vimrc di sistema: "$VIM\sysinit.vim" $VIM di riserva: "C:/Program...

bug

These changes should fix most of the issue about using shellslash on windows. However, maybe it's better to wait for [this PR on plenary](https://github.com/nvim-lua/plenary.nvim/pull/371) to be merged before accepting this....

This should fix at least some of the problems caused by having shellslash active on vim (#254). I've tested it as a requirement for neo-tree.nvim, and now it works either...

**Description** When creating a project from within WSL2, there might be problems with Vite server not being able to watch the files for changes. As someone that never used Vite,...

b-documentation
c-accepted
a-docs

Hi, I'm using catimg to preview image files in lf. The script works fine, but the colors are way worse then when I run it from the command line with...

This PR has been created to propose a way to implement the tangling functionality existing in ORG Mode (following Discussion #275 ). The current code will add a `tangle` function...

Hi, while looking at the spec, I couldn't find a way to place an image inside my norg file. In markdown, it is done like this: ```markdown ![alt text](./link/to/image.png) ```...