Zim

markup import

Asked by Timmie

I would like to copy text from websites into Zim.

In order to keep the formatting, e.g. links and font, I would like to convert the HTML into the right markup.

Is there a markup specification which resembles the markup / syntax used by Zim?

With this, I could use an online converter such as
http://pandoc.org/try/

Or is the body markup used by Zim very unique?

Question information

Language:
English Edit question
Status:
Solved
For:
Zim Edit question
Assignee:
No assignee Edit question
Solved by:
Timmie
Solved:
Last query:
Last reply:
Revision history for this message
Jaap Karssenberg (jaap.karssenberg) said :
#1

I think manual covers part of your question: http://www.zim-wiki.org/manual/Help/Wiki_Syntax.html

Also you might want to look into the zim firefox plugin if that happens to be your browser of choice

Revision history for this message
Timmie (timmie) said :
#2

Thanks.

So for the records here:
It#s modelled after DokuWiki Syntax

If you need a converter e.g. to get markdown or rest or anything else read for Zim use pandoc (1.13):

https://www.dokuwiki.org/tips:htmltowiki

andoc -s -r html https://www.dokuwiki.org/tips:htmltowiki -t dokuwiki > tips.txt