#593 closed enhancement (fixed)
Wiki support for Textile
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 )
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.)
Attachments (0)
Change History (13)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Milestone: | → 0.9 |
---|---|
Priority: | normal → low |
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 , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I commited a first (naive) processor for pytextile in [827].
comment:4 by , 20 years ago
Milestone: | 0.9 → 0.8 |
---|
comment:6 by , 19 years ago
Milestone: | 0.8 → 0.9.5 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Version: | 0.7.1 → 0.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 , 19 years ago
Milestone: | 0.9.5 |
---|
Please leave your email or name if you set a target milestone
comment:9 by , 19 years ago
Milestone: | → 0.8 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Version: | 0.9.4 → 0.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 , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 18 years ago
Keywords: | wikiwords added |
---|---|
Version: | 0.7.1 → 0.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 , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Version: | 0.9.6 → 0.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.
comment:13 by , 17 years ago
Can this plugin be extended to support Wiki macros (or markup) from within the textile block? For example
{{{ #!textile h1. First level heading h2. Second level heading [[MacroList]] OR `= Heading = ` `[[MacroList]]` }}}
backquote (`) is a suggested escape character to "escape" into Wiki markup mode.
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.