Replies: 2 comments
-
|
Hey @hulr, Thanks for the feature request. It makes sense and easy to add. I'll add this when I will have a chance. Please let me know if there is something else you are interested in. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I just added this functionality. Please update to the latest version and give it a try. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very much for creating IWE! It's exactly the tool I was looking for to improve my workflow.
I would like to use the minute (
%M) and hour (%H) number indate_format. The config would look something like this:Currently, when trying to create a new document with
iwe newand the config from above I get the following error:I think this is because IWE is using
NaiveDatewhich does not have the time components.iwe/crates/iwe/src/new.rs
Lines 100 to 102 in c891e7c
Would it be possible to support the time components (hour and minute number) in
date_formatfor bothlibraryandmarkdownsettings (f.e. usingNaiveDateTime)?Beta Was this translation helpful? Give feedback.
All reactions