6 ms·
Unrelated to the topic, but wow, they're still using moment? I thought it was kind of deprecated and been trying to use other libs.
by gg2222 11mo ago
Unrelated to the topic, but wow, they're still using moment? I thought it was kind of deprecated and been trying to use other libs.
- dotandimet 11mo agoI think most of the complaints about moment are that it's really big (because of i18n and timezones). Obsidian isn't a web page/app, so it doesn't need to optimize bundle size too much.
- ohthatsnotright 11mo agoIt's unexpectedly mutable unless you've closely read the documentation, been bitten by the mutations, or are doing very simple date manipulations. It's a great library, but it does need fewer footguns. date-fns is a good alternative.