Alexandria
Evernote and Alexandria have different storage models. Evernote exports notes as ENEX or HTML, while Alexandria stores notes as plain Markdown files with YAML frontmatter.
Not yet supported. There is no automated Evernote importer yet - this is a manual process today.
Receipt tag might define vendor:string, date:date, and amount:money.Evernote's export formats need preparation before Alexandria can use them. ENEX is an XML-based export format, and HTML exports need conversion if you want Markdown notes.
Alexandria does not have an Evernote-specific import flow today. See Imports for the currently supported importer and Switching to Alexandria for the broader migration overview.
Start with one notebook and a few tags. Create Alexandria tags for the notebook and for any important Evernote tags, then tag the converted notes after they exist in Alexandria.
akb create-tag "Receipts" \
--properties "vendor:string" \
--properties "date:date" \
--properties "amount:money"
Then apply the tag and fill in properties as you review each note:
akb tag "Coffee shop receipt" "Receipts"
akb set-property "Coffee shop receipt" "Receipts" "amount" "12.50"