Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
3,312
Downloads of v 1.16:
176
Last Update:
12 May 2018
Package Maintainer(s):
Software Author(s):
- Le Tan
Tags:
vnote notes markdown- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

VNote (Portable)
This is not the latest version of VNote (Portable) available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,312
Downloads of v 1.16:
176
Maintainer(s):
Software Author(s):
- Le Tan
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
VNote (Portable) 1.16
This is not the latest version of VNote (Portable) available.
All Checks are Passing
2 Passing Test
To install VNote (Portable), run the following command from the command line or from PowerShell:
To upgrade VNote (Portable), run the following command from the command line or from PowerShell:
To uninstall VNote (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download vnote.portable --internalize --version=1.16 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade vnote.portable -y --source="'STEP 3 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 vnote.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure vnote.portable installed
win_chocolatey:
name: vnote.portable
state: present
version: 1.16
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'vnote.portable' do
action :install
version '1.16'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: vnote.portable,
Version: 1.16,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller vnote.portable
{
Name = 'vnote.portable'
Ensure = 'Present'
Version = '1.16'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vnote.portable':
provider => 'chocolatey',
ensure => '1.16',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install vnote.portable version="1.16" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 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 as a trusted package on 12 May 2018.
Markdown Editor & Notes Management
Features
Notebook-Based Notes Management
VNote uses notebooks to hold your notes. Like OneNote, a notebook can be hosted on any location on your system. A notebook is designed to represent one account. For example, you could have one notebook hosted on local file system and another notebook hosted on an OwnCloud server. This is really useful when notes require different levels of security.
A notebook corresponds to a self-contained folder (called the Root Folder of the notebook) in the file system. You could copy the folder to another location (or on another computer) and import it into VNote.
A notebook could have infinite levels of folders. VNote supports copying or moving folders or notes within or between notebooks.
Simple Notes Management
All your notes are managed by some plaintext configuration files and stored as plaintext files. You could access your notes without VNote. You could use external file synchronization services to synchronize your notes and import them on another machine.
VNote supports both Markdown (suffix md
) and rich text notes.
Syntax Highlight
VNote supports accurate syntax highlight for Markdown. Tuning the style of the highlight, VNote enables you to keep track of your document easily.
VNote also supports syntax highlight for fenced code blocks in edit mode in Markdown, which is superior than almost all current Markdown editors.
Live Image Preview
VNote supports previewing the image link in edit mode. With this, you could just stay in edit mode as much as possible.
Pleasant Image Experience
Just paste your image into the Markdown note, VNote will manage all other stuffs. VNote stores images in a specified folder in the same folder with the note. VNote will pop up a window to preview the image when you insert an image. Furthermore, VNote will delete the useless image files automatically after you remove the image links.
Interactive Outline Viewer In Read & Edit Mode
VNote provides a user-friendly outline viewer for both edit and view mode. The outline viewer is a responsive item tree instead of a segment of HTML.
Powerful Shortcuts
VNote supports many pleasant and powerful shortcuts which facilitate your editing, including Vim Mode, Captain Mode, and Navigation Mode which enable you to work without the mouse.
Highly Configurable
In VNote, almost everything is configurable, such as background color, font, and Markdown style. VNote uses a plaintext file to record all your configuration, so you could just copy that file to initialize a new VNote on another computer.
$packageName = 'vnote.portable'
$url32 = 'https://github.com/tamlok/vnote/releases/download/v1.16/VNote_win_x86_portable_1.16.zip'
$url64 = 'https://github.com/tamlok/vnote/releases/download/v1.16/VNote_win_X64_portable_1.16.zip'
$checksum32 = '8eb327bd12be24024dcfaf3ec9d1ca524f9f80278c4e66f1ce49dced41d9d646'
$checksum64 = '1a2d8845c9c77bb98ceaa5ea633d93cfc8f473aeefec680e87e3f1b0535616f1'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-ChocolateyZipPackage -PackageName "$packageName" `
-Url "$url32" `
-Url64Bit "$url64" `
-UnzipLocation "$toolsDir" `
-Checksum "$checksum32" `
-ChecksumType "sha256" `
-Checksum64 "$checksum64" `
-ChecksumType64 "sha256" `
Log in or click on link to see number of positives.
- vcredist_x64.exe (da66717784c1) - ## / 62
- vcredist_x86.exe (12a69af8623d) - ## / 66
- d3dcompiler_47.dll (ed54b7a00145) - ## / 69
- d3dcompiler_47.dll (3a010ee71860) - ## / 71
- opengl32sw.dll (25ae7577e066) - ## / 69
- opengl32sw.dll (963641a718f9) - ## / 70
- libeay32.dll (e71515019238) - ## / 67
- libEGL.dll (6c1046752791) - ## / 67
- libGLESV2.dll (a22c97a69b7d) - ## / 67
- libssl32.dll (4916fdd9bedc) - ## / 66
- qgenericbearer.dll (406ed81c92ba) - ## / 67
- qgif.dll (24379c71a766) - ## / 66
- qicns.dll (ace3901711e3) - ## / 65
- qico.dll (b2d72400438d) - ## / 66
- qjpeg.dll (7f3b044ed136) - ## / 66
- qsvg.dll (400442ca78ea) - ## / 66
- qsvgicon.dll (548e5f18e089) - ## / 65
- Qt5Core.dll (cd54d3d6b445) - ## / 66
- Qt5Gui.dll (a77d5b4e53ec) - ## / 66
- Qt5Network.dll (03085617c300) - ## / 65
- Qt5Positioning.dll (fd35969ef5a8) - ## / 66
- Qt5PrintSupport.dll (98b9b137a2cb) - ## / 66
- Qt5Qml.dll (05e6e9c54e4d) - ## / 64
- Qt5Quick.dll (394557f4b6e1) - ## / 66
- Qt5QuickWidgets.dll (b089997caa7d) - ## / 67
- Qt5SerialPort.dll (84d9ff4d634f) - ## / 66
- Qt5Svg.dll (de7d4ce47f17) - ## / 67
- Qt5WebChannel.dll (f5e6a5bb4803) - ## / 66
- Qt5WebEngineCore.dll (fd7b8e594bfd) - ## / 64
- Qt5WebEngineWidgets.dll (bbf7293986e4) - ## / 67
- Qt5Widgets.dll (a560d5f57bfb) - ## / 66
- qtga.dll (717f03fe9e4c) - ## / 66
- qtiff.dll (78ab766dc469) - ## / 67
- qtposition_geoclue.dll (df45ab5d9f0e) - ## / 66
- qtposition_positionpoll.dll (3eb0b036eae5) - ## / 67
- qtposition_serialnmea.dll (dd43207c22a5) - ## / 66
- qtposition_winrt.dll (5cdfddbb7dc1) - ## / 67
- QtWebEngineProcess.exe (9ea60a88c0ae) - ## / 66
- qwbmp.dll (9cb34c211ee7) - ## / 66
- qwebp.dll (766b4e541906) - ## / 67
- qwindows.dll (be358de3582c) - ## / 66
- windowsprintersupport.dll (9570dc0340e7) - ## / 66
- libeay32.dll (9071dcd455c6) - ## / 69
- libEGL.dll (4f8e1790b8f6) - ## / 67
- libGLESV2.dll (12c3c221303a) - ## / 68
- libssl32.dll (ad420e8cde02) - ## / 71
- qgenericbearer.dll (30342fa742ef) - ## / 66
- qgif.dll (46507fbcc9ce) - ## / 67
- qicns.dll (78c7611bf908) - ## / 67
- qico.dll (4eed775fb72e) - ## / 66
- qjpeg.dll (12d6446ed591) - ## / 67
- qsvg.dll (57501a749421) - ## / 67
- qsvgicon.dll (319d1cafcb37) - ## / 67
- Qt5Core.dll (8197b9dd6d73) - ## / 65
- Qt5Gui.dll (395bf2eac751) - ## / 67
- Qt5Network.dll (10fa618a0f13) - ## / 67
- Qt5Positioning.dll (287b82dfb2aa) - ## / 67
- Qt5PrintSupport.dll (ae5b8437f1d9) - ## / 67
- Qt5Qml.dll (8281d529c55a) - ## / 67
- Qt5Quick.dll (03a8808c94a1) - ## / 67
- Qt5QuickWidgets.dll (affa7ba619a5) - ## / 66
- Qt5SerialPort.dll (4e32d77e6814) - ## / 67
- Qt5Svg.dll (1bc054eb5211) - ## / 67
- Qt5WebChannel.dll (ce45761dd4aa) - ## / 67
- Qt5WebEngineCore.dll (7f8c933068d8) - ## / 64
- Qt5WebEngineWidgets.dll (28ed6ebad564) - ## / 67
- Qt5Widgets.dll (4772c4972fca) - ## / 67
- qtga.dll (edee307cbb08) - ## / 67
- qtiff.dll (cd0527955819) - ## / 67
- qtposition_geoclue.dll (5a5a228c229c) - ## / 67
- qtposition_positionpoll.dll (5eaabd765f2d) - ## / 67
- qtposition_serialnmea.dll (1716518b5bb2) - ## / 67
- qtposition_winrt.dll (7a9e013383fb) - ## / 67
- QtWebEngineProcess.exe (247654432c49) - ## / 67
- qwbmp.dll (42a8fa3f6c07) - ## / 66
- qwebp.dll (65cdeab56796) - ## / 67
- qwindows.dll (18f03d418f3c) - ## / 67
- windowsprintersupport.dll (00d85354d20e) - ## / 67
- vnote.portable.1.16.nupkg (8b4b6a956f94) - ## / 60
- VNote_win_X64_portable_1.16.zip (1a2d8845c9c7) - ## / 61
- VNote_win_x86_portable_1.16.zip (8eb327bd12be) - ## / 57
- VNote.exe (4993283c3fed) - ## / 65
- VNote.exe (6881fcfe4a7a) - ## / 66
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
VNote (Portable) 2.10 | 138 | Saturday, September 5, 2020 | Approved |
VNote (Portable) 2.9.1 | 263 | Monday, April 13, 2020 | Approved |
VNote (Portable) 2.9 | 113 | Saturday, March 28, 2020 | Approved |
VNote (Portable) 2.8.2 | 209 | Saturday, December 21, 2019 | Approved |
VNote (Portable) 2.8.1 | 44 | Wednesday, December 18, 2019 | Approved |
VNote (Portable) 2.8 | 101 | Sunday, December 1, 2019 | Approved |
VNote (Portable) 2.7.2 | 172 | Friday, August 2, 2019 | Approved |
VNote (Portable) 2.7.1 | 118 | Wednesday, June 26, 2019 | Approved |
VNote (Portable) 2.7 | 88 | Saturday, June 22, 2019 | Approved |
VNote (Portable) 2.6 | 106 | Saturday, June 1, 2019 | Approved |
VNote (Portable) 2.5 | 106 | Sunday, May 12, 2019 | Approved |
VNote (Portable) 2.4 | 139 | Friday, April 5, 2019 | Approved |
VNote (Portable) 2.3 | 128 | Tuesday, March 5, 2019 | Approved |
VNote (Portable) 2.2 | 156 | Saturday, December 15, 2018 | Approved |
VNote (Portable) 2.1 | 140 | Sunday, October 28, 2018 | Approved |
VNote (Portable) 2.0 | 134 | Saturday, September 22, 2018 | Approved |
VNote (Portable) 1.22 | 104 | Tuesday, September 18, 2018 | Approved |
VNote (Portable) 1.18 | 167 | Saturday, June 9, 2018 | Approved |
VNote (Portable) 1.17 | 154 | Saturday, June 2, 2018 | Approved |
VNote (Portable) 1.16 | 176 | Saturday, May 12, 2018 | Approved |
VNote (Portable) 1.15 | 173 | Sunday, April 29, 2018 | Approved |
VNote (Portable) 1.14 | 204 | Wednesday, April 4, 2018 | Approved |
VNote (Portable) 1.13 | 179 | Wednesday, March 28, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about VNote (Portable) and the VNote (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 VNote (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.