Trilium.psd1
@{ ModuleVersion = '0.5.0' Guid = '5d0452a3-0c40-4681-b12c-070eccc905dc' CompanyName = 'Patrick Morris ' Copyright = '2024-25 Patrick Morris' Author = 'Patrick Morris' AliasesToExport = '*' RootModule = 'Trilium.psm1' Description = 'Powershell wrapper for the TriliumNext API' PrivateData = @{ PSData = @{ Tags = 'Windows', 'TriliumNext', 'PowerShell', 'PSEdition_Core', 'Trilium' ProjectURI = 'https://github.com/ptmorris1/TriliumNext-Powershell-Module' LicenseURI = 'https://github.com/ptmorris1/TriliumNext-Powershell-Module/blob/main/LICENSE' ReleaseNotes = @' # 📅 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. '@ } } } |