selimrbd / py-obsidianmd

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

NoteMetadata - Create class to handle all note metadata #5

Closed selimrbd closed 2 years ago

selimrbd commented 2 years ago

NoteMetadata's attributes:

Note calls this class to handle everything metadata

functionalities:

update_content(order: OrderType, order_frontmatter: bool, order_inline: bool)

selimrbd commented 2 years ago

Done