Downloads:
2,336
Downloads of v 0.14.0.20190501:
285
Last Update:
01 May 2019
Package Maintainer(s):
Software Author(s):
- Jocs and contributors
Tags:
marktext.portable markdown editor- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Mark Text (Portable)
This is not the latest version of Mark Text (Portable) available.
- 1
- 2
- 3
0.14.0.20190501 | Updated: 01 May 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,336
Downloads of v 0.14.0.20190501:
285
Maintainer(s):
Software Author(s):
- Jocs and contributors
Mark Text (Portable) 0.14.0.20190501
This is not the latest version of Mark Text (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jocs and contributors. The inclusion of Jocs and contributors trademark(s), if any, upon this webpage is solely to identify Jocs and contributors 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 Mark Text (Portable), run the following command from the command line or from PowerShell:
To upgrade Mark Text (Portable), run the following command from the command line or from PowerShell:
To uninstall Mark Text (Portable), 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 marktext.portable --internalize --version=0.14.0.20190501 --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 marktext.portable -y --source="'INTERNAL REPO URL'" --version="'0.14.0.20190501'" [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 marktext.portable -y --source="'INTERNAL REPO URL'" --version="'0.14.0.20190501'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install marktext.portable
win_chocolatey:
name: marktext.portable
version: '0.14.0.20190501'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'marktext.portable' do
action :install
source 'INTERNAL REPO URL'
version '0.14.0.20190501'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller marktext.portable
{
Name = "marktext.portable"
Version = "0.14.0.20190501"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'marktext.portable':
ensure => '0.14.0.20190501',
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.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator kenmaglio on 01 May 2019.
A simple and elegant open-source markdown editor that focused on speed and usability.
Features
- Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience.
- Support CommonMark Spec and GitHub Flavored Markdown Spec.
- Markdown extensions such as math expressions (KaTeX), front matter and emojis.
- Support paragraphs and inline style shortcuts to improve your writing efficiency.
- Output HTML and PDF files.
- Various themes: Cadmium Light, Material Dark etc.
- Various editing modes: Source Code mode, Typewriter mode, Focus mode.
MIT License
Copyright (c) 2017-Present Luo Ran
Copyright (c) 2018 Mark Text Contributors
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.
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:
x32: https://github.com/marktext/marktext/releases/download/v0.14.0/marktext-0.14.0.exe
x64: https://github.com/marktext/marktext/releases/download/v0.14.0/marktext-0.14.0.exe
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: a9a5024758895fc92a48ed4220091a78475434ff591100d8464ec4a381a07d4c
checksum64: a9a5024758895fc92a48ed4220091a78475434ff591100d8464ec4a381a07d4c
Using AU:
Get-RemoteChecksum https://github.com/marktext/marktext/releases/download/v0.14.0/marktext-0.14.0.exe
Get-RemoteChecksum https://github.com/marktext/marktext/releases/download/v0.14.0/marktext-0.14.0.exe
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/marktext/marktext/master/LICENSE
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Mark Text.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 994B9B8133A1B9C79970AE866942342C | sha1: 31DE983CB53AAFE80B9BF374DFA036ED6C59B350 | sha256: A9A5024758895FC92A48ED4220091A78475434FF591100D8464EC4A381A07D4C | sha512: CA90133F0D63B251A9A11444564F164C11DC57707F06D65906D098D66C4A4DACEDBD6EF7375C4B8D4809C0175B747E1FA01BD69B0685BF3385745F2387731E96
Log in or click on link to see number of positives.
- marktext-0.14.0.exe (a9a502475889) - ## / 69
- marktext.portable.0.14.0.20190501.nupkg (edb13d6ea09c) - ## / 62
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 |
---|---|---|---|---|
Mark Text (Portable) 0.17.1 | 314 | Thursday, March 17, 2022 | Approved | |
Mark Text (Portable) 0.16.3 | 262 | Tuesday, December 29, 2020 | Approved | |
Mark Text (Portable) 0.16.2 | 247 | Friday, June 19, 2020 | Approved | |
Mark Text (Portable) 0.16.1 | 351 | Sunday, March 29, 2020 | Approved | |
Mark Text (Portable) 0.15.1 | 350 | Friday, October 4, 2019 | Approved | |
Mark Text (Portable) 0.15.0 | 285 | Wednesday, August 7, 2019 | Approved | |
Mark Text (Portable) 0.14.0.20190501 | 285 | Wednesday, May 1, 2019 | Approved | |
Mark Text (Portable) 0.13.65 | 198 | Tuesday, April 9, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Mark Text (Portable) and the Mark Text (Portable) 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 Mark Text (Portable), 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.