
396
Downloads
396
Downloads of v 7.0.12
11/23/2017
Last update
Write, publish, and collaborate seamlessly. The Editor brings the GitBook workflow you love to your desktop.
Features
- Expressive Markup
Books are written using Markdown or Asciidoc. LaTeX is supported to typeset mathematics. - Convenient editing
The Editor is smart at editing books in the GitBook format. It helps you edit swiftly, using auto-completion, shortcuts, drag and drop, etc. - Version Control
Manage versions of your book thanks to the powerful Git technology.
To install GitBook Editor, run the following command from the command line or from PowerShell:
C:\> choco install gitbook-editor
To upgrade GitBook Editor, run the following command from the command line or from PowerShell:
C:\> choco upgrade gitbook-editor
Files
Hide- legal\LICENSE.txt
Show
Copyright (c) 2013-2017 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- legal\VERIFICATION.txt
Show
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. Package can be verified like this: 1. Download via x32: http://downloads.editor.gitbook.com/download/version/7.0.12 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' checksum32: 5E157060F98CD546FA62BC454B1342859320102DE09295FB0E7408D55C2F9967 File 'license.txt' is obtained from software installation folder
- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'GitBook Editor' fileType = 'exe' file = gi $toolsPath\*.exe silentArgs = '--silent' validExitCodes = @(0) softwareName = 'GitBook Editor' } Install-ChocolateyInstallPackage @packageArgs
- tools\chocolateyUninstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageName = 'gitbook-editor' $softwareNamePattern = 'GitBook Editor' [array] $key = Get-UninstallRegistryKey $softwareNamePattern if ($key.Count -eq 1) { $key | % { $packageArgs = @{ packageName = $packageName silentArgs = "--uninstall" fileType = 'EXE' validExitCodes = @(0) file = $_.UninstallString.Replace(' --uninstall', '') } Uninstall-ChocolateyPackage @packageArgs } } elseif ($key.Count -eq 0) { Write-Warning "$packageName has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$($key.Count) matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | % {Write-Warning "- $($_.DisplayName)"} }
- tools\GitBook.Editor.Setup.exe
Show
md5: 17BC2FE07833BE4897A75E811159941D | sha1: 17D1F8387BADAD5464AC79349542D8CD980E0851 | sha256: 5E157060F98CD546FA62BC454B1342859320102DE09295FB0E7408D55C2F9967 | sha512: B6C233AEE7F5B0336582845E93C00328F2430D68A46F02359D773410F59503F880EF356E1CDD09F3C80AE9C749BB2370037FFBFCDAA14990755A8AFB94BECED5
- tools\GitBook.Editor.Setup.exe.ignore
Virus Scan Results
- GitBook.Editor.Setup.exe (5e157060f98c) - ## / 64 - Log in or click on link to see number of positives
- gitbook-editor.7.0.12.nupkg (a0999c3601be) - ## / 61 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© GitBook.com
Tags
Release Notes
https://www.gitbook.com/editor/releases/stable
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
GitBook Editor 7.0.12 | 396 | Thursday, November 23, 2017 | approved |
Discussion for the GitBook Editor Package
Ground rules:
- This discussion is only about GitBook Editor and the GitBook Editor 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 GitBook Editor, 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.