[Wikiwyg-dev] change trac html markup or not to reach traciwyg (trac is what you get)?
- To: Wikiwyg-dev@wikiwyg.net
- Subject: [Wikiwyg-dev] change trac html markup or not to reach traciwyg (trac is what you get)?
- From: "solo turn" <soloturn@gmail.com>
- Date: Sat, 15 Apr 2006 00:36:43 +0200
- Cc: trac-dev@lists.edgewall.com
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=rPk2zjuZHjgCcJG+KW97/4eH8dDOVzaKs5mlaAFl8BoBWi/jF5J5IinxWJHT064jV/fVSjzDFg8C+DBdzIddnKOYvnVb49E77mei28HYn8sihTMzDa/kw7OyQxmICUIs7Sr1Skgohhg9cb7hizJQt4U/biHFYkagI83/b31wyQY=
hi,
would you suggest to change/extend the trac html markup somehow to
better integrate wikiwyg, or is this not necessary? some examples:
1. a normal wiki page
http://projects.edgewall.com/trac.
2. a new ticket
http://projects.edgewall.com/trac
3. an existing ticket
http://projects.edgewall.com/trac/ticket/1682.
special case: if you have the right, you are allowed to edit the
description too.
4. milestone
http://projects.edgewall.com/trac/roadmap
http://projects.edgewall.com/trac/milestone/0.10
special case: if you have the right, you are allowed to edit the description.
6. makros/extensions/plugins
http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking
wiki source contains something like "[[TOC(heading=Egg Cooking
Tutorial, EggCookingTutorial/BasicEggCooking,
EggCookingTutorial/AdvancedEggCooking,
EggCookingTutorial/AdvancedEggCooking2)]]", which then is completely
different. or also at the end, "[[TagIt(rede)]]"
how/where would you try to integrate it? mgood made a comment:
>You don't need to add an id to the tag in order to get the DOM node.
cssQuery is a >convenient way to look up nodes using CSS-style
selectors. You should be able to
> get the wiki editing fields like:
>
>var wiki_editors = cssQuery("textarea.wikitext");
which is true after you pressed "edit", or you have the text field to
enter your text.
-solo.
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.