selimrbd / py-obsidianmd

Python interface to your Obsidian notes
BSD 3-Clause "New" or "Revised" License
262 stars 21 forks source link

Note - refactor current implementation. Add basic metadata manip functions #8

Closed selimrbd closed 2 years ago

selimrbd commented 2 years ago

n = Note(path)

add API to add / remove metadata

Calls within add/ remove of NoteMetadata object

update the note content and write to file

selimrbd commented 2 years ago

Instead of adding metadata manip methods to Note, access them through Note.metadata (NoteMetadata object)