Aaaaaand, of course, I forget Ditaa plugin...
* Download and install Java JRE (http://java.com/ [22]) * Download Ditaa (http://ditaa.sourceforge.net/ [23]) and extract it. * Open C:\Program Files (x86)\Zim Desktop Wiki\zim\plugins\ditaaeditor.py file with a text editor (Notepad++), and replace dotcmd = ('ditaa') to dotcmd = ('java -jar "C:\\Program Files (x86)\\Ditaa\\ditaa0_9.jar"') Sorry, this guide is complete now. MacOSMenuBar and Log Events With Zeitgeist is not usable with Windows. Hope it helps. --- MUKLI KRISZTIÁN _tel: +3630 347 4636_ _mail: krisztianmukli@mukli.hu_ _web: www.mukli.hu [18]_ 18.01.2018 04:47 időpontban Mukli Krisztián ezt írta: > Hello, it is working from source if no Windows-installer yet. Maybe it seems > to bit difficult, you need some experience with environment variables, and > PATH, but it works for me. > > I use the next method, for years, I always using the default install paths > and configuration, if I do not write otherwise: > > * Install PYTHON 2 (https://www.python.org/ [1]), during the installation > check _Add python.exe to PATH option, _or add to python.exe to the path > manually. > * Install PYGTKALLINONE package > (http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi > [2]). Optional modules maybe unnecessary, but I used to install it. > * Upgrade pip (last Python 2 have it default), so use the next command in a > Terminal: python -m pip install --upgrade pip > * Install PYPIWIN32 dependencies with pip, use the next command in Terminal: > pip install pypiwin32 > * Download and extract ZIM (http://zim-wiki.org/downloads/ [3]). I always > extracting to C:\Program Files (x86)\Zim Desktop Wiki\ folder. > * If you need up-to-date LOCALIZATION, you can download it from Launchpad > (https://translations.launchpad.net/zim/pyzim [4]), it depends on how often > updating localization that you use. Extract them to translation folder of > Zim, and run the following command in Zim directory: python setup.py > build_trans > * Add a new environment variable, called LANG, and set to language tag which > you want to use (_hu_HU_ for hungarian, _en_GB_ or _en_US_ to english, and so > on...). > * Running zim.py from Zim directory, in my case I use next command: > C:\Python27\pythonw.exe "C:\Program Files (x86)\Zim Desktop Wiki\zim.py" > --standalone If it is running, yu can create them to a shortcut just > right-click to desktop, choose New\Shortcut and add the used command to the > pop-up window. > > * If you want to use plugins you need installing following softwares, and add > them to the PATH: > > * BOXCUTTER - http://keepnote.org/boxcutter/ [5] (Add to path: _C:\Program > Files (x86)\Boxcutter_) (Insert Screenshot plugin) > * GNU LILYPOND - http://www.lilypond.org/ [6] (Add to path:_ C:\Program Files > (x86)\LilyPond\usr\bin_) (Insert Score plugin) > * GNU PLOT - http://www.gnuplot.info/ [7] (Add to path: C:\Program > Files\gnuplot\bin) (Insert Gnuplot plugin) > * GNU R - http://www.r-project.org [8] (Add to path:_ C:\Program > Files\R\R-3.1.1\bin_) (Insert GNU R Plot plugin) > * GRAPHVIZ - http://www.graphviz.org [9] (Add to path:_ C:\Program Files > (x86)\Graphviz2.38\bin_) (Insert Diagram plugin) > * MIKTEX - http://www.miktex.org [10] (Add to path:_ C:\Program Files\MiKTeX > 2.9\miktex\bin_) (Insert Equation plugin) > * GIT - http://git-scm.com/ [11] (Add to path:_ C:\Program Files\Git\bin_) > (Version Control plugin - optional install only if you use) > * MERCURIAL - https://www.mercurial-scm.org/ [12] (Add to path:_ C:\Program > Files\Mercurial _and C:\Program Files\TortoiseHG) (Version Control plugin - > optional install only if you use) > * BAZAAR - http://bazaar.canonical.com/ [13] (Add to path:_ C:\Program Files > (x86)\Bazaar_) (Version Control plugin - optional install only if you use) > * FOSSIL - https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki > [14] (Add to path:_ C:\Program Files (x86)\Fossil_) (Version Control plugin - > optional install only if you use) > > * For Insert Sequence Diagram plugin, you need SEQDIAG python library, you > can install it using pip: pip install seqdiag > > * Spellchecker plugin is a bit tricky. It need PYGTKSPELL library but it > compiled only for old Python versions and LIBENCHANT library which I didn't > find easily. Follow this steps: > > * Install pyenchant using pip: pip install pyenchant > * Download PyGTKSpell > (http://gramps-project.org/wiki/images/f/ff/PyGTKSpell-2.25.3.win32-py2.6.zip > [15]) and extract it. > * Open the extracted PyGTKSpell-2.25.3.win32-py2.6.exe file in a text editor > (I'm using Notepad++), yes it is a binary file and we will edit it. > * Using Search&Replace function and replacing "target_version=2.6" with > "target_version=2.7" (line 918) > * Save the file with the following name: PyGTKSpell-2.25.3.win32-py2.7.exe > * Download and install Abiword > (https://portableapps.com/apps/office/abiword_portable [16]), portable > version is enough, definitely we don't need Abiword, and unfortunately there > are no windows builds for Abiword 3+. > * Copy AbiWordPortable\App\AbiWord\bin\libenchant.dll to > C:\Python27\Lib\site-packages\enchant folder. > * Copy > D:\kmukli\Downloads\AbiWordPortable\App\AbiWord\lib\enchant\libenchant_ispell.dll > and libenchant_myspell.dll to C:\Python27\Lib\site-packages\enchant folder > * Spellchecking need dictionaries, I'm using myspell dictionaries from Debian > repositories but you can get other dictionaries from other sites or repos. > (I'm using https://packages.debian.org/stable/myspell-hu [17]). Extract to > C:\Python27\Lib\site-packages\enchant\share\enchant\myspell folder and rename > hu_HU_u8.aff to hu_HU.aff and hu_HU_u8.dic to hu_HU.dic > * Run PyGTKSpell-2.25.3.win32-py2.7.exe and install PyGTKSpell. > * Open C:\Python27\Lib\site-packages\gtk-2.0\gtkspell.pyd file in a text > editor (Notepad++), using Search&Replace function replace "python26.dll" to > "python27.dll". Save the file. > * Add to PATH: C:\Python27\Lib\site-packages\enchant\ > * Select SpellChecker plugin in Zim (it should be selectable yet), click to > Configure and add the language code to the plugin. > > Maybe it is a difficult way, but it works for me, and it must be doing once, > if Jaap release a new version of Zim, I replacing my Zim folder only. > --- > MUKLI KRISZTIÁN > > _tel: +3630 347 4636_ > _mail: krisztianmukli@mukli.hu_ > _web: www.mukli.hu [18]_ > > 18.01.2018 02:50 időpontban rapide.aston.mar...@gmail.com ezt írta: > is there any other possibility to get 0.68 working on a windows machine? > > 2018-01-09 20:03 GMT+01:00 Jaap Karssenberg <jaap.karssenb...@gmail.com>: > > Dear all, > > Last night I published zim version 0.68 release candidate 1. This is mostly a > bug fix release due to two critical bugs while I work on the Gtk3 port in the > background. Sorry if your favorite patch is not in, but I want to limit the > work of merging back into that port later on. And many thanks to the various > contributors. > > You can get the release on github, via the launchpad PPA or via the website. > > If you want to update translations before the final release, please do so > here: https://translations.launchpad.net/zim [19] > > Regards, > > Jaap > > Changes: > ======= > > * Critical fix for updating links on move page and rename page > * Critical fix for rename page and indexing on case-insensitive file systems > (like windows) > * Fix for regression in tasklist option to _not_ regard all checkboxes as > tasks -- Fabian Stanke > * Fix for regression in index navigation with previous page and next page > * Fix for memory leak in spell checker plugin -- Alexander Meshcheryakov > * Fix issues with multi-line selections in linesorter plugin > * Fix bug with opening notebook list from tray icon > * Fix bug with "-s" commandline argument for exporting > * Fix bug with importing attachments in quicknote plugin commandline use > * Pathbar now reveals more path elements in case of ambiguous pages -- Robert > Hailey > * Add "font" property for use in "styles.conf" > * Add "navigation.home" to template parser for export -- Rolf Kleef > * Version control plugin updated to better handle git staging -- Paul Becker > * Extend interface for "image generator" plugins - Robert Hailey > * Code cleaned up to be a bit PEP8 compliant and more future proof for > python3 conversion -- Christian Stadelmann > > _______________________________________________ > Mailing list: https://launchpad.net/~zim-wiki [20] > Post to : zim-wiki@lists.launchpad.net > Unsubscribe : https://launchpad.net/~zim-wiki [20] > More help : https://help.launchpad.net/ListHelp [21] > > _______________________________________________ > Mailing list: https://launchpad.net/~zim-wiki [20] > Post to : zim-wiki@lists.launchpad.net > Unsubscribe : https://launchpad.net/~zim-wiki [20] > More help : https://help.launchpad.net/ListHelp [21] _______________________________________________ Mailing list: https://launchpad.net/~zim-wiki [20] Post to : zim-wiki@lists.launchpad.net Unsubscribe : https://launchpad.net/~zim-wiki [20] More help : https://help.launchpad.net/ListHelp [21] Links: ------ [1] https://www.python.org/ [2] http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi [3] http://zim-wiki.org/downloads/ [4] https://translations.launchpad.net/zim/pyzim [5] http://keepnote.org/boxcutter/ [6] http://www.lilypond.org/ [7] http://www.gnuplot.info/ [8] http://www.r-project.org [9] http://www.graphviz.org [10] http://www.miktex.org [11] http://git-scm.com/ [12] https://www.mercurial-scm.org/ [13] http://bazaar.canonical.com/ [14] https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki [15] http://gramps-project.org/wiki/images/f/ff/PyGTKSpell-2.25.3.win32-py2.6.zip [16] https://portableapps.com/apps/office/abiword_portable [17] https://packages.debian.org/stable/myspell-hu [18] http://www.mukli.hu [19] https://translations.launchpad.net/zim [20] https://launchpad.net/~zim-wiki [21] https://help.launchpad.net/ListHelp [22] http://java.com/ [23] http://ditaa.sourceforge.net/
_______________________________________________ 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