Downloads:
7,887
Downloads of v 0.49.5.20220120:
142
Last Update:
20 Jan 2022
Package Maintainer(s):
Software Author(s):
- zadam
Tags:
trilium-notes notes- 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
Trilium Notes
This is not the latest version of Trilium Notes available.
- 1
- 2
- 3
0.49.5.20220120 | Updated: 20 Jan 2022
- 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:
7,887
Downloads of v 0.49.5.20220120:
142
Maintainer(s):
Software Author(s):
- zadam
Trilium Notes 0.49.5.20220120
This is not the latest version of Trilium Notes available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by zadam. The inclusion of zadam trademark(s), if any, upon this webpage is solely to identify zadam goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Trilium Notes, run the following command from the command line or from PowerShell:
To upgrade Trilium Notes, run the following command from the command line or from PowerShell:
To uninstall Trilium Notes, 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 trilium-notes --internalize --version=0.49.5.20220120 --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 trilium-notes -y --source="'INTERNAL REPO URL'" --version="'0.49.5.20220120'" [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 trilium-notes -y --source="'INTERNAL REPO URL'" --version="'0.49.5.20220120'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install trilium-notes
win_chocolatey:
name: trilium-notes
version: '0.49.5.20220120'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'trilium-notes' do
action :install
source 'INTERNAL REPO URL'
version '0.49.5.20220120'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller trilium-notes
{
Name = "trilium-notes"
Version = "0.49.5.20220120"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'trilium-notes':
ensure => '0.49.5.20220120',
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 as a trusted package on 20 Jan 2022.
Features
- Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see cloning)
- Rich WYSIWYG note editing including e.g. tables and images with markdown autoformat
- Support for editing notes with source code, including syntax highlighting
- Fast and easy navigation between notes, full text search and note hoisting
- Seamless note versioning
- Note attributes can be used for note organization, querying and advanced scripting
- Synchronization with self-hosted sync server
- Strong note encryption with per-note granularity
- Relation maps and link maps for visualizing notes and their relations
- Scripting - see Advanced showcases
- Scales well in both usability and performance upwards of 100 000 notes
- Touch optimized mobile frontend for smartphones and tablets
- Night theme
- Evernote and Markdown import and export
- Web Clipper for easy saving of web content
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\commonEnv.ps1"
Remove-Item "$startMenuDir" -recurse -force
$AppName = 'Trilium-Notes'
$AppFolder = "trilium-windows-x64"
$startMenuDir = [IO.Path]::Combine($ENV:AppData, 'Microsoft\Windows\Start Menu\Programs', "$AppName")
Log in or click on link to see number of positives.
- trilium-notes.0.49.5.20220120.nupkg (f7949a10cf68) - ## / 61
- trilium-windows-x64-0.49.5.zip (a12f61c834c8) - ## / 59
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 |
---|---|---|---|---|
Trilium Notes 0.59.4 | 673 | Thursday, April 20, 2023 | Approved | |
Trilium Notes 0.59.3 | 42 | Thursday, April 20, 2023 | Approved | |
Trilium Notes 0.59.2 | 31 | Thursday, April 20, 2023 | Approved | |
Trilium Notes 0.59.1 | 43 | Thursday, April 20, 2023 | Approved | |
Trilium Notes 0.58.8 | 35 | Thursday, April 20, 2023 | Approved | |
Trilium Notes 0.58.7 | 188 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.58.6 | 48 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.58.5 | 45 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.57.5 | 46 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.57.4 | 36 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.57.3 | 35 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.57.2 | 37 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.56.2 | 60 | Saturday, January 21, 2023 | Approved | |
Trilium Notes 0.56.1 | 47 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.55.1 | 51 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.54.3 | 38 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.54.2 | 53 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.53.2 | 56 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.52.4 | 38 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.52.3 | 45 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.52.2 | 38 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.51.2 | 40 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.50.3 | 44 | Thursday, January 19, 2023 | Approved | |
Trilium Notes 0.50.2 | 355 | Saturday, March 5, 2022 | Approved | |
Trilium Notes 0.50.1.20220209 | 156 | Wednesday, February 9, 2022 | Approved | |
Trilium Notes 0.49.5.20220120 | 142 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.49.4 | 74 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.49.3 | 62 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.48.9 | 75 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.48.8 | 75 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.48.7 | 81 | Thursday, January 20, 2022 | Approved | |
Trilium Notes 0.48.6 | 208 | Monday, November 22, 2021 | Approved | |
Trilium Notes 0.47.7 | 212 | Tuesday, August 24, 2021 | Approved | |
Trilium Notes 0.47.5 | 195 | Friday, July 9, 2021 | Approved | |
Trilium Notes 0.47.4 | 167 | Wednesday, June 16, 2021 | Approved | |
Trilium Notes 0.47.3 | 155 | Monday, May 24, 2021 | Approved | |
Trilium Notes 0.46.9 | 157 | Sunday, April 25, 2021 | Approved | |
Trilium Notes 0.46.7 | 167 | Saturday, April 10, 2021 | Approved | |
Trilium Notes 0.46.6 | 123 | Sunday, March 28, 2021 | Approved | |
Trilium Notes 0.46.5 | 138 | Sunday, March 21, 2021 | Approved | |
Trilium Notes 0.45.10 | 180 | Sunday, February 14, 2021 | Approved | |
Trilium Notes 0.45.9 | 128 | Tuesday, February 9, 2021 | Approved | |
Trilium Notes 0.45.8 | 149 | Saturday, January 23, 2021 | Approved | |
Trilium Notes 0.45.7 | 179 | Wednesday, December 23, 2020 | Approved | |
Trilium Notes 0.45.6 | 120 | Wednesday, December 9, 2020 | Approved | |
Trilium Notes 0.45.5 | 133 | Saturday, November 21, 2020 | Approved | |
Trilium Notes 0.45.4 | 131 | Saturday, November 14, 2020 | Approved | |
Trilium Notes 0.45.3 | 129 | Wednesday, November 11, 2020 | Approved | |
Trilium Notes 0.45.2 | 133 | Sunday, November 1, 2020 | Approved | |
Trilium Notes 0.45.1 | 108 | Thursday, October 29, 2020 | Approved | |
Trilium Notes 0.44.9 | 130 | Monday, October 26, 2020 | Approved | |
Trilium Notes 0.44.8 | 140 | Thursday, October 15, 2020 | Approved | |
Trilium Notes 0.44.6 | 163 | Friday, October 9, 2020 | Approved | |
Trilium Notes 0.44.4 | 151 | Monday, September 28, 2020 | Approved | |
Trilium Notes 0.43.4 | 152 | Tuesday, September 1, 2020 | Approved | |
Trilium Notes 0.43.3 | 186 | Saturday, August 1, 2020 | Approved | |
Trilium Notes 0.43.2 | 146 | Thursday, July 16, 2020 | Approved | |
Trilium Notes 0.43.1 | 176 | Tuesday, June 23, 2020 | Approved | |
Trilium Notes 0.42.7 | 132 | Friday, June 12, 2020 | Approved | |
Trilium Notes 0.42.3 | 166 | Tuesday, May 26, 2020 | Approved | |
trilium-notes (Install) 0.41.5 | 148 | Friday, April 24, 2020 | Approved | |
trilium-notes (Install) 0.34.3 | 245 | Monday, September 2, 2019 | Approved | |
trilium-notes (Install) 0.33.7 | 204 | Saturday, July 27, 2019 | Approved |
2007 Free Software Foundation
This package has no dependencies.
Ground Rules:
- This discussion is only about Trilium Notes and the Trilium Notes 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 Trilium Notes, 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.