benjypng / logseq-datenlp-plugin

MIT License
74 stars 6 forks source link

Preferred date format in config file is not used #44

Closed LawsonJohnson closed 9 months ago

LawsonJohnson commented 11 months ago

Below is my config.json for the plugin (the date format is also set the same way in my config.edn file).

{
  "auto": false,
  "semiAuto": true,
  "lang": "",
  "notifications": false,
  "defaultSnooze": 5,
  "useBlockAsAlarmTitle": true,
  "disabled": false,
  "preferredDateFormat": "EEEE, MMMM do, yyyy"
}

Per this setting, I would expect the dates created by the plugin would follow this format:

[[Wednesday, July 19th, 2023]] but instead they are generated as [[Jul 19th, 2023]].

benjypng commented 11 months ago

Currently the only date formats supported are those that are selectable in Logseq.

There isn’t support for custom dates yet.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Lawson Johnson @.> Sent: Thursday, July 20, 2023 12:02:47 AM To: hkgnp/logseq-datenlp-plugin @.> Cc: Subscribed @.***> Subject: [hkgnp/logseq-datenlp-plugin] Preferred date format in config file is not used (Issue #44)

Below is my config.json for the plugin (the date format is also set the same way in my config.edn file).

{ "auto": false, "semiAuto": true, "lang": "", "notifications": false, "defaultSnooze": 5, "useBlockAsAlarmTitle": true, "disabled": false, "preferredDateFormat": "EEEE, MMMM do, yyyy" }

Per this setting, I would expect the dates created by the plugin would follow this format:

[[Wednesday, July 19th, 2023]] but instead they are generated as [[Jul 19th, 2023]].

— Reply to this email directly, view it on GitHubhttps://github.com/hkgnp/logseq-datenlp-plugin/issues/44, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALNXKGKOAXUJ6ONPPUABQG3XRAAKPANCNFSM6AAAAAA2QEWSAU. You are receiving this because you are subscribed to this thread.Message ID: @.***>

benjypng commented 9 months ago

Just an update: will be adding this feature by the end of the week.