diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | Pull requests | README | LICENSE

diary.cfg (698B)


      1 # Path that holds the journal text files
      2 #dir = ~/diary
      3 # Number of years to show before/after todays date
      4 range = 1
      5 # 0 = Sunday, 1 = Monday, ..., 6 = Saturday
      6 weekday = 1
      7 # Date and file format, change with care
      8 fmt = %Y-%m-%d
      9 # Text format command for entry preview
     10 fmt_cmd =
     11 # Use pseudo terminal (pty) to view result of fmt_cmd
     12 #no_pty = false
     13 # Listen for mouse events
     14 #no_mouse = false
     15 # Editor to open journal files with
     16 editor =
     17 # CalDAV server URI
     18 #caldav_server =
     19 # Calendar name for CalDAV sync
     20 #caldav_calendar =
     21 # CalDAV server username
     22 #caldav_username =
     23 # CalDAV server password
     24 #caldav_password =
     25 # OAuth command to fetch access token. For example, "oama access"
     26 #oauth_eval_cmd =