Tagged Questions
The wikitext tag has no wiki summary.
3
votes
2answers
184 views
Parsing wikiText with regex in Java
Given a wikiText string such as:
{{ValueDescription
|key=highway
|value=secondary
|image=Image:Meyenburg-L134.jpg
|description=A highway linking large towns.
|onNode=no
...
3
votes
1answer
285 views
How does one parse simple inline markup (i.e. *bold*), in Python?
How does one implement a parser (in Python) for a subset of wikitext that modifies text, namely:
*bold*, /italics/, _underline_
I'm converting it to LaTeX, so the conversion is from:
Hello, ...
1
vote
6answers
543 views
How to convert XML to something else using xslt stylesheet?
How to convert XML to something else using xslt stylesheet?
In C++ C# PHP or ActionScript?
For example I have this html2wiki xslt stylesheet I want to send to my programm my XML (in this case ...
0
votes
1answer
16 views
Eclipse: How to change default markup language for WikiText Editor
I want to have project documentation in wiki format and commit to version control system together with code. I have tried standard Eclipse Mylyn WikiText Editor, which is sufficient for my needs.
Due ...
0
votes
1answer
29 views
Mylyn WikiText Textile parsing error?
I'm working on migrating a textile plugin for a java blogging platform from one library (textile4j) to Mylyn's WikiText. So far very promising, but I have some unit tests that are failing:
public ...
0
votes
1answer
90 views
Translating Wikitext (Wiktionary style) into HTML on the client side
I'm trying to parse Wiktionary Wikitext on the client side (with JavaScript). I found Wiky.js, but it has problems with some markups like {{}}, + etc. Do you know any JavaScript library which may help ...
0
votes
0answers
61 views
Wikitext/richtext editor error - FCKeditor
Rather then getting the [Show wiki text editor] button I get this [<tog-riched_disable>] .. Same for the other tabs!
Anybody who experienced this issue before or any suggestions??
0
votes
1answer
364 views
Working example of wikitext-to-HTML in ANTLR 3
I'm trying to flesh out a wikitext-to-HTML translator in ANTLR 3, but I keep getting stuck.
Do you know of a working example that I can inspect? I tried the MediaWiki ANTLR grammar and the Wiki ...
0
votes
2answers
477 views
Is there any HTML to WikiText translator?
Is there any HTML to WikiText translator? I need to translate tables with hyperlinks and images inside.
0
votes
3answers
525 views
Render wikitext with Python
I need to render wikitext (pulled from the database of a mediawiki of it's relevant) and display in some other format (ultimately to be rendered as a PDF, but basically any other format will do).
I ...
0
votes
3answers
1k views
How to Parse Some Wiki Markup
Hey guys, given a data set in plain text such as the following:
==Events==
* [[312]] – [[Constantine the Great]] is said to have received his famous [[Battle of Milvian Bridge#Vision of ...
0
votes
2answers
701 views
.Net WikiText to HTML Parser
I know, I know, its sounds silly, but it seems that there are no opensource robust .NET libraries out there for parsing Wikitext to HTML.
Anybody know of a stable.robust .net Wikitext to HTML parser ...