UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

19 lines (16 loc) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultTemplate = void 0; exports.defaultTemplate = `{title-block}# {title}{end-title-block} {tags-block} --- Tag(s): {tags} --- {end-tags-block} {content-block}{content}{end-content-block} {created-at-block} Created at: {created-at}{end-created-at-block} {updated-at-block} Updated at: {updated-at}{end-updated-at-block} {source-url-block} Source URL {source-url}{end-source-url-block} {location-block} Where: {location}{end-location-block} `; //# sourceMappingURL=default-template.js.map