> How can i embedd vim in my django application?

It might be possible to create a vim-like Java applet to provide syntax
coloring and edit commands for a web application, but there is no way
to embed vim in a web page or to imbue equivalent functionality to the
contents of a textarea tag. This is a limitation of HTML, JavaScript and
CSS; not a limitation of Django itself. 

> Is there any template available for this?

In as much as Django is a Python application and Vim is an Open Source
program written in C, you could use SWIG bindings to embed Vim in a
Django application. Whether the Vim source code exposes any useful
functions for your application, however, is academic as there is no way
to expose this functionality in a web page or service.

Chris Babcock

Attachment: signature.asc
Description: PGP signature

Reply via email to