Edgewall Software

Opened 20 years ago

Closed 18 years ago

Last modified 17 years ago

#593 closed enhancement (fixed)

Wiki support for Textile — at Version 12

Reported by: anonymous Owned by: daniel
Priority: low Milestone: 0.8
Component: wiki system Version: 0.7.1
Severity: normal Keywords: textile, wiki, pytextile, wikiwords
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

It would be terrific if the wiki could support Textile as a text format.

As as side note, it would also be nice if one could configure the default text format (wiki, rest, textile, etc.)

See: http://dealmeida.net/pytextile/

Change History (12)

comment:1 by petrilli@…, 20 years ago

I'd like to second this one too. The proliferation of various formats is getting silly. Textile seems to be one of the best for working in "text areas." Should be doable with just some minor extensions.

comment:2 by daniel, 20 years ago

Milestone: 0.9
Priority: normallow

This should be quite easy to add (look at browser:trunk/trac/wikimacros/rst.py for reference).

Default wiki syntax is discussed in #615.

comment:3 by daniel, 20 years ago

Owner: changed from Jonas Borgström to daniel
Status: newassigned

I commited a first (naive) processor for pytextile in [827].

comment:4 by daniel, 20 years ago

Milestone: 0.90.8

comment:5 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Initial support in [827].

comment:6 by anonymous, 18 years ago

Milestone: 0.80.9.5
Resolution: fixed
Status: closedreopened
Version: 0.7.10.9.4

This ticket was closed but it dosen't seem like it was integrated in the 0.9.x releases! (Apparently the file was removed from the svn repository on the newest releases)

Please leave it open until textile support is integrated again.

comment:7 by Emmanuel Blot, 18 years ago

Milestone: 0.9.5

Please leave your email or name if you set a target milestone

comment:9 by Christopher Lenz, 18 years ago

Milestone: 0.8
Resolution: fixed
Status: reopenedclosed
Version: 0.9.40.7.1

Erm, Trac has had Textile support since 0.8, as the ticket said before you reopened it.

The implementation has moved to trunk/trac/mimeview/txtl.py.

You use it like this:

{{{
#!textile

h3. Some heading

Some paragraph *text*
}}}

comment:10 by avonderluft@…, 18 years ago

Resolution: fixed
Status: closedreopened

I've got PyTextile installed, and Textile is working fine, EXCEPT WikiWords to not work at all.

This is an example of what I've tried.

h1. Welcome to the Con-way Reference Architecture Project

h2. h2 heading

h3. h3 heading

# numbered list
# second
# third

* unordered list
* next bullet
* last bullet

WikiWordsAreNotWorking

comment:11 by avonderluft@…, 18 years ago

Keywords: wikiwords added
Version: 0.7.10.9.6

OK, sorry about re-opening the ticket, but can you give me any hint as to why Textile formatting is working fine, with the exception of WikiWords?

Thanks.

comment:12 by Christian Boos, 18 years ago

Description: modified (diff)
Resolution: fixed
Status: reopenedclosed
Version: 0.9.60.7.1

Well, pytextile is not supposed to support WikiWords, neither does it seem to be extensible (in the way reStructuredText/docutils is) so that we could add support for them.

I'm restoring the ticket to its original fixed state.

Note: See TracTickets for help on using tickets.