Function getDailyNotes

  • 日付beginとendの間に存在するデイリーノートのファイルオブジェクトを取得します

    getDailyNotes("2023-10-12", "2023-10-14")
    // ["Daily Note/2023-10-12.md", "Daily Note/2023-10-13.md", "Daily Note/2023-10-14.md"]

    Parameters

    • begin: string
    • end: string

    Returns TFile[]

Generated using TypeDoc