Edgewall Software

Ticket #593 (closed enhancement: fixed)

Opened 5 years ago

Last modified 21 months ago

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:

Description (last modified by cboos) (diff)

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/

Attachments

Change History

Changed 5 years ago by petrilli@…

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.

Changed 5 years ago by daniel

  • priority changed from normal to low
  • milestone set to 0.9

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

Default wiki syntax is discussed in #615.

Changed 5 years ago by daniel

  • owner changed from jonas to daniel
  • status changed from new to assigned

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

Changed 5 years ago by daniel

  • milestone changed from 0.9 to 0.8

Changed 5 years ago by daniel

  • status changed from assigned to closed
  • resolution set to fixed

Initial support in [827].

Changed 3 years ago by anonymous

  • status changed from closed to reopened
  • version changed from 0.7.1 to 0.9.4
  • resolution fixed deleted
  • milestone changed from 0.8 to 0.9.5

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.

Changed 3 years ago by eblot

  • milestone 0.9.5 deleted

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

Changed 3 years ago by anonymous

Changed 3 years ago by cmlenz

  • status changed from reopened to closed
  • version changed from 0.9.4 to 0.7.1
  • resolution set to fixed
  • milestone set to 0.8

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*
}}}

Changed 3 years ago by avonderluft@…

  • status changed from closed to reopened
  • resolution fixed deleted

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

Changed 3 years ago by avonderluft@…

  • keywords pytextile, wikiwords added; pytextile removed
  • version changed from 0.7.1 to 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.

Changed 3 years ago by cboos

  • status changed from reopened to closed
  • version changed from 0.9.6 to 0.7.1
  • resolution set to fixed
  • description modified (diff)

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.

Changed 21 months ago by saurabhnanda@…

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.

Add/Change #593 (Wiki support for Textile)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from daniel. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.