Re: [Zim-wiki] Lets build a zim android app together!

2016-02-08 Thread Brendan Kidwell
This looks like a good project plan. I hope other people join. I don't have the energy to work on an effort like this, but I have one suggestion of something to look into: It looks like you'll be building a system that loads Zim wiki text into an editable view built with HTML and JavaScript. You

Re: [Zim-wiki] Lets build a zim android app together!

2016-02-08 Thread Marco Cevoli
Have you considered crowdfund the effort? Creating a crowdfunding project might give you the resources needed to jump-start the development and would be an easy way for non-techies to express their support. Just an idea. Best regards Marco Cevoli ___

Re: [Zim-wiki] Lets build a zim android app together!

2016-02-08 Thread Jaap Karssenberg
Hi Marco, Afraid financing is not the limiting factor at this moment. Personally I have a full time job in engineering, so more income would not allow me to spent more time on zim. Besides, we actually have some money from donations, and so far it has proven more difficult to find people to take

Re: [Zim-wiki] Lets build a zim android app together!

2016-02-08 Thread Marco Cevoli
Thanks, Jaap, good to know. I've done mockups in the past, so I'll try to find some time to design a first draft. I don't know if I had the right to do it, but I created a specific page on the Wiki: https://github.com/jaap-karssenberg/zim-wiki/wiki/Android-app-design-and-development The first st

[Zim-wiki] path link checking plugin

2016-02-08 Thread Nathaniel Beaver
I've written a plugin to check that the target of a file link exists (see prototype attached). However, I'd like to turn the broken links a different color by accessing the gtk.TextTag corresponding to the link and changing the style with something like tag.set_property('foreground', 'red')