From d692018cca7baa8ebe29ab66313620b165744c0c Mon Sep 17 00:00:00 2001 From: Svetlana Tkachenko Date: Fri, 29 Jul 2016 09:50:19 +1000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ba9bb5..b6685a7 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,21 @@ A powerful modal editor written in python. -Wiki: http://vy.branchable.com - vy is a modal editor with a very modular architecture. Everything is very minimalistic and modular. vy is built on top of Tkinter which is one of the most productive graphical toolkits; It permits vy to have such a great programming interface for plugins. Python is such an amazing language; it turns vy such a powerful application because its plugin API is high level naturally. +Wiki +=== + +Vy has a collaborative wiki, which is in progress of being upgraded to support multiple languages. + +* http://vy.branchable.com/ + +More details +=== + In vy it is easy to create modes like it is in emacs, modes that support programming languages, provide all kind of functionalities that varies from accessing irc or email checking.