Tagged Questions
0
votes
0answers
29 views
WYSIWYG Editor that supports Wiki syntax?
I know there are lots of WYSIWYG editors that create HTML code and lots of editors that support wiki syntax (e.g. markItUp), but I can't find anyone who does both. So I need a WYSIWYG editor that ...
-1
votes
1answer
41 views
Writing a wiki in HTML [closed]
Ever since discovering Cosma Shalizi's Notebooks I've wanted to build something similar for myself, and extend it, so I can better extend my nervous system. Basically a hyper-connected set of ...
0
votes
1answer
225 views
Jsoup Selector “not”
This code here:
Document doc = Jsoup.connect("http://wikitravel.org/en/San_Francisco").get();
System.out.println(doc.select("h2:contains(Get around) ~ *:not(h2:contains(See) ~ *)"));
outputs ...
2
votes
1answer
744 views
Jsoup get html between two tags
On a site like http://wikitravel.org/en/San_Francisco, sections like "Districts", "Understand", "Get in", etc don't actually contain the entire section in the HTML. Sections are actually just span ...
2
votes
1answer
135 views
Jquery/Javascript solution for converting wiki-text to HTML and vice versa?
For my web front end I have to implement subsets of the wiki-syntax in my system. Do I need to manually specify rules and reinvent the wheel? Is there an existing javascript library or jquery plugin ...
0
votes
1answer
103 views
Append parameter to page inside iframe
I am making a tiny bot-like page that will redirect the user to a certain page plus a paramater.
Basically:
A page inside an iframe redirects the user to a random page on my site (already done)
The ...
0
votes
1answer
115 views
Importing a folder-tree of html files into mediawiki?
Let's say we have a tree of several nested folders and within each of them there are several simple HTML files.
Is there a way to import this structure into a media-wiki website? (or alternatively, ...
2
votes
1answer
292 views
Converting between WikidPad, reStructuredText and HTML
I've got plenty of information stored in WikidPad notebook format and now I need a way to convert it to reStructuredText (for another wiki).
At the same time I need a possibility of publishing this ...
1
vote
1answer
284 views
Embed media wiki in a frame
Hi, I'm having difficulty using media wiki in a frame. I'm using the following code:
<frameset rows="25%,75%">
<frame src="map.html"/>
<frame ...
0
votes
2answers
126 views
regular expression that convert html anchor in to wiki anchor syntax
My page contain lots of anchor and i have to put that html in to wiki page .How can i convert anchor into wiki url in php ?
example :
<a ...
1
vote
1answer
276 views
Embedding iframe in Wikimedia based Wiki
I have been trying to embed an iframe to a wiki page that I'm working on based on wikimedia but not the actual wikipedia without any luck.
I've also tried googling on this topic, but have been ...
1
vote
1answer
243 views
Background color won't extend past visible area in a div box with scrollbars
[CLOSED]
On this page, there is a div box which holds a code example, where a certain line is supposed to be given a background color. This background color is actually done by using regular ...
19
votes
3answers
1k views
Wiki or Markdown-like syntax for simple forms?
Is there any simple language similar to Markdown or one of the Wiki Markups that gets converted into HTML form elements?
For example:
name* = ___________
sex = (x) Male () Female
phones = [] ...
0
votes
3answers
111 views
display more than one HTML document in the same browser
So basically I am working on a wiki and there are some tables in different parts of the wiki that I would like to display on a main page. I know I can copy and paste them but I would like to make it ...
0
votes
1answer
155 views
Is there any simple wiki parsing opensource java service?
What I generally need is simple - opensource library with function that will turn given wiki mark up string into html. It shall work well with spark and red5 and Hibernate.
It shall be tolerant to ...
6
votes
2answers
169 views
Is there any JavaScript function in some library for turning simple wiki mark up (given as multi line string) into html?
What I generally need is simple - opensource library with function that will turn given wiki mark up string into html. If you can write such function - please post it here.
It shall be tolerant to ...
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
1answer
1k views
Is there a way to convert Trac Wiki pages to HTML?
I see the suggestion of using Mylyn WikiText to convert wiki pages to html from this question except I'm not sure if its what I'm looking for from reading the front page of the site alone. I'll look ...
3
votes
2answers
313 views
HTML webpages to Wiki pages translator
I am looking for a HTML to wiki website translator. Basically I want to publish the coverage reports generated by cobertura to my google code website. But google code only suuports wiki pages, so if ...
2
votes
2answers
254 views
HTML usability question - (double) clicking to select text
As you well know, double clicking on a word in a browser selects it, triple clicking selects the entire paragraph.
I'm tweaking a wiki, where signatures for anonymous users are created automatically ...
1
vote
2answers
791 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.
27
votes
6answers
18k views
How to clear the content of an IFRAME?
How do I clear the content of my IFRAME element, using javascript, without loading a blank page into it?
I can figure out to do this: iframe_element.src = "blank.html", but there must be a better, ...
0
votes
3answers
716 views
Regular expression transformation for wiki-like mark-up
Consider the following mark-up input:
* Line 1
* Line 2
:* Line 2.1
:* Line 2.2
* Line 3
This is typically coded as:
<ul>
<li>Line 1</li>
<li>Line 2</li>
<ul>
...
1
vote
2answers
80 views
migrating a website to WIKI
We have a intranet that we have lots of html pages and attachments (.doc, .xls, etc) and we are looking to migrating this to confluence WIKI. Doesn't anyone know of any script or anything that can be ...
2
votes
4answers
801 views
Render markup on-the-fly or store html?
Any advice what has worked for you when dealing with user-entered markup, e.g. wiki or markdown. I have both CPU & database space costs, so I'm not sure which way to go.
Store markup in database ...
4
votes
4answers
456 views
Wiki style text formatting
I'm looking for some kind of text-parser for ASP.NET that can make HTML from some style of text that uses a special format. Like in Wiki's there is some special syntax for headings and such. I have ...
3
votes
9answers
8k views
How to enter Javascript into a wiki page?
How can I, as the wiki admin, enter scripting (Javascript) into a Sharepoint wiki page?
I would like to enter a title and, when clicking on that, having displayed under it a small explanation. I ...
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 ...
3
votes
6answers
265 views
How should I handle autolinking in wiki page content?
What I mean by autolinking is the process by which wiki links inlined in page content are generated into either a hyperlink to the page (if it does exist) or a create link (if the page doesn't exist).
...
