aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Support pre-populating content in YML note config #60

Open aapis opened 4 years ago

aapis commented 4 years ago
notebook: Standup
title: Standup For [%MONTH_NAME% %DAY% - %DOW_NAME%]
action: duplicate_previous
tags:
    - day-%DOY%
    - month-%MONTH%
    - week-%WEEK%
content: THIS IS A TITLE

OR

notebook: Standup
title: Standup For [%MONTH_NAME% %DAY% - %DOW_NAME%]
action: duplicate_previous
tags:
    - day-%DOY%
    - month-%MONTH%
    - week-%WEEK%
content: 
    - 
        label: Daily
        path: '%EVERTILS_CONF_TYPE_PATH%/daily.yml'