selimrbd / py-obsidianmd

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

Note.sub : remove text in note using regex #7

Closed selimrbd closed 2 years ago

selimrbd commented 2 years ago

implement + tests

selimrbd commented 2 years ago

implemented but really not that useful: just use re.sub instead on Note.content. --> might remove it later