Re: [Zim-wiki] zim as site creator - crazy idea

2019-09-20 Thread Guilherme Lino
 Very crazy indeed
That would work if you were using "Tools > Start Web Server", something
simple in python. But this is more for local network environment.
For a site export, it would be a big change because now you would have 2
different components. Static HTML files, and now also server code files. It
would be harder to publish/host and configure.

What people I see people doing is not storing the comments themselves, and
just embed a url of a service in their websites that generates a comment
section like https://disqus.com/.

Example
https://utteranc.es/

By embedding a small JavaScript in each page, you can store people comments
on a GitHub repository issues.

> https://utteranc.es/client.js&quot</a>;repo="[ENTER REPO HERE]"   
>  issue-term="url"theme="github-light"
> crossorigin="anonymous"async>
>
>
Others that you can host yourself or use their services
https://commento.io/
https://www.talkyard.io/blog-comments
https://posativ.org/isso/


On Tue, 17 Sep 2019 at 15:37, John R. Marks, IV  wrote:

>
> Interesting stuff on "zim as a site generator" Broadly, I get what people
> are saying about the "intent" of jekyll, but as a bit of an old-timer, I'm
> inclined to go with what I like, especially having seen many intended
> projects underperform "unintended" ones -- Wordpress may be the perfect
> example of that, probably one of the best CMS' that did not start out as
> one.
>
> Anyway, to my crazy idea:  I'm the creator of the eight-five-zero remix
> html template and I'm about to try to create a comment system compatible
> with and created in zim as a template, in php, designed for
> ultra-simplicity. As in:
> Flat file, no sql, single page with comments stored in an "adjacent" text
> file and "included" or otherwise parsed by php into the page. Similar to
> (and perhaps based on) the below project.
>
> https://github.com/rosslagerwall/simplecommentsystem
>
> Only additional thing I can see doing is a simple captcha as well.
>
> Interested in thoughts (especially if anyone has tried or thought of
> anything like this  --mostly within the bounds of what I've described, I've
> considered MANY more complex alternatives but I want to see if this can be
> done simply, within zim.
>
>
> John
>
>
>
>

-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Zim 0.72.0 released

2019-09-05 Thread Guilherme Lino
nt-keeping (like interlinking
> notebooks), API usage (my first serious foray into reading source codes was
> through Zim. I managed to extend Zim's functionality, along with some web
> scraping Python modules, to setup up a Mendeley like interface of
> many-to-many mappings between Authors, Titles and Years :D).
>   On a philosophical note, *Zim is but a bead in the process of evolution
> of content-keeping*. It is neither the beginning nor the end. Its a long
> way to go where the GCD equals the LCM (the ultimate non duality) ;).
>
> PS: I will check out the aforementioned tools -- Nikola, org-mode.
>
> sincerely yours,
>
> On Wed, Sep 4, 2019 at 8:49 PM Chuck Esterbrook <
> chuck.esterbr...@gmail.com> wrote:
>
>> Hi Shivam,
>>
>> What the "something better than Zim" look like? Just curious.
>>
>> -Chuck
>>
>>
>
> --
> Sreekar Guddeti,
> Spintronics and Thin Film Magnetism Lab,
> Physics Department,
> IISc Bangalore,
> India.
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
>


-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Lots of automatic links pointing nowhere

2018-05-09 Thread Guilherme Lino
Hello,

By default there are several things that create links automatically.

Writing " +something " a word starting with +
Writing " SomeThing " camel case
Writing " :something " a word starting with :

Even if you paste the text from somewhere else. Those words will be
clickable. Will appear grey in the tree until you put some content.

Also pasting folders with .txt files inside one of Zim notebook folders
will show in the links tree.

Regards,

On 9 May 2018 at 10:53, Christoph Held <kreisleri...@icloud.com> wrote:

> Hi all
>
> My main Zim Notebook is accumulating links that I have not set
> intentionally, to be more precise, I have created a link but it is pointing
> to a target that does not exist where the link is pointing thus a new but
> empty target appears in the Index pane in italic letters.
> The reason in a few cases seems to be that the link target is missing the
> leading colon.
>
> I usually create a link by typing Cmd-L (on a Mac) and type a few letters
> until the desired target appears in a drop down list, I select it,
> sometimes I adjust the descriptive text to make the rendered text look a
> bit more readable and accept my choice.
>
>
> Why would Zim sometimes suggest incomplete paths thus implicitly creating
> unwanted new targets with the shortest relative path? I am pretty sure I
> did not create these link targets myself.
>
> Any ideas how to fix or avoid this behaviour in the future?
>
> Christoph
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
>



-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Zim 0.67 released

2017-07-10 Thread Guilherme Lino
Hello,

Thanks! Work organization process would not be the same without this tool.

For convenience:

​= 0.67 - Mon 10 Jul 2017 ===
* Critical fix for missing page headers & remembering custom headers
* Critical fix by removing dependency on threading for index and socket
handling
  - Hidden option to also do autosave without thread to test further issues
* Critical fix for handling unicode file names on windows
* Fix issue where config values go missing if not used
* Fix error for file shortcuts in various dialogs
* Restored macOS integration using a plugin
* Shorter socket name to avoid os specific error on OS X
* More robustness for socket errors, fallback to --standalone automaticlly
* More robustness at startup when default notebook went missing, fallback
to --list
* More robustness in preferences dialog when plugins give exceptions
* More robustness for invalid dates in tasklist parser
* Merge patch to add accelerators for bookmarks
* Updated build process for windows installer
* Fix indexing errors on move/rename page
* Fix regression in close-page when autosave ongoing
* Fix regression drag-n-drop index pane
* Fix regression for keybindings in index pane
* Fix regressions for attaching files
* Fix regression for opening folders
* Fix regression in opening inter-wiki links
* Fix regression in custom tools
* Fix regression in completion of page name in dialog entry
* Fix regression in quicknote "--attachments" option
* Fix regression for quicknote plugin due to process management
* Fix regression in date format for recentchanges dialog
* Fix regression in custom tool execution
* Fix for unicode in auto-linking
* Fix for unicode in arithmetic plugin
* Fix "insert image" also inserting a text link
* Fix search regex for chinese language to not match whitespace for
start/end of word
* Fix for table editor plugin when sorting rows
* Fix for wrong usage of escapes in latex export for verbatim blocks​

​Regards,
Lino​
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Global shortcut

2017-02-01 Thread Guilherme Lino
Hello,


I am using the Zim tray plugin to close to tray. Is there any global
shortcut to bring Zim to focus?

Regards,
Lino

-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Move line up/down functionality

2016-10-31 Thread Guilherme Lino
Hello,

As I shared with Johannes previously

In Zim, ALT + Up/Down is doing the same as ALT + Left/Right. Right?
So I think ALT + Up/Down would be my favourite.

But there is other possibilities being used:

Atom: CTRL + Up/Down
Notepad++: CTRL + Shift + Up/Down
Sublime: CTRL + Shift + Up/Down
Visual studio:  ALT + Up/Down
Eclipse:  ALT+ Up/Down
Gedit: ALT + Up/Down (and ALT + Left/Right to move words in
sentence)

Regards,
Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Portuguese translation

2016-09-15 Thread Guilherme Lino
Hello,

Nice one.

I am from Portugal.
But I will only be able to look at it after September 25th.

-- 

Guilherme Lino

On 11 September 2016 at 01:29, Marcio Tibirica <mtibbi@gmail.com> wrote:

> Dear Zim members from Portugal or from pt-pt comunity,
>
> After months of not so much regular work, I have finally finished the
> Portuguese translation of Zim. As I am member of pt-br community, and used
> Brazilian Portuguese as a guide for translation, I would like to invite
> members from the pt-pt community to make a review on my work. Although
> Brazilian and Portuguese languages are very similar, there are regionalisms
> that only a native speaker can evaluate.
> In order to maintain a minimum of compliance and consistency with the
> vocabulary and terminology used in Portugal, I researched on technical
> glossaries and websites that discuss about the Portuguese language. In
> particular I would like to mention, and also express my gratitude, to the
> website https://ciberduvidas.iscte-iul.pt/ where I could find answers to
> many of my questions.
> I tried to do my best in this work, but I'm sure that some errors have
> escaped my eye, so a review is important.
> I am available to anyone who wants to exchange information about pt-pt or
> pt-br translation. For messages written in Portuguese please use my
> personal e-mail address.
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Release zim 0.66?

2016-08-31 Thread Guilherme Lino
I am available to test in windows if needed.

On 30 August 2016 at 07:16, Ari <ari.re...@gmail.com> wrote:

> Noticing that the last release was 9 months ago & many small fixes and
> improvements have gone into zim since then. From fixes to keyboard
> shortcuts to added support for horizontal lines / dividers. Hoping we could
> have a release sometime soon & looking forward to it
>
>
> ___
> Mailing list: https://launchpad.net/~zim-wiki
> Post to : zim-wiki@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zim-wiki
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] [Zim-Wiki] move local Zim to git repository on server

2016-05-05 Thread Guilherme Lino
Hello,

I will try Syncthing.

- No server
- - (catch) Both PCs / Phone have to be on

- Has basic file versioning, so no need for git

-- 

Guilherme Lino
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp