--- Daily Notes --- TodayNotePath returns the path for today's note.
()
| 78 | |
| 79 | // TodayNotePath returns the path for today's note. |
| 80 | func (ms *MemoryStore) TodayNotePath() string { |
| 81 | return ms.manager.TodayNotePath() |
| 82 | } |
| 83 | |
| 84 | // WriteDailyNote appends to today's daily note. |
| 85 | func (ms *MemoryStore) WriteDailyNote(entry string) error { |
no outgoing calls