MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _daily_note_folder_name

Function _daily_note_folder_name

agents/reading-agent/main.py:249–251  ·  view source on GitHub ↗
(paper: Dict[str, Any])

Source from the content-addressed store, hash-verified

247
248
249def _daily_note_folder_name(paper: Dict[str, Any]) -> str:
250 date = _parse_publish_month(paper)
251 return f"Daily Note {date.year}"
252
253
254def _daily_note_file_name(paper: Dict[str, Any]) -> str:

Callers 2

_obsidian_year_dirFunction · 0.85
_obsidian_month_dirFunction · 0.85

Calls 1

_parse_publish_monthFunction · 0.85

Tested by

no test coverage detected