Re: [Zim-wiki] new wiki syntax: better way to implement in Zim ?

2011-01-29 Thread Thorsten Hackbarth
Hi, I experimented with replacing zim's Parsetree with docutils.document class. The docutils/reStructueredText approach looks quite promising: - the code looks well structured - and its documented - there are writers for different formats. (latex, odt,...) - positive side effect: parsers/writers fo

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-23 Thread Thorsten Hackbarth
Am Mittwoch, den 22.09.2010, 08:39 +0200 schrieb Alessandro Magni: > Hi Thosrsten, > thanks for the input! > > It is great news for me that it is possible to have zim-files > disseminated around the filesystem... > unfortunately I believed it impossible, so I already wrote down my > crawler prog

Re: [Zim-wiki] newbie here: info request (for import)

2010-09-20 Thread Thorsten Hackbarth
Am Montag, den 20.09.2010, 16:51 +0200 schrieb Jaap Karssenberg: > On Mon, Sep 20, 2010 at 11:04 AM, Alessandro Magni wrote: > > Thank you for your help! > > > > I want to ask a further question, though I fear the answer will be no: > > since the files we are mentioning should be one related to ea

Re: [Zim-wiki] new plugin: fileview

2010-09-16 Thread Thorsten Hackbarth
Hi, I put a new version in the wiki and maybe will update the page from time to time. I removed some of the rough edges and made some new. If you also like it rough go here: http://zim-wiki.org/wiki/doku.php?id=attachment_browser It now generates thumbs in the backgrund and shares it with other app

[Zim-wiki] new plugin: fileview

2010-06-29 Thread Thorsten Hackbarth
--+ b | | a |tabs| | a | | r | bottom pane| r | | || | +--+--+ # -*- coding: utf-8 -*- # # Copyright 2010 Thorsten Hackbarth # License: same as zim (gpl) # # 2010-06-29 # # TODO: # * integer plugin_prefere

[Zim-wiki] fixed hard coded file extension in stores/files.py

2010-04-09 Thread Thorsten Hackbarth
Hi, I fixed the hard coded file extension in stores/files.py In notebook.zim it looks like this: [Notebook] stores_files_extension=.txt As you can see the config value includes the dot. Thereby its possible to set it to something like this: stores_files_extension=/README.txt and end up with a tre