wrvsrx

Results 49 comments of wrvsrx

Should I config treesitter additionally?

Would you consider supporting path and anchor in wiki link. For example 1. `[[Tiger]]` means a link to `Tiger.djot`. 1. `[[folder/a|Tiger]]` means a link to `folder/a.djot` with description `Tiger`. 1....

Maybe there should be a clear spec about whether we should use either path or path without extension in wiki link. If djot file has a specified extension (such as...

> @wrvsrx , the idea is that `[[foo]]` would potentially render to link to foo.html, not to foo.djot (since the human reader would presumably want to see the rendered html...

Here is an configuration working for NixOS (`${pkgs.sumneko-lua-language-server}` needs to be replaced by real path of sumneko-language-server): ```lua { "sumneko-lua.serverDir": "${pkgs.sumneko-lua-language-server}/share/lua-language-server", "Lua.misc.parameters": [ "--metapath", "~/.cache/sumneko_lua/meta", "--logpath", "~/.cache/sumneko_lua/log" ] } ```...

> Unfortunately that doesn't work if you're not generating your configuration with nix. If there was a way to provide a plain old executable path, a solution would be a...

This phenomenon also occurs in Windows Terminal. It might be caused by the same reason as #342.

I met this problem both on wezterm on NixOS, wezterm on Windows (using WSL2) and windows terminal on Windows (using WSL2).

Maybe we can add an option to receive pandoc ast (output in json format) from stdin and operate on it. That allows to convert any input format as long as...

I think that's because that `home-manager` is incompatible with `nix profile` (). Once you modify you profile by `nix profile`, such as `nix profile install xxx`, `home-manager` can't update your...