zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #05211
Re: Using Zim as document editor
-
To:
Johan Vromans <jvromans@xxxxxxxxxxx>, zim-wiki@xxxxxxxxxxxxxxxxxxx
-
From:
Joseph Reagle <joseph.2011@xxxxxxxxxx>
-
Date:
Sat, 21 Jan 2023 12:27:12 -0500
-
Arc-authentication-results:
i=1; rspamd-6f569fcb69-ss8bf; auth=pass smtp.auth=a2hosting smtp.mailfrom=joseph.2011@xxxxxxxxxx
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1674322035; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=tsqyfdWNaVZGctocZA3LP6lwNZsBuLfWzyKqm+3kLtg=; b=LnwpWIJJn8xAihkao/0J83hjnXsY16Dwm+HVEuT0jzEZh0O/x8Ku3rjgrzGN4vPXUarOVW HkowKJaDLNTpF+hWgw2gZ6JCF0nyTd9oG0IFCnhU07BM7VsTCDVsbyj52rlKXuKATMMME2 n/TG17sJzL3bgsAj924ViQ1u1Ugj39cH0GVMgLH80hC6Pce4JGIRoaRKMtiYi0CCdlxbzh 4yXmCmLv1a59J0VXPnN6FBI5DMElMbBQiDpcN8ta0l7WD5k50vpD8zv7mlVyFw3Wcwargs GXYgtKs5PoifoWm3cJewZ1kMAo2r8P4gaolW4t3q4pjvjwEYBpFiMpyZJaOHfQ==
-
Arc-seal:
i=1; s=arc-2022; d=mailchannels.net; t=1674322035; a=rsa-sha256; cv=none; b=OKxb6thgaer/aLDLqw78BrDf5HPOclUwt05qGN2WllMIkZda7BMNuMogMekSq+6zGnR+6y 5i6BIM+Fcww5PrqNZ7SlAO1iF1S5mB977n+ZDKI1yweFoMW70dQcdjjfXU1dAiawo+bbq/ fehcXg4sXRqSwx5wmzqORKnpkGVsXElD1rllYzpo4n8d/p+mKjQrE6VzudX7nkipP1FacA O0ORzUh7o8xhGaGeB+fLiKwhI6Z4jzn+WfwNGU2FknuPPQqqszglkZPGfAVxLVTw5ofi8y Ja5btLD8gOLckUN1NKoYteaZL0VeP+LQMKVtL57sZYWB5jgwfGe/fVxzZRUyKQ==
-
In-reply-to:
<20230121153426.5e954751@phoenix.squirrel.nl>
-
User-agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1
Hi Johan, FYI: there's been a long-standing issue for Zim to move to the markdown format, and supposedly some work has been done, but I don't know the status:
https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/26
A method of converting any format is certainly an interesting idea.
Please see my comments after your text (below).
On 1/21/23 09:34, Johan Vromans wrote:
While this works nice for transparently loading/storing of alien documents
there's still one important feature missing: zim uses the timestamp of the
zim document to detect external changes and this timestamp is not updated
when external tools modify the alien document.
Do you mean Zim regularly polls the files (via something like `os.path.getmtime(path)`) within the Zim folder? If the user were to register other filetypes (e.g., json) could it not simply watch those files within the Zim folder as well?
Follow ups
References