Any repositries or collections of plugins?

2016-08-10 Thread 'Zans Tangle' via yi.devel
Hey guys, first of all thanks for your great work on Yi, I just installed it and all the potential is amazing! Is there anywhere that I can find some example code for what sort of plugins people have built with it so far? -- -- Yi development mailing list yi-devel@googlegroups.com http://grou

Re: Replacing my daily editor with Yi

2016-08-10 Thread Hi-Angel
Same here, horribly want to migrate from the combination Emacs+Evil :D I'd say that Emacs is the worst implementation of the greatest idea. Yi definitely doesn't seem to be as mature in the sense of addons, but still, if I'd put as much efforts in it as I put in my Emacs config/debugging back t

How to remove keybinding from Vim keymap?

2016-08-10 Thread Hi-Angel
I just started hacking, and ATM I'm trying to fix visual map in Yi *(it have to be in Operators.hs, and to work on text objects)*, and I even did the actual code, but I'm stuck on removing the previous keybinding. I feel silly, but I seem to removed everything which could cause it, still, after

Can you embed images in a buffer?

2016-08-10 Thread 'Zans Tangle' via yi.devel
I'd like to make some functions that retrieve and update images and output them in the buffer, would that be possible in yi? -- -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel --- You received this message because you are subscribed to the Goog

Re: Can you embed images in a buffer?

2016-08-10 Thread jaro . reinders
Yi has a vty (terminal) and a pango (gtk) frontend. Showing images is impossible in the vty frontend, it might be possible to show images in the pango frontend, but there is currently no support for that (it might also be impossible, but I don't know a lot about the pango frontend). On Wednesda

Re: Any repositries or collections of plugins?

2016-08-10 Thread jaro . reinders
In Yi almost everything is a plugin*, the frontends and the keymaps are examples of plugins. The 0.13 version of Yi will make this more visible by splitting them into separate packages (preview on Github ). All Yi related packages (AFAIK) are

Re: Can you embed images in a buffer?

2016-08-10 Thread Dmitry Ivanov
I think Fuuzetsu had a proof of concept showing an image in yi with a pango frontend. On Wednesday, August 10, 2016 at 11:39:07 PM UTC+7, Zans Tangle wrote: > > I'd like to make some functions that retrieve and update images and output > them in the buffer, would that be possible in yi? > --

Re: Any repositries or collections of plugins?

2016-08-10 Thread Dmitry Ivanov
Right now it pretty much searching on github and hackage for "yi-*", but the plan was to make a plugin registry page on http://yi-editor.github.io/ and also encourage people to use hackage category "Yi" for their packages. On Wednesday, August 10, 2016 at 11:39:07 PM UTC+7, Zans Tangle wrote: >