Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HighlightedText ¶
type HighlightedText struct{}
HighlightedText is a parsing rule to convert Evernote highlights to HTML spans with a background color
type Note ¶
Note is a markdown representation of valuable knowledge that combines media resources and text represented in markdown format
type Resource ¶
type Resource struct { Name string Type ResourceType Content []byte }
Resource is a media resource related to a markdown note
type ResourceType ¶
type ResourceType string
ResourceType gives a hint on the way to represent Resource
const ( // Image can be displayed using common ![]() syntax Image ResourceType = "image" // File should be referenced as an external resource []() File ResourceType = "file" )
Click to show internal directories.
Click to hide internal directories.