Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.2.0] - 2024-06-04
Added
- Helpers functions
- Utilities for working with markdown to enable parsing and obtaining headers
AdderWhere
to enable additions in specific locations of notesOp
to enable extensions in content additions, allowing users to define new forms of additionFormatter
for formatting the content to be addedAdder
provisioned byadd
inVault
, allowing you to add content to filtered notes- methods
read
andwrite
inNote
class
Removed
NoterReader
was removed, passing method toNote
[0.1.1] - 2024-05-30
Removed
- Development packages from the build
[0.1.0] - 2024-05-30
Added
Note
class to represent a note in Obsidian vaultFilter
class to represent an filterSearchBy
class to represent search strategyVault
class to represent an Obsidian vault