yarle-evernote-to-md
Version:
Yet Another Rope Ladder from Evernote
17 lines (16 loc) • 941 B
TypeScript
import { Path } from '../paths';
export declare const paths: Path;
export declare const getResourceDir: (dstPath: string, note: any) => string;
export declare const truncatFileName: (fileName: string, uniqueId: string) => string;
export declare const getMdFilePath: (note: any) => string;
export declare const getJsonFilePath: (note: any) => string;
export declare const getHtmlFilePath: (note: any) => string;
export declare const getHtmlFileLink: (note: any) => string;
export declare const getRelativeResourceDir: (note: any) => string;
export declare const createRootOutputDir: () => void;
export declare const getAbsoluteResourceDir: (note: any) => string;
export declare const clearResourceDir: (note: any) => void;
export declare const clearResourceDistDir: () => void;
export declare const clearMdNotesDistDir: () => void;
export declare const setPaths: (enexSource: string) => void;
export declare const getNotesPath: () => string;