Mind Dump Notebooks
Welcome to Mind Dump Notebooks. This standalone app within the Mind Dump ecosystem offers a fully featured hybrid Markdown/LaTeX editor and reader, combined with robust End-to-End Encryption (E2EE) and local storage options.
This guide will walk you through the core features, explain how to maximize the hybrid editor's capabilities, and help you understand the security model protecting your notes.
1. Security First: Understanding End-to-End Encryption
Mind Dump Notebooks operates on a strict Zero-Knowledge Architecture. This means your notes are shielded by True End-to-End Encryption (E2EE).
What This Means For You:
- Total Privacy: All encryption and decryption take place locally on your computer. Without your encryption key (your master password), it is mathematically impossible for us, our hosting providers, or any third party to decrypt or read your notes.
- No Password Retrieval: We do not hold a copy of your master password or encryption key. Because of this, if you lose your password, there is absolutely no way to recover your data.
- Browser Isolation: While the data is encrypted on the server, it must be decrypted into plain text in your browser so you can read and edit it. Be mindful of active screen-capture tools or browser extensions when viewing unlocked notes.
Unlocking Your Notes
When you open Notebooks, you will see a 🔒 Locked badge. Click Unlock Encryption and enter your master password to begin viewing and editing your notes.
2. Getting Started: Document Hierarchy
Mind Dump Notebooks are organized hierarchically, allowing you to structure your knowledge efficiently.
- Notebooks: These are the top-level containers (like folders). You can create, rename, and delete Notebooks from the left-hand navigation pane.
- Pages: Inside each Notebook are Pages. Pages can be nested within other Pages, creating a tree structure for detailed organization.
- Managing Documents: Right-click (or use the contextual menu
...) on any Notebook or Page in the navigation pane to rename, move, copy, delete, or promote it to a higher level.
3. The Editor & Views
The Notebook app provides several views tailored to different stages of the writing process. You can switch between these modes using the top toolbar.
- Edit View: The standard view where you write your text, utilizing the full editor toolbar.
- Edit with Preview: Splits the screen to show your raw Markdown/LaTeX on one side and a live rendered preview on the other.
- Reading View: A clean, distraction-free view that hides the editor interface entirely, rendering the document beautifully for reading.
- Zen Mode: Expands the editor to full screen for absolute focus. Press
Escto exit. - Outline Display: When in Edit mode, a dynamic Outline is visible on the right. This outline is automatically generated based on the headings
#) you use in your document, allowing for quick navigation.
The Snippet Menu
The editor toolbar includes a comprehensive Snippet Menu (the various dropdowns like Structure, Heading, Formatting, etc.). These provide quick shortcuts to insert:
- Markdown formatting (bold, italics, lists, tables)
- Pre-built templates
- Code blocks
- Links and citations
- Math equations
4. Writing: The Hybrid Markdown/LaTeX Editor
Mind Dump Notebooks features a unique hybrid editor that supports both Markdown and LaTeX simultaneously.
- Markdown is used for the general structure and formatting of your document. It is fast and easy to read.
- Use
#for Heading 1,##for Heading 2, etc. These headings not only format the text but automatically build your document's Outline and Table of Contents.
- Use
- LaTeX is used for complex formatting, particularly mathematics and academic styling.
- You can mix inline math by wrapping it in single dollar signs (e.g.,
$E=mc^2$) or create block math equations with double dollar signs$$).
- You can mix inline math by wrapping it in single dollar signs (e.g.,
You do not need to choose between the two; you can seamlessly weave Markdown structure and LaTeX precision in the very same document.\
5. AI Integrations
Notebooks leverages powerful AI tools to assist in your writing and research, all accessible via the toolbar.
- AI Generation: Provide a brief and specifications, and the AI will generate high-quality text for you, inserting it directly into your document.
- Precis Generator: Need a summary? The Precis tool analyzes the current page and generates a concise summary of the content.
- Outline Explain: While viewing the outline, you can ask the AI to expand upon or explain a specific section based on the surrounding context.
- Document Q&A: Have a conversation with the AI specifically grounded in the context of your current open document.
- Citations: The AI can optionally generate citation metadata for the text it produces, integrating smoothly into the notebook's citation system. Note that the citation generator can also be invoked manually via the snippet menu.
6. Proofing & Polish
Mind Dump provides integrated tools to help perfect your writing, though they come with important privacy considerations.
- Grammar Checking (LanguageTool): You can toggle on Grammar Checking, which utilizes LanguageTool.
- Privacy Note: Enabling this sends your text (in plain text format) securely via our server to the LanguageTool service for analysis.
- Plain Text Exposure Mode: Writing workflows often benefit from third-party tools like Grammarly.
- Privacy Note: To use these browser extensions, you must toggle on Plain Text mode. This exposes your decrypted text to the browser's standard input pipeline so the extension can read it. Be aware that this means your notes are temporarily accessible to that extension and potentially its cloud servers.
7. Exporting Options
When you need to take your work outside of Mind Dump, Notebooks offers robust export options:
- PDF Export: Generates a clean, paginated PDF document. This export respects your "Page Format" settings (found in the toolbar) for headers, footers, and margins.
- Rich Text (Word) Export: Exports the document as a Microsoft Word
.docx) file, preserving standard formatting and structure. - OPML Export: Ideal for mind-mapping or outlining tools, this exports the strict hierarchical structure of your Markdown headings.
8. Sharing & Local Systems
Notebook Sharing
You can share individual Pages or entire Notebooks with others securely.
- When you create a Share, the current state of the document is "frozen."
- You set a custom Passcode, expiration date, and can even enable "Burn on read" for highly sensitive sharing.
- You must deliver the Share Link and the Passcode to the recipient via separate secure channels.
Local Notebook System
By default, your encrypted Notebooks are synced to the Mind Dump server. However, if you are using a Chromium-based browser (like Chrome, Edge, or Brave), you can utilize the Local Notebook system.
- True Local Storage: This saves your encrypted notebooks directly to a designated folder on your computer's hard drive, using the browser's File System Access API.
- Zero Server Contact: Local Notebooks never touch the Mind Dump servers, offering an extreme level of air-gapped security while still utilizing the Mind Dump web interface.
Backup and Restore
You can generate full encrypted backups of your server-based notebooks. These are downloaded as a single package file, which can later be restored via the "Restore Backup" function if needed.
9. Frequently Asked Questions (FAQ)
Q: I forgot my Mind Dump password. Can you recover my Notebooks?
A: No. Due to the True End-to-End Encryption architecture, we do not have your key. Your password is required to decrypt the data. If it is lost, the data is unrecoverable.
Q: Why doesn't Grammarly work on my notes by default?
A: To protect your privacy, the editor uses a secure iframe that blocks external extensions from reading your text. To use Grammarly, you must explicitly enable "Plain Text" mode under the Grammar Checking menu, acknowledging the privacy trade-off.
Q: Can I use LaTeX for things other than math?
A: Yes! While hybrid Markdown handles standard formatting beautifully, you can use LaTeX syntax for complex document structures if you prefer.
Q: What happens if I edit a note that I've already shared?
A: Nothing changes for the recipient. When you generate a share link, it takes a "snapshot" of the document at that exact moment. Future edits require creating a new share link.