Tuesday, July 20, 2021

Re: Vim mindmap functionality

Hey everyone,
Thanks very much for your responses.
Coming back to this, I've found I still haven't found the solution I am looking for, as Google links to something else than I was hoping for.

Basically, I am not looking for a plug-in to visualize a graph, based on a certain indentation structure of a plaintext document being edited in Vim. The plaintext format is fine, for my purposes.

Rather, I am trying to still make that plaintext that I am editing in Vim have certain properties that make it more fundamentally like a mindmap. Most importantly, text should be bounded within certain regions. In effect, text should be contained within text boxes. You cannot write anywhere you want in the file. You can only enter text into text boxes, or whatever Vim's representation of a text box, to the same effect, is.

I would like to believe this is possible since Vim is so customizable. And I want to do it in Vim since increasingly everything I'm doing is in Vim.

So, is there any way to create a text box in Vim? I could just draw boxes with lines, but the deeper point is having Vim recognize that a box is an object or region where text is permitted, and blocking the entry of text outside of that object.

I'd really appreciate any help on this.

Thanks very much,
Julius


On Monday, July 5, 2021 at 9:43:31 PM UTC cfcol...@gmail.com wrote:
On Mon, Jul 5, 2021, 2:13 PM meine <tria...@gmx.com> wrote:
On Mon, Jul 05, 2021 at 07:59:58PM +0200, Julius Hamilton wrote:
> Hello,
>
> I wish to enable mindmapping functionality inside Vim by somehow treating
> regions of text as programmatic objects.

This one seems to be more aimed at programming:

https://github.com/severin-lemaignan/vim-minimap

//meine

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YON19PBn48xCw5EA%40trackstand.


Some years back on this list, I saw this, which might be close to your goal:


--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/201c1831-ebe6-4b8d-ace2-4e626bff2039n%40googlegroups.com.

No comments: