Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a dokuwiki wiki set up on my server, and I would love to be able to edit the wiki with inline editing, a la Aloha Editor or Hallo Editor. On the Aloha editor home page they mention that you could use it for wikis in passing, but there are no more details.

I know I could go through all the work of implementing Aloha or Hallo or another similar editor with my dokuwiki setup, but I guess what I'm really wondering is if anyone has already done this with any wiki (dokuwiki or something else).

The end result I'm looking for is: you go to a wiki page, click on the content, edit it in place with Aloha editor or the like, and the new content is saved back to the server. It would allow creating new wiki pages by inserting links to the not-yet-created page (either by clicking the link button or by typing, e.g. [[new-page-link]].

Does this exist in some form somewhere?

Thanks!

share|improve this question
Is it possible (or acceptable?) to bump a question? I'd offer a bounty but I don't have enough to offer. – fivestones Feb 23 at 17:17

1 Answer

you could try https://wikidocs.com. It is based on Aloha Editor (although the controls look different) and even offers collaborative editing of the same page by multiple users.

I think this does exactly what you are searching for.

share|improve this answer
This looks interesting, but I'm looking for something I can install on my own server preferably. Thanks for the link! – fivestones Apr 25 at 11:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.