yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
13 lines • 534 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutputFormat = void 0;
var OutputFormat;
(function (OutputFormat) {
OutputFormat["ObsidianMD"] = "ObsidianMD";
OutputFormat["StandardMD"] = "StandardMD";
OutputFormat["LogSeqMD"] = "LogSeqMD";
OutputFormat["Tana"] = "Tana Internal Format";
OutputFormat["Heptabase"] = "Heptabase";
})(OutputFormat = exports.OutputFormat || (exports.OutputFormat = {}));
module.exports = { OutputFormat };
//# sourceMappingURL=output-format.js.map