Trilium
0.6.0
Powershell wrapper for the TriliumNext API
Installation Options
Owners
Copyright
2024-25 Patrick Morris
Package Details
Author(s)
- Patrick Morris
Tags
Windows TriliumNext PowerShell Trilium
PSEditions
Dependencies
This module has no dependencies.
Release Notes
# 📅 Changelog
All notable changes to the **TriliumNext-Powershell-Module** will be documented in this file.
---
## [0.6.0] - 2025-05-24
### Added
* Added function `Get-TriliumAttachment` - GET /attachments/{attachmentId}
* Added function `Get-TriliumAttachmentContent` - GET /attachments/{attachmentId}/content
---
## [0.5.0] -
### Fixed
* Fixed `Export-TriliumNote`.
### Added
* Added Markdown option to `Export-TriliumNote`. Default is HTML.
### Updated
* Updated and improved some documentation.
* Split out functions into their own .ps1 file.
---
## [0.4.0] -
### Improved
* Improved `Connect-TriliumAuth` to use PSCredential object.
* See documentation for new usage.
---
## [0.3.0] -
### Added
* Added check for `/` at the end of base URL.
* Added `-SkipCertCheck` switch to ALL functions.
### Updated
* Updated `Connect-TriliumAuth` to use `-SkipCertCheck` switch.
---
## [0.2.0] -
### Fixed
* Fixed parameter sets in `Find-TriliumNote`.
* `orderBy` and `Limit` must be used together.
### Updated
* Updated/added some documentation.
---
## [0.1.0] -
### Initial Release
* Initial release of TriliumNext-Powershell-Module.
* A command for almost every documented TriliumNext API.
---
> 📌 This changelog follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) principles.
FileList
- Trilium.nuspec
- CHANGELOG.md
- LICENSE
- README.md
- Trilium.psd1
- assets\Get-TriliumInfo.png
- public\Connect-TriliumAuth.ps1
- public\Disconnect-TriliumAuth.ps1
- public\Find-TriliumNote.ps1
- public\Get-TriliumAttachmentContent.ps1
- public\Get-TriliumBranch.ps1
- public\Get-TriliumNoteContent.ps1
- public\Get-TriliumRootNote.ps1
- public\New-TriliumBackup.ps1
- public\New-TriliumNoteRevision.ps1
- public\Remove-TriliumBranch.ps1
- public\Set-TriliumNoteContent.ps1
- public\Update-TriliumNoteOrder.ps1
- Trilium.psm1
- assets\Get-TriliumRootNote.png
- public\Copy-TriliumNote.ps1
- public\Export-TriliumNote.ps1
- public\Get-TriliumAttachment.ps1
- public\Get-TriliumAttribute.ps1
- public\Get-TriliumInfo.ps1
- public\Get-TriliumNoteDetail.ps1
- public\Import-TriliumNoteZip.ps1
- public\New-TriliumNote.ps1
- public\Remove-TriliumAttribute.ps1
- public\Remove-TriliumNote.ps1