obsidianmd / obsidian-importer

Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
https://help.obsidian.md/import
MIT License
709 stars 66 forks source link

OneNote notebook dates #270

Closed darthwalsh closed 3 months ago

darthwalsh commented 3 months ago

Fix two issues in the Import screen: Without OData $select the createdDateTime is always undefined. Show last modified date, and sort so the most recently changed is on top.

Tested manually on my account with a dozen notebooks.

darthwalsh commented 3 months ago

BTW, let me know if I should have created an issue for this first!

I'm interested to work on a couple other issues that affect me, but I figured I could get my feet wet with a trivial bug-fix first.

tgrosinger commented 3 months ago

This looks great, thank you @darthwalsh!