Trilium

0.5.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.5.0

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

Install-PSResource -Name Trilium -Version 0.5.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-25 Patrick Morris

Package Details

Author(s)

  • Patrick Morris

Tags

Windows TriliumNext PowerShell Trilium

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

# 📅 Changelog

All notable changes to the **Trilium** PowerShell module will be documented in this file.

---

## [0.5.0]
- Fixed Export-TriliumNote
- Added Markdown option to Export-TriliumNote. Default is HTML
- Updated and improved some documentation
- Split out functions into their own .ps1 file

---

## [0.4.0]
- Improved Connect-TriliumAuth to use PSCredential object.
 - See documentation for new usage.

---

## [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.

---

## [0.2.0]
- Fixed parameter sets in Find-TriliumNote
 - orderBy and Limit must be used together.
- Updated/added some documentation.

---

## [0.1.0]
- Initial Release of Trilium, including:
 - A command for almost every documented TriliumNext API.

---

> 📌 This changelog follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) principles.

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 (current version) 4 5/15/2025
0.4.0 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