24 Jan
2024
24 Jan
'24
4:50 p.m.
On Wed, 24 Jan 2024, Shiv Shankar Dayal wrote:
Perhaps Aditya Mahajan can tell me how can I cache code snippets. Invoking VIM will have heavy penalty on highlighting the code otherwise.
Have you tried the vim module: https://github.com/adityam/filter/blob/dev/vim-README.md Caching is enabled out of the box, so you don't need to configure anything.
Other than that, how can I cache Metafun images so that they are not recomputed on every processing of file.
There used to a command for caching metafun images in MkII, but I don't know if that is really needed in LMTX. In most cases, metapost processing does not have a significant processing delay. Aditya