Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

69,419

Downloads of v 20.9.4:

356

Last Update:

11 Sep 2020

Package Maintainer(s):

Software Author(s):

  • Patrizio Bekerle (pbek)

Tags:

qownnotes notes notepad qt qt5 markdown nextcloud owncloud

QOwnNotes

This is not the latest version of QOwnNotes available.

  • 1
  • 2
  • 3

20.9.4 | Updated: 11 Sep 2020

Downloads:

69,419

Downloads of v 20.9.4:

356

Maintainer(s):

Software Author(s):

  • Patrizio Bekerle (pbek)

QOwnNotes 20.9.4

This is not the latest version of QOwnNotes available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Patrizio Bekerle (pbek). The inclusion of Patrizio Bekerle (pbek) trademark(s), if any, upon this webpage is solely to identify Patrizio Bekerle (pbek) goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install QOwnNotes, run the following command from the command line or from PowerShell:

>

To upgrade QOwnNotes, run the following command from the command line or from PowerShell:

>

To uninstall QOwnNotes, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade qownnotes -y --source="'INTERNAL REPO URL'" --version="'20.9.4'" [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 qownnotes -y --source="'INTERNAL REPO URL'" --version="'20.9.4'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install qownnotes
  win_chocolatey:
    name: qownnotes
    version: '20.9.4'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'qownnotes' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '20.9.4'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller qownnotes
{
    Name     = "qownnotes"
    Version  = "20.9.4"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'qownnotes':
  ensure   => '20.9.4',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 11 Sep 2020.

Description

QOwnNotes is the open source plain-text file notepad with markdown support and todo list manager for GNU/Linux, Mac OS X and Windows by Patrizio Bekerle, that (optionally) works together with the notes application of ownCloud or Nextcloud. So you are able to write down your thoughts with QOwnNotes and edit or search for them later from your mobile device or the ownCloud/Nextcloud web-services.

Features

  • You own your own notes! All notes are stored as plain-text files on your desktop computer.
  • Sync them over devices (desktop and mobile) with your ownCloud or Nextcloud sync client.
  • Use ownCloud Notes to edit your notes in the web.

Notes

  • Use QOwnNotes (Portable) shortcut on the Start menu to run QOwnNotes in portable mode.
  • This package does not support Windows XP.
  • This package is based on the work of Patrizio Bekerle (dimqua).

tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'
$packageName    = 'qownnotes'
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url            = 'https://github.com/pbek/QOwnNotes/releases/download/v20.9.4/QOwnNotes.zip' 
$checksum       = 'AADCE225F5E111D926EA90021909218F905D8D3BF4FAD57C6BDEDC792E9A611D'
$url64          = $url
$checksum64     = $checksum
$checksumType   = 'sha256' 
$checksumType64 = $checksumType

$packageArgs = @{
    #packageName = $env:ChocolateyPackageName
    packageName    = $packageName
    unzipLocation = "$toolsDir"
    url            = $url
    url64bit       = $url64
    checksum       = $checksum 
    checksumType   = 'sha256' 
    checksum64     = $checksum64
    checksumType64 = 'sha256'
}

Install-ChocolateyZipPackage @packageArgs

Remove-Item $toolsDir\*.zip -ea 0

$files = Get-ChildItem $toolsDir -include *.exe -recurse

foreach ($file in $files) {
  if (!($file.Name.Contains("QOwnNotes.exe"))) {
    New-Item "$file.ignore" -type file -force | Out-Null
  }
}

$programsDir  = [System.Environment]::GetFolderPath('Programs')
$exePath      = Get-ChildItem "$toolsDir" -Filter "QOwnNotes.exe" -Recurse | select -First 1 -expand FullName

Install-ChocolateyShortcut -ShortcutFilePath "$programsDir\QOwnNotes.lnk" -TargetPath "$exePath"
Install-ChocolateyShortcut -ShortcutFilePath "$programsDir\QOwnNotes (Portable).lnk" -TargetPath "$exePath" -Arguments "--portable"
tools\chocolateyUninstall.ps1
$programsDir = [System.Environment]::GetFolderPath('Programs')

if ((Test-Path -Path "$programsDir\QOwnNotes.lnk") -Or (Test-Path -Path "$programsDir\QOwnNotes (Portable).lnk")) {
  Remove-Item -Force -ea 0 "$programsDir\QOwnNotes.lnk"
  Remove-Item -Force -ea 0 "$programsDir\QOwnNotes (Portable).lnk"
}

Log in or click on link to see number of positives.

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
QOwnNotes 25.4.3 293 Tuesday, April 15, 2025 Approved
QOwnNotes 25.3.5 325 Sunday, March 30, 2025 Approved
QOwnNotes 25.3.1 284 Wednesday, March 12, 2025 Approved
QOwnNotes 25.1.2 589 Sunday, January 5, 2025 Approved
QOwnNotes 24.11.3 483 Sunday, November 17, 2024 Approved
QOwnNotes 24.10.5 306 Friday, November 1, 2024 Approved
QOwnNotes 24.9.8 451 Sunday, September 29, 2024 Approved
QOwnNotes 24.8.6 450 Sunday, August 25, 2024 Approved
QOwnNotes 24.7.3 447 Sunday, July 28, 2024 Approved
QOwnNotes 24.7.0 392 Sunday, July 7, 2024 Approved
QOwnNotes 24.6.0 479 Sunday, June 2, 2024 Approved
QOwnNotes 24.5.8 260 Sunday, May 26, 2024 Approved
QOwnNotes 24.4.4 484 Sunday, April 28, 2024 Approved
QOwnNotes 24.3.4 537 Thursday, March 21, 2024 Approved
QOwnNotes 24.2.6 398 Sunday, March 3, 2024 Approved
QOwnNotes 24.1.3 728 Sunday, January 14, 2024 Approved
QOwnNotes 24.1.1 408 Wednesday, January 3, 2024 Approved
QOwnNotes 23.11.1 739 Monday, November 13, 2023 Approved
QOwnNotes 23.9.4 780 Sunday, September 17, 2023 Approved
QOwnNotes 23.8.2 812 Sunday, August 27, 2023 Approved
QOwnNotes 23.8.0 373 Sunday, August 6, 2023 Approved
QOwnNotes 23.6.6 412 Sunday, June 25, 2023 Approved
QOwnNotes 23.6.4 355 Friday, June 9, 2023 Approved
QOwnNotes 23.2.1 704 Sunday, February 12, 2023 Approved
QOwnNotes 23.2.0 296 Sunday, February 5, 2023 Approved
QOwnNotes 23.1.4 275 Sunday, January 29, 2023 Approved
QOwnNotes 22.8.1 820 Tuesday, August 16, 2022 Approved
QOwnNotes 22.6.1 566 Saturday, June 25, 2022 Approved
QOwnNotes 22.5.3 463 Thursday, May 26, 2022 Approved
QOwnNotes 22.4.2 554 Sunday, April 24, 2022 Approved
QOwnNotes 22.3.1 577 Sunday, March 6, 2022 Approved
QOwnNotes 21.12.6 730 Sunday, December 26, 2021 Approved
QOwnNotes 21.12.4 267 Wednesday, December 22, 2021 Approved
QOwnNotes 21.11.8 574 Sunday, November 21, 2021 Approved
QOwnNotes 21.11.4 323 Saturday, November 13, 2021 Approved
QOwnNotes 21.11.2 358 Wednesday, November 3, 2021 Approved
QOwnNotes 21.11.0 243 Sunday, October 31, 2021 Approved
QOwnNotes 21.10.14 234 Wednesday, October 27, 2021 Approved
QOwnNotes 21.10.12 312 Monday, October 25, 2021 Approved
QOwnNotes 21.10.8 334 Saturday, October 16, 2021 Approved
QOwnNotes 21.10.1 349 Friday, October 8, 2021 Approved
QOwnNotes 21.9.13 322 Friday, October 1, 2021 Approved
QOwnNotes 21.9.12 249 Monday, September 27, 2021 Approved
QOwnNotes 21.9.4 403 Wednesday, September 15, 2021 Approved
QOwnNotes 21.9.0 350 Saturday, September 4, 2021 Approved
QOwnNotes 21.8.11 358 Wednesday, August 25, 2021 Approved
QOwnNotes 21.8.6 371 Sunday, August 15, 2021 Approved
QOwnNotes 21.8.0 358 Tuesday, August 3, 2021 Approved
QOwnNotes 21.7.14 299 Sunday, August 1, 2021 Approved
QOwnNotes 21.7.12 321 Wednesday, July 21, 2021 Approved
QOwnNotes 21.7.5 335 Thursday, July 15, 2021 Approved
QOwnNotes 21.7.4 308 Sunday, July 11, 2021 Approved
QOwnNotes 21.7.0 394 Wednesday, June 30, 2021 Approved
QOwnNotes 21.6.4 371 Sunday, June 20, 2021 Approved
QOwnNotes 21.6.3 186 Saturday, June 19, 2021 Approved
QOwnNotes 21.6.2 345 Sunday, June 13, 2021 Approved
QOwnNotes 21.6.0 325 Sunday, June 6, 2021 Approved
QOwnNotes 21.5.5 356 Thursday, May 27, 2021 Approved
QOwnNotes 21.5.3 389 Saturday, May 15, 2021 Approved
QOwnNotes 21.5.2 206 Friday, May 14, 2021 Approved
QOwnNotes 21.5.1 293 Sunday, May 9, 2021 Approved
QOwnNotes 21.4.6 370 Friday, April 30, 2021 Approved
QOwnNotes 21.4.4 336 Thursday, April 22, 2021 Approved
QOwnNotes 21.4.1 306 Sunday, April 18, 2021 Approved
QOwnNotes 21.4.0 404 Sunday, April 11, 2021 Approved
QOwnNotes 21.3.9 372 Wednesday, March 31, 2021 Approved
QOwnNotes 21.3.7 216 Sunday, March 28, 2021 Approved
QOwnNotes 21.3.5 423 Tuesday, March 23, 2021 Approved
QOwnNotes 21.3.2 326 Thursday, March 18, 2021 Approved
QOwnNotes 21.3.1 329 Saturday, March 13, 2021 Approved
QOwnNotes 21.3.0 319 Tuesday, March 9, 2021 Approved
QOwnNotes 21.2.5 377 Thursday, February 25, 2021 Approved
QOwnNotes 21.2.3 208 Saturday, February 20, 2021 Approved
QOwnNotes 21.2.1 457 Sunday, February 14, 2021 Approved
QOwnNotes 21.2.0 351 Friday, February 5, 2021 Approved
QOwnNotes 21.1.8 304 Tuesday, February 2, 2021 Approved
QOwnNotes 21.1.7 360 Saturday, January 23, 2021 Approved
QOwnNotes 21.1.5 206 Friday, January 22, 2021 Approved
QOwnNotes 21.1.4 292 Tuesday, January 19, 2021 Approved
QOwnNotes 21.1.3 402 Tuesday, January 12, 2021 Approved
QOwnNotes 21.1.2 332 Tuesday, January 5, 2021 Approved
QOwnNotes 21.1.0 412 Thursday, December 31, 2020 Approved
QOwnNotes 20.12.9 332 Wednesday, December 23, 2020 Approved
QOwnNotes 20.12.7 332 Saturday, December 19, 2020 Approved
QOwnNotes 20.12.5 351 Sunday, December 13, 2020 Approved
QOwnNotes 20.12.4 215 Saturday, December 12, 2020 Approved
QOwnNotes 20.11.11 428 Friday, November 27, 2020 Approved
QOwnNotes 20.11.9 318 Sunday, November 22, 2020 Approved
QOwnNotes 20.11.8 213 Thursday, November 19, 2020 Approved
QOwnNotes 20.11.7 210 Tuesday, November 17, 2020 Approved
QOwnNotes 20.11.4 255 Thursday, November 12, 2020 Approved
QOwnNotes 20.10.9 392 Monday, October 26, 2020 Approved
QOwnNotes 20.10.3 153 Friday, October 16, 2020 Approved
QOwnNotes 20.9.11 473 Saturday, September 26, 2020 Approved
QOwnNotes 20.9.4 356 Friday, September 11, 2020 Approved
QOwnNotes 20.9.2 271 Saturday, September 5, 2020 Approved
QOwnNotes 20.9.1 240 Tuesday, September 1, 2020 Approved
QOwnNotes 20.8.9 321 Saturday, August 22, 2020 Approved
QOwnNotes 20.8.5 272 Sunday, August 16, 2020 Approved
QOwnNotes 20.8.0 297 Monday, August 3, 2020 Approved
QOwnNotes 20.7.4 357 Wednesday, July 15, 2020 Approved
QOwnNotes 20.7.3 256 Sunday, July 12, 2020 Approved
QOwnNotes 20.6.11 338 Sunday, June 28, 2020 Approved
QOwnNotes 20.6.6 335 Wednesday, June 17, 2020 Approved
QOwnNotes 20.6.3 308 Tuesday, June 9, 2020 Approved
QOwnNotes 20.6.0 296 Sunday, May 31, 2020 Approved
QOwnNotes 20.5.13 293 Wednesday, May 27, 2020 Approved
QOwnNotes 20.5.12 287 Saturday, May 23, 2020 Approved
QOwnNotes 20.5.9 341 Thursday, May 14, 2020 Approved
QOwnNotes 20.5.5 320 Wednesday, May 6, 2020 Approved
QOwnNotes 20.5.2 229 Sunday, May 3, 2020 Approved
QOwnNotes 20.5.1 297 Friday, May 1, 2020 Approved
QOwnNotes 19.12.13 773 Friday, December 20, 2019 Approved
QOwnNotes 19.12.11 351 Thursday, December 19, 2019 Approved
QOwnNotes 19.12.10 345 Wednesday, December 18, 2019 Approved
QOwnNotes 19.11.23 512 Friday, November 29, 2019 Approved
QOwnNotes 19.11.22 346 Wednesday, November 27, 2019 Approved
QOwnNotes 19.11.21 328 Tuesday, November 26, 2019 Approved
QOwnNotes 19.11.20 404 Sunday, November 24, 2019 Approved
QOwnNotes 19.11.19 359 Friday, November 22, 2019 Approved
QOwnNotes 19.11.18 270 Thursday, November 21, 2019 Approved
QOwnNotes 19.11.17 334 Thursday, November 21, 2019 Approved
QOwnNotes 19.11.16 331 Wednesday, November 20, 2019 Approved
QOwnNotes 19.11.13 454 Friday, November 15, 2019 Approved
QOwnNotes 19.11.12 360 Thursday, November 14, 2019 Approved
QOwnNotes 19.11.11 391 Wednesday, November 13, 2019 Approved
QOwnNotes 19.11.10 354 Tuesday, November 12, 2019 Approved
QOwnNotes 19.11 544 Friday, November 1, 2019 Approved
QOwnNotes 19.10.13 391 Thursday, October 31, 2019 Approved
QOwnNotes 19.10.12 329 Wednesday, October 30, 2019 Approved
QOwnNotes 19.10.11 334 Tuesday, October 29, 2019 Approved
QOwnNotes 19.10.10 429 Sunday, October 20, 2019 Approved
QOwnNotes 19.10.1 491 Monday, October 7, 2019 Approved
QOwnNotes 19.9 507 Tuesday, September 3, 2019 Approved
QOwnNotes 19.8 581 Thursday, August 1, 2019 Approved
QOwnNotes 19.7 542 Sunday, June 30, 2019 Approved
QOwnNotes 19.6 546 Monday, June 3, 2019 Approved
QOwnNotes 19.5 495 Wednesday, May 1, 2019 Approved
QOwnNotes 19.3 484 Sunday, March 3, 2019 Approved
QOwnNotes 19.2 431 Friday, February 1, 2019 Approved
QOwnNotes 18.12 396 Friday, November 30, 2018 Approved
QOwnNotes 18.11 397 Friday, November 2, 2018 Approved
QOwnNotes 18.10 409 Friday, October 5, 2018 Approved
QOwnNotes 18.09 372 Friday, September 7, 2018 Approved
QOwnNotes 18.03.4 453 Friday, March 9, 2018 Approved
QOwnNotes 18.03.3 385 Thursday, March 8, 2018 Approved
QOwnNotes 18.03.2 379 Tuesday, March 6, 2018 Approved
QOwnNotes 18.03.1.1 441 Saturday, March 3, 2018 Approved
QOwnNotes 18.03.0 366 Friday, March 9, 2018 Approved
QOwnNotes 18.02.5 392 Saturday, February 24, 2018 Approved
QOwnNotes 18.02.4 392 Tuesday, February 20, 2018 Approved
QOwnNotes 18.02.3 370 Friday, February 16, 2018 Approved
QOwnNotes 18.02.2 383 Wednesday, February 14, 2018 Approved
QOwnNotes 18.02.1 416 Tuesday, February 13, 2018 Approved
QOwnNotes 18.02.0 426 Sunday, February 4, 2018 Approved
QOwnNotes 18.01.4 440 Wednesday, January 24, 2018 Approved
QOwnNotes 18.01.3 409 Saturday, January 13, 2018 Approved
QOwnNotes 18.01.2 399 Thursday, January 11, 2018 Approved
QOwnNotes 18.01.1 411 Saturday, January 6, 2018 Approved
QOwnNotes 18.01.0 401 Monday, January 1, 2018 Approved
QOwnNotes 17.12.6 397 Friday, December 22, 2017 Approved
QOwnNotes 17.12.5 422 Friday, December 15, 2017 Approved
QOwnNotes 17.12.4 397 Monday, December 11, 2017 Approved
QOwnNotes 17.12.2 466 Tuesday, December 5, 2017 Approved
QOwnNotes 17.12.1 397 Sunday, December 3, 2017 Approved

This package has no dependencies.

Discussion for the QOwnNotes Package

Ground Rules:

  • This discussion is only about QOwnNotes and the QOwnNotes 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 QOwnNotes, 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.
comments powered by Disqus