Trilium

0.4.0

Powershell wrapper for the TriliumNext API

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Trilium -RequiredVersion 0.4.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Trilium -Version 0.4.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2024 Patrick Morris

Package Details

Author(s)

  • Patrick Morris

Tags

Windows TriliumNext PowerShell Trilium

Functions

Connect-TriliumAuth Disconnect-TriliumAuth Get-TriliumInfo Get-TriliumRootNote Find-TriliumNote Get-TriliumNoteDetail Export-TriliumNote New-TriliumNote Remove-TriliumNote Get-TriliumNoteContent Set-TriliumNoteContent Import-TriliumNoteZip New-TriliumNoteRevision Copy-TriliumNote Get-TriliumBranch Remove-TriliumBranch New-TriliumBackup Get-TriliumAttribute Remove-TriliumAttribute Update-TriliumNoteOrder

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

### Trilium 0.1.0
* Initial Release of Trilium, including:
 * A command for almost every documented TriliumNext API.
---
### Trilium 0.2.0
* Fixed paramter sets in Find-TriliumNote
 * orderBy and Limit must be used together.
* Updated\added some documentation.
---
### Trilium 0.3.0
* Added check for / at the end of base URL.
* updated Connect-TriliumAuth to use -SkipCertCheck switch.
* Added -SkipCertCheck switch to ALL functions.
---
### Trilium 0.4.0
* Improved Connect-TriliumAuth to use PSCredential object.
 * See documentation for new usage.


FileList

Version History

Version Downloads Last updated
0.8.0 4 5/27/2025
0.7.0 4 5/25/2025
0.6.0 5 5/24/2025
0.5.0 4 5/15/2025
0.4.0 (current version) 10 12/29/2024
0.3.0 50 12/25/2024
0.2.0 178 12/11/2024
0.1.0 16 12/8/2024
Show more