evernote

package
v1.801.390 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package evernote normalizes an Evernote .enex export into vault.Page documents. It is pure (no cloud/framework/I/O). An .enex file is XML: a sequence of <note> elements whose <content> is ENML (an XHTML dialect). Notes import flat (Evernote has no note hierarchy); each note's ENML body is converted to Lexical at block granularity via clients/knowledge/lexical.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(data []byte) ([]vault.Page, error)

Parse decodes an .enex document into pages, one per <note>. The ENML content is rendered from its inner en-note body; a note with no title is skipped (Evernote requires a title, but a malformed export should not produce a bogus page).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL