[Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-03 Thread Mariano Draghi
Hi, I'm kind of new to Zim, but I've been using it for the last couple of weeks, and is quickly becoming one of my preferred apps. I'm using it both on Linux (Ubuntu 12.04, which is my main platform) and Windows 7 (at my job), syncing my notebooks using Dropbox. First of all, I'd like to thank Ja

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-07 Thread Mariano Draghi
On Wed, Mar 7, 2012 at 1:54 AM, wrote: > Note that within Windows at least, this should be available now if you use > the "Portable" implementation, just create a separate instance of the zim > app folder and run your alternative configuration from that. > Good to know! I suppose that might solv

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-07 Thread Mariano Draghi
On Tue, Mar 6, 2012 at 7:00 AM, Jaap Karssenberg wrote: > On Tue, Mar 6, 2012 at 5:25 AM, Adam Porter wrote: >> Does Zim load the plugins when a notebook is opened, or when the >> daemon is loaded? > > They are opened per instance, but they open before the notebook is > opened. So may need a litt

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-09 Thread Mariano Draghi
On Wed, Mar 7, 2012 at 11:31 AM, Jaap Karssenberg wrote: > Yes, sounds good to me for first implementation. For now I would not > try to merge, just replace and emit the "preferences-changed" signal. > This signal should trigger any updates in the GUI that follow from the > new preferences. > I'm

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-09 Thread Mariano Draghi
On Fri, Mar 9, 2012 at 10:10 AM, Jaap Karssenberg wrote: > On Fri, Mar 9, 2012 at 1:38 PM, Mariano Draghi wrote: >> The first has to do with some unit tests. A few tests instantiate a >> NotebookInterface and/or a GtkInterface without opening a notebook, >> and then perfor

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-09 Thread Mariano Draghi
On Fri, Mar 9, 2012 at 10:49 AM, Jaap Karssenberg wrote: > On Fri, Mar 9, 2012 at 2:40 PM, Mariano Draghi wrote: >> BTW, I'm using the notebook.zim file as the "profile", so apart from >> the Notebook section, it might contain the General, GtkInterface and >>

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-10 Thread Mariano Draghi
On Fri, Mar 9, 2012 at 10:49 AM, Jaap Karssenberg wrote: > I would suggest a separate file in ~/.config/zim. E.g. > ~/config/zim/profiles/myprofile.conf . That way a profile can be > shared by multiple notebooks. This was my original intention for > profiles. > Hi, I just pushed my branch to Lau

[Zim-wiki] Styles per profile?

2012-03-12 Thread Mariano Draghi
Hi, One of the Jaap's ideas with the profile implementation was supporting use cases like this one: LP bug #539370: Custom font selection different per notebook [ https://bugs.launchpad.net/zim/+bug/539370 ]. This would require that the styles could be also be defined by profile. I'm interested i

Re: [Zim-wiki] Disabling/Enabling plugins per Notebook

2012-03-18 Thread Mariano Draghi
Hi, I think we're almost there; I added support for "styles" per profile too, and aded the field "Profile" to the properties dialog, so we now have a (basic) UI for configuring the profiles. Maybe it should be a "combo box" showing the profiles instead of a text field... but I'll leave that for s

Re: [Zim-wiki] Zim 0.58 Released

2012-12-27 Thread Mariano Draghi
On Sat, Dec 15, 2012 at 3:17 PM, Jaap Karssenberg wrote: > Dear all, > > I just uploaded zim 0.58 to the website. (...) > * Added new plugin for distraction free fullscreen mode Hi! I must confess that I didn't understand all the fuss around "distraction free writing" until I tried it on Zim. It

Re: [Zim-wiki] How to run the build version of zim?

2012-12-29 Thread Mariano Draghi
Hi, You should create a "launcher" script (eiter a batch script on Windows, a shell script on Linux) setting an explicit value for the environment variables used by zim to lookup its configuration and notebooks. Look here: http://www.zim-wiki.org/manual/Help/Config_Files.html As for your developm

Re: [Zim-wiki] zim 5.9 and CPU load on win7

2013-04-17 Thread Mariano Draghi
Interesting finding. I can reproduce what you're describing, but for me, even when launching the external editor on a regular page, the CPU usage won't go down to normal until I close Zim. From your report I understand that when you launch the editor from the "Insert plugin" dialog the CPU usage h

Re: [Zim-wiki] Using bash scripts as custom tools

2013-11-05 Thread Mariano Draghi
2013/11/5 Sylvain Viart > Is this doc (Zim's manual) also available on-line? > so we can also put easy link to it. :-) > Yes, you can find all the documentation online,here: http://zim-wiki.org/manual/Start.html Regards, -- Mariano ___ Mailing list:

Re: [Zim-wiki] Zim, ubuntu 14.04 and python

2014-05-01 Thread Mariano Draghi
On May 1, 2014 8:10 AM, "Jaap Karssenberg" wrote: > > If Ubuntu really removes python 2 that may be the trigger AFAIK Ubuntu is going to port all its core/default applications to Python 3, meaning that the default install won't depend on Python 2, and Python 2 won't be installed by default. But

Re: [Zim-wiki] feedback of idea

2014-06-05 Thread Mariano Draghi
2014-06-05 12:51 GMT-03:00 Patrik Nilsson : > Does anybody know if it is possible to embed hidden config into a > zim-txt-document? Then we don't need an external file for this. > I believe that every line at the beginning of a Zim document, before any blank line, that follows the pattern Header:

Re: [Zim-wiki] Export to html

2014-08-22 Thread Mariano Draghi
2014-08-22 12:38 GMT-03:00 Jaap Karssenberg : > My feeling is that I should roll back and put CSS snippet in the template > to get more accurate HTML version of the wiki page. However that makes the > HTML rendering without CSS ugly. > > Compromise would be to make the newline handling an option y

Re: [Zim-wiki] Is there a way of changing the tag symbol?

2015-01-29 Thread Mariano Draghi
Paul, Have you tried to apply the "verbatim" or literal format to the block of text? Whenever you need to paste text that shouldn't be parsed by Zim, select the text block and press Ctrl-T (or from the menú, Format -> Verbatim). More info here: http://zim-wiki.org/manual/Help/Wiki_Syntax.html (

Re: [Zim-wiki] Formatting

2015-01-29 Thread Mariano Draghi
Hi Jeff, That is the "vanilla" style file, which is copied locally to your home dir once you create the first notebook. On Windows, the style.conf file you would want to edit is located here: %HOMEPATH%\.config\zim (just in case, %HOMEPATH% being your user folder, usually C:\Users\) Regards, -

Re: [Zim-wiki] Zim history usage

2015-02-20 Thread Mariano Draghi
El feb 20, 2015 5:45 AM, "Jaap Karssenberg" escribió: > > Hi all, > > Hereby another request for comments about zim usage. Does anyone here use the history in zim as strict sequence? No, "recent pages" would be enough for me. Regards, -- Mariano ___

Re: [Zim-wiki] Zim history usage

2015-02-20 Thread Mariano Draghi
On Fri Feb 20 2015 at 12:02:04 wrote: > Now a *longer* breadcrumb trail would be very useful. > > As would moving re-visited page buttons to the rightmost "most recent" > position rather than keeping them off to the left. > I *really* like both of your ideas! (specially the breadcrumb reorderin

Re: [Zim-wiki] Interwiki links for Zim Desktop Wiki on Windows

2015-10-23 Thread Mariano Draghi
Hi Jason, The location of the XDG folders in Windows is a little bit weird... you should put your urls.list in the folder %APPDATA%/zim/data/zim i.e., there should be an extra "zim" folder inside "data". Weird, yes. But it works :) Regards, -- Mariano El vie., 23 de oct. de 2015 a la(s) 5

Re: [Zim-wiki] Interwiki links for Zim Desktop Wiki on Windows

2015-10-23 Thread Mariano Draghi
cLafferty < jason.mclaffe...@gmail.com> escribió: > Hi Mariano, > > I greatly appreciate your quick reply, however I am sad to report that my > links still do not work. Any other suggestions I might try? Thanks! > > Jason > > On Fri, Oct 23, 2015 at 8:05 AM, Mariano Drag

Re: [Zim-wiki] Interwiki links for Zim Desktop Wiki on Windows

2015-10-23 Thread Mariano Draghi
n the Electronics notebook). > > In both cases, clicking the link produces no action. > > The only thing standing out to me right now is that my file URLs look a > bit different than yours (I have three slashes after "file" and a ":" after > c, whereas you have two s

Re: [Zim-wiki] CTRL-Home not working on 0.65?

2015-11-18 Thread Mariano Draghi
It doesn't work for me either. Kubuntu 15.04, Zim 0.65 from the official PPA. I really don't use that key combo that much, so I don't know exactly when it stopped working, but I can confirm that it works as expected in Zim 0.62 (just tested it in an old laptop that still has that version). Regar