Downloads:
8,730
Downloads of v 0.68:
3,678
Last Update:
30 Apr 2018
Package Maintainer(s):
Software Author(s):
- Jaap G. Karssenberg
Tags:
zim wiki notepad textZim Desktop Wiki
- 1
- 2
- 3
0.68 | Updated: 30 Apr 2018
Downloads:
8,730
Downloads of v 0.68:
3,678
Maintainer(s):
Software Author(s):
- Jaap G. Karssenberg
Zim Desktop Wiki 0.68
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jaap G. Karssenberg. The inclusion of Jaap G. Karssenberg trademark(s), if any, upon this webpage is solely to identify Jaap G. Karssenberg goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Zim Desktop Wiki, run the following command from the command line or from PowerShell:
To upgrade Zim Desktop Wiki, run the following command from the command line or from PowerShell:
To uninstall Zim Desktop Wiki, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download zim --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade zim -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade zim -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install zim
win_chocolatey:
name: zim
version: '0.68'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'zim' do
action :install
source 'INTERNAL REPO URL'
version '0.68'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller zim
{
Name = "zim"
Version = "0.68"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'zim':
ensure => '0.68',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 01 May 2018.
Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.
$processor = Get-WmiObject Win32_Processor
$is64bit = $processor.AddressWidth -eq 64
if ($is64bit) {
$programUninstallEntryName = "Zim Desktop Wiki"
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
} else {
$programUninstallEntryName = "Zim Desktop Wiki"
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
}
if ($uninstallString -ne "") {
& $uninstallString '/S'
}
Log in or click on link to see number of positives.
- zim.0.68.nupkg (c391e4114143) - ## / 61
- zim-desktop-wiki-setup-0_68.exe (6383c539fbda) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Zim Desktop Wiki 0.68 | 3678 | Monday, April 30, 2018 | Approved | |
Zim Desktop Wiki 0.67 | 580 | Monday, February 26, 2018 | Approved | |
Zim Desktop Wiki 0.65 | 1338 | Tuesday, February 9, 2016 | Approved | |
Zim Desktop Wiki 0.63 | 560 | Monday, July 13, 2015 | Approved | |
Zim Desktop Wiki 0.62 | 759 | Thursday, January 15, 2015 | Approved | |
Zim Desktop Wiki 0.61 | 764 | Monday, August 18, 2014 | Unknown | |
Zim Desktop Wiki 0.60.0.1 | 526 | Thursday, May 29, 2014 | Unknown | |
Zim Desktop Wiki 0.60 | 525 | Tuesday, May 27, 2014 | Unknown |
=== 0.68 - Sat 17 Mar 2018 ===
* 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 egression 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
This package has no dependencies.
Ground Rules:
- This discussion is only about Zim Desktop Wiki and the Zim Desktop Wiki package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Zim Desktop Wiki, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.