Skip to main content

Overview

Add contextual information to your documents using Markdown-formatted comments. Provide context that helps both humans and AI understand your content.

Markdown Comments

Comment System Overview

MemoryLake’s comment system uses Markdown, allowing you to create rich, formatted notes for any file or folder. Features:
  • Markdown Formatting: Headers, lists, bold, italic, code blocks, links
  • Live Preview: See rendered output as you type
  • Auto-Save: Draft protection prevents data loss

Creating Comments

1

Open Comment Editor

Select a file or folder and open the comment panel (usually on the right side).
2

Write Your Comment

Use the Markdown editor to compose your comment. You can use:
  • # Headers for structure
  • **bold** and *italic* for emphasis
  • - Lists for organization
  • `code` for technical terms
  • [links](url) for references
3

Preview Your Content

The live preview pane shows how your Markdown will render.
Use the preview to verify formatting before saving, especially for complex Markdown with tables or code blocks.
4

Save Comment

Click “Save” to store your comment with the file.

Markdown Syntax Reference

Here’s a quick reference for common Markdown formatting:

Headers

Text Formatting

Lists

Code Blocks

Blockquotes

Tables

Comment Examples

Comment Management

Editing Comments

To modify an existing comment:
  1. Select the file or folder
  2. Open the comment panel
  3. Edit the Markdown text
  4. Save changes

Deleting Comments

To remove a comment entirely:
  1. Open the comment editor
  2. Delete all text
  3. Click “Save”
Deleting comments is permanent and cannot be undone. Consider adding a “DEPRECATED” header instead if you might need the information later.

Best Practices

Do:
  • Be concise but complete
  • Use headers to organize long comments
  • Include context others might not have
  • Link to related documents
  • Update comments when content changes
Don’t:
  • Write novel-length comments (keep it scannable)
  • Include sensitive information in comments on shared files
  • Duplicate information that’s in the file itself
  • Leave outdated comments
  • Use # headers to create structure
  • Lists make content scannable
  • Bold key terms for quick identification
  • Code blocks for technical content
  • Tables for structured data
  • Links to connect related documents
  • Use headers in hierarchical order (H1, then H2, not H1 then H3)
  • Provide descriptive link text (not “click here”)
  • Add alt text for any images
  • Keep language clear and simple
  • Use lists for better screen reader support

Integration with Projects

Comments enhance project workflows:
  • Project Context: Comments provide context when documents are associated with projects
  • AI Understanding: AI models accessing via MCP servers can read comments to understand document purpose
  • Team Collaboration: Comments help team members understand document relationships and history
  • Search: Comments are searchable, making documents easier to find

Next Steps

File Operations

Learn basic file and folder operations

Project Association

Link documents to projects

Library API

Manage files programmatically via API