Tagged Questions
0
votes
0answers
51 views
Which markup for Google Appengine (python) wiki app? [closed]
I want to create a wiki on the app i'm currently finishing up in python based appengine, but i don't know how to safely implement a markup (thinking about using markdown), because i'm worried about ...
2
votes
1answer
50 views
Possible to generate Wiki Markup from knitr?
I am producing a report which will be published in pdf format. It concerns statistics and particularly the use of R. Therefore I am using knitr. I would also like to publish it to a wiki, with minimal ...
1
vote
1answer
188 views
Redmine 2.2.3 Wiki editor does not show markup-language
I used Redmine 2 years ago and loved the markup editor to write wiki articles. Now we installed Redmine 2.2.3 in a new enviroment. But the editor changed and now there is a WYSIWYG-Editor.
Is there ...
0
votes
1answer
144 views
How do I create text file for Confluence and then import it as a Confluence wiki page?
Here is what I want to accomplish:
I am writing a script which will parse some source code, extract some comments that I want it to extract and I will store this text in a text file.
I want to write ...
0
votes
1answer
134 views
Is it possible to enable markup editor in latest Confluence? [closed]
Starting from Confluence 4.0, 'wiki' markup language was removed in favor of rich edit. But in my company developers don't like rich edit and want to us familiar markup plain text editor. Is it ...
0
votes
1answer
98 views
Why confluence html macro not allow insert wiki markup
I have a problem html macro.As I realized html macro does not allow insert wiki markup. For example - i need to insert link to user page. In wiki markup i'm type "[test|~test1]" and this is all. But ...
1
vote
2answers
231 views
RTF to Wiki Converter?
I like to convert 100+ RTF files to Wiki Markup but I only find "Wiki to RTF" converters on the web and even here on StackOverflow ...
Only need: RTF --> Wiki Markup
Exists there a working solution ...
3
votes
2answers
480 views
Inline Code in DokuWiki
I'm looking for a way to include code as part of a paragraph in DokuWiki like I can by adding backtick escapes in StackOverflow like _so_. Simply adding <code>bla</code> puts code on it's ...
0
votes
0answers
28 views
Wiki to html add extra </dt>
I'm trying to embed explicit html definition list into wiki markup, but the html code generated by wiki has an extra </dt> over the one I explicitly wrote.
Here is my wiki text
=== some title ...
0
votes
1answer
137 views
Best markup for short stories on wiki-like site
For a site where users can edit anything, what's the best markup to use for writing short stories? markitup is a good candidate editor for this and supports the following markups:
Html
BBcode
...
0
votes
1answer
192 views
Wakawaka Wiki Markup
I have installed the Wakawaka wiki plugin in my django app. However, I have not been able to figure out the markup syntax for the wakawaka wiki. Googling about it also wasn't much helpful. Which ...
3
votes
2answers
958 views
PHP wiki markup parser
I've been told that writing a wiki markup parser in PHP that relies on regex and preg functions is a bad idea. But I don't know why.
So what's the best way to go about writing a wiki markup parser in ...
1
vote
1answer
132 views
BBCode vs. wiki markup for collaboration software
I'm developing a web application to facilitate the playing of pen-and-paper RPGs over the internet. I'm trying to determine whether BBCode or some flavor of wiki markup is preferable. BBCode and ...
1
vote
1answer
51 views
Is there any ActionScript library for turning simple wiki mark up into html?
So what I need is simple - a flash/flex application for turning wiki Google like mark up into html. In actionscript and mxml. Is there anything like that?
When do you need such thing? - you need it ...
1
vote
4answers
126 views
HTML or Alternate markup for wiki site?
In choosing an editor for my wiki-like site, I'm debating whether to allow HTML or a custom alternate markup (maybe like wikipedia/wikimedia's or BBCode).
HTML benefits:
Easy for users to deal with ...
2
votes
1answer
1k views
How can I convert an Excel table into Trac Wiki Table format?
I've seen copy & paste converters to MediaWiki or HTML format. But I could not find one that converts to the Trac Wiki format (WikiFormattting) which uses pipes to separate cells, such as:
...
4
votes
1answer
4k views
Convert Excel documents to wiki markup
Is it possible to convert Excel spreadsheets into MediaWiki markup? I stumpled upon strange recommendations exporting to HTML and convert it into markup. Is there a solution, maybe exporting to XML ...
0
votes
2answers
307 views
Store web content in XML using wiki markup
Does anyone have an XML style sheet that'll convert wiki-like markup to HTML? Or is that a bad idea? I only found one style sheet that'll convert HTML to wiki-like markup, ...
1
vote
1answer
901 views
Parsing Wiki markup in Javascript using regex
I'm attempting to parse some Wiki-style markup using the Javascript Creole Wiki Markup Parser. I'm attempting to extend the parser to parse div tags like so:
Markup: << any_content_here ...
5
votes
7answers
753 views
Why is there no standardized wiki markup language?
For as many wiki tools as I have used, each time I must learn yet another markup language. Why doesn't wiki markup get standardized like HTML, XSLT, SVG, and other web languages?
5
votes
2answers
8k views
Does SharePoint in any way support Wiki markup languages?
I tend the think the answer is no based on this article. There is so much noise with these search terms that I am having problems coming up with a definitive answer.
6
votes
3answers
2k views
Lighweight markup (wiki) language for documenting
When I write papers or documentation it makes think using LaTeX or OpenOffice is overkill as I usually only need some markup elements (bold, headlines, lists, ...) . I'd like to write my documents ...
0
votes
2answers
244 views
Standard/common mark up language for user provided content?
I suppose this might be similar to this question, but I'm wondering if there's a standard/popular mark up language for wiki and similar style user provided content. With the proliferation of ...
2
votes
3answers
203 views
What simple syntax can be used for rich text?
I want in an application with a simple text input, enriched with some marks to include formatting or semantic labeling. I want the syntax as easy as possible and I want to include self-defined labels.
...
19
votes
4answers
7k views
Python module for wiki markup
Is there a Python module for converting wiki markup to other languages (e.g. HTML)?
A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are ...
7
votes
6answers
7k views
What's the easiest way to convert Wiki markup to HTML?
I'm building a website that requires very basic markup capabilities. I can't use any 3rd party plugins, so I just need a simple way to convert markup to HTML. I might have a total of 3 tags that ...