generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
I have just started working on moving from Apple Notes to Obsidian. First try worked for all but about 90 of 2500 notes (which I must say is impressive!). Most of the fails say "because incorrect header check".
At least some of the failed notes appear in Obsidian but with just the title, no content. Possibly related to #391?
I'd welcome any of:
- an outright fix
- a workaround I could do in Notes (say, copy, delete, and re-create, or something; but given the message this seems unlikely unless I go through a third app).
- pointers that would help me find where this is happening in the source -- I've barely scanned it so far, but am tempted to dive in for this and maybe for adding a few features like single-category import, catching some inline formatting case that are lost (Obsidian seems to do very well with basic embedded HTML, so an option to keep, say, super and subscripts, etc that way would be useful to me).
WallerLuis and colerehbein