ttxtea
ttxtea
As for the notation. IMO, it is very usefull to be compatible with either the [dot language](https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29) or something that the python package [networkx](https://networkx.github.io/) can read (i.e. json). The delayed...
I think it would be ~~~ git clone --depth 1 https://github.com/vim-pandoc/vim-pandoc ~/.vim/pack/plugins/start/vim-pandoc git clone --depth 1 https://github.com/vim-pandoc/vim-pandoc-syntax ~/.vim/pack/plugins/start/vim-pandoc-syntax ~~~ for vim>8 ? Should this be added to the install instructions?
I am not sure how nteract notebooks work, but I think they are normal json format and not as in hydrogen, normal python code plus comments. The json way as...
+1 Particularly when working with remote kernels copying images to your clipboard would be tremendously helpful.
As has been argued here: https://github.com/jgm/pandoc/issues/2873#issuecomment-990728062 If `criticmarkup` would be interpreted as just a style element for your coauthors. Version tracking and revision could be handled by version control systems...
> I have to say it once more: Git is not for real-time collaboration and therefore not a proper backend for CodiMD. Yes, exports sounds like an idea, but a...
[Pulsar](https://pulsar-edit.dev/) is a very active `atom` community fork. Packages like `hydrogen` can be installed. I did have some problems, but I heard of people where it seems to work just...
Same issue with ~~~ pandoc 3.1.1 Features: +server +lua Scripting engine: Lua 5.4 ~~~ If you refer to the figure you get `pandoc-fignos: Bad reference:`
I ve tried to connect to an existing `qtconsole` by typing `:IPython --existing --no-window`. But neither `F5` nor `\jk` which are supposed to map to `(IPy-RunCell)` show any effect. Is...
I would also be cool to have some info on how to install the plugin for new users. Possibly without just refering to plugin managers such as dein, which themselves...