LiteMark edits local Markdown and text documents. The domain centers on keeping an editing session consistent with the user's files on disk.
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