chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

Enable code execution for code blocks #17

Closed chipsenkbeil closed 3 years ago

chipsenkbeil commented 4 years ago

This is something that org mode supports and is even used to write an emacs config file using org mode with elisp code blocks.

This might belong more in a vim extras feature that could spawn a floating window with the result, but the process of making sure that we can select the code under cursor to evaluate would be from the server.

chipsenkbeil commented 3 years ago

Move to vimwiki server vim plugin.