TODO
- Better-Notes - app name
- Note - record which contains text or any media
- Tag - self descriptive
note_value_list: list[NoteValue] # Good! ✅ note_value_dict: Dict[str, Any] # Good! ✅ note_value_?: Dict[str, NoteValue] # How to name this?
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TODO
note_value_list: list[NoteValue] # Good! ✅ note_value_dict: Dict[str, Any] # Good! ✅ note_value_?: Dict[str, NoteValue] # How to name this?