This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Do not persist a property to file if the field is empty #137
Labels
enhancement
New feature or request
Problem:
Currently in
Memo
app, if we create a note without providing title or description, the empty JSON is written to the properties storage:{"titles":[""],"descriptions":[""]}
Expected:
We should only persist a property field to file if it's non-empty.
The text was updated successfully, but these errors were encountered: