Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.03 KB

File metadata and controls

29 lines (21 loc) · 1.03 KB

LiteMark

LiteMark edits local Markdown and text documents. The domain centers on keeping an editing session consistent with the user's files on disk.

Language

Document: A local Markdown or text file that LiteMark can open and edit. Avoid: Note, item

Document Session: The currently edited Document together with its content, persisted snapshot, path, and save state. Avoid: File manager, editor state

Dirty Document: A Document Session whose current content differs from its last persisted snapshot. Avoid: Modified file, changed note

Recent Document: A persisted reference to a previously opened Document. It is navigation history, not ownership of the file on disk. Avoid: Recent file item

Available Document: A transient reference discovered by scanning a directory. It may be opened, but it is not added to Recent Documents until then. Avoid: Recent Document, directory file

Work Directory: The user-selected directory in which LiteMark creates new Documents by default. Avoid: Workspace, project folder