Documentation

Parallel Notes User Guide

A practical, end-to-end manual for turning long source material into compact, editable revision notes while keeping the source document intact.

1 · Overview

What Parallel Notes does

Parallel Notes is a two-pane browser workspace for source → compression → refinement. The left pane is the source of truth. The right pane contains the AI-generated draft, which remains fully editable.

Core principle: compression, not research. The AI is instructed to stay inside the supplied source. It is designed to preserve source-stated facts, numbers, names, dates, qualifiers and relationships rather than silently adding outside information.

The application is client-side and static. Your workspace is persisted in the browser, while cloud AI providers are optional. A local WebLLM model can be used when the browser/device supports it.

2 · Interface

Understand the workspace

Documents sidebar

Create documents, import files, switch between documents and manage existing documents. The active document is highlighted.

AI toolbar

Shows AI availability, the selected model, the output mode, Customize and Generate/Stop controls.

Source pane

Your parent material. Edit it freely, render mathematics, copy it, download it, or maximize the pane.

Result pane

Your generated draft. It can be edited independently, copied, downloaded or printed/exported.

Sidebar footer

The information button opens documentation links; the centred status shows save state; theme and settings controls sit on the right.

Pane splitter

Drag the vertical divider between Source and Result to allocate more space to either pane.

On smaller screens the sidebar can be collapsed. Use the sidebar toggle in the AI toolbar to show or hide it.

3 · First document

Your first end-to-end workflow

Create or importClick the new-document button for a blank workspace, or use Upload Document to bring in a PDF/DOCX.
Check the Source paneReview headings, paragraphs, lists, tables and equations. Rename the document from the Source header if needed.
Choose a modelUse a configured local or cloud model. Local models may require a one-time download and compatible WebGPU support.
Choose a modeStart with Short Notes for a normal revision pass. Use another mode when the structure of the desired output is different.
GenerateClick Generate. Output is streamed into the Result pane as it becomes available.
Refine and exportEdit the result like a normal rich-text document, then copy, download as PDF/DOCX or use print-friendly output.
Tip for serious revision work: keep the source intact and treat the Result pane as a derived revision layer. If the generated note misses an important detail, improve the source or use a more faithful AI setting rather than relying on the model to invent the missing fact.
4 · Editing

Source and Result panes

Source pane

  • Edit the source directly in the rich-text editor.
  • Rename the document from the document-name field in the pane header.
  • Render Math & Refresh refreshes displayed LaTeX/math rendering.
  • Copy notes copies the source content for reuse elsewhere.
  • Download Source opens the export workflow for the current Source pane.
  • Maximize pane temporarily gives the Source editor the available workspace.
  • The footer shows the source word count and reminds you that AI generation does not replace the source.

Result pane

  • The result is editable; generated text is not locked.
  • Use Render Math & Refresh when equations need a fresh render.
  • Copy, download and maximize controls work independently of the Source pane.
  • Switching documents restores each document's saved Source/Result state.

You can select a passage in the Source editor before generating. When a selection exists, the AI receives that selected passage as the primary content, plus a limited amount of surrounding context. With no selection, the full source document is used.

5 · AI workflow

How generation works

Generation is deliberately source-bound. The application packages the editor text, the requested scope and useful structural hints before sending the task to the selected provider.

No selection

The complete Source pane becomes the primary source. This is the normal full-document workflow.

Text selected

Only the selected passage is primary. Up to a limited local context around it is supplied to help preserve meaning.

Streaming

For supported providers, the Result pane is updated progressively instead of waiting for the entire response.

Stop generation

The Generate button becomes a red stop control while running. Stopping preserves the partial output already produced.

Important source anchors include dates, numbers, names, institutions, legal references, examples, chronology, qualifiers, negations and causal relationships. The system prompt explicitly discourages correcting, researching, updating or filling gaps from outside knowledge.

6 · Output modes

Choose the right transformation

ModeUse it when
Short NotesYour default revision pass. Compress the source while retaining high-value factual anchors.
Super-ShortYou want a much denser last-minute revision layer. It is more aggressive about removing explanatory prose.
Structured NotesThe source benefits from clear hierarchy, sections, bullets and structured presentation.
ComparisonThe source contains contrasts, alternatives, schools, approaches, features or other material that benefits from side-by-side organization.
MindmapYou want concepts and source-supported relationships represented visually rather than as a normal text draft.
CustomYou need a task-specific instruction. Custom instructions are layered on top of the source-bound safety rules.

Custom instructions

Click Customize to add an instruction such as “prioritize numerical data and committee names” or “use compact comparison tables where useful.” Your custom instruction steers presentation and emphasis; it does not override the source-only boundary.

7 · Importing

Bring material into Parallel Notes

PDF and DOCX

Use the Upload Document button in the sidebar. The importer creates a new document and places extracted content in its Source pane.

  • PDF: searchable text is reconstructed with attention to paragraphs, headings, lists, tables, columns and common repeated headers/footers.
  • DOCX: Word headings, paragraphs, lists, tables, emphasis and links are converted into editor-ready content.
  • Imported files are processed temporarily; the application saves the resulting editor content rather than keeping the original upload as a workspace file.
  • Standard extraction is the fast deterministic path.
  • Enhanced structure assist can use the selected AI model to classify ambiguous structure. Extracted text remains the source of truth.

URL / external imports

Parallel Notes also contains URL-import integration for supported external content. For YouTube URLs, the application can use an available transcript service and a configured fallback path. Availability depends on the source and browser/network conditions.

After import: always scan the first few paragraphs and major headings before generating. Extraction quality determines the factual input available to the AI.
8 · Exporting

Save or share your work

Source and Result have independent export controls. The export dialog currently supports:

PDF

Print-ready document generated from the current pane.

Word (.docx)

Editable Word output with rich-text structure and rendered equations where required.

Print-friendly

Print exactly the current pane using a dedicated print layout.

Save as Source Notes

When offered from the Result workflow, creates a new document using the current draft as its source.

For long documents, PDF export is designed to paginate per page rather than attempting to render the entire document as one oversized canvas. DOCX export uses a normalized content snapshot so the live editor remains unaffected.

9 · Settings

Configure models and AI behaviour

Models tab

  • Configure Gemini, OpenAI, OpenRouter and custom OpenAI-compatible API models.
  • Add local WebLLM models when supported by the application/runtime.
  • API keys can be remembered on the device for convenience. They are not stored in a secure secrets vault.
  • Local model caches can be inspected and cleared separately from your workspace documents.

AI Behaviour tab

  • Source fidelity: Maximum, High or user-tuned emphasis.
  • Revision density: targets for Short and Super-short output; these are targets, not hard word limits.
  • Generation controls: temperature, Top P and maximum output tokens.
  • Long-document context budget: controls the source chunking budget.
  • Auto-split long documents: enables automatic chunking for large inputs.
  • Local context window: controls local-model context and may require reloading the model.
  • Reasoning / thinking: provider-specific reasoning controls where supported.
  • Prompt addendum: adds an emphasis instruction to every AI task without overriding source-grounding rules.

Data & Reset tab

You can clear local model caches, delete all workspace documents, or use the full reset action. Treat reset actions as destructive operations.

10 · Documents & saving

How persistence works

Documents are stored individually in the browser's IndexedDB workspace. Settings are also kept locally. The Saved indicator in the sidebar footer communicates the current persistence state.

  • Normal editor changes are autosaved through the document controller.
  • Creating, renaming, switching and deleting documents updates the workspace state.
  • Generating documents may be promoted to the top of the recent document list.
  • Parallel Notes uses browser-local state; opening the same workspace in another browser/device does not automatically sync it.
Browser data matters. Clearing site data, using private browsing, or resetting the workspace can remove locally stored documents and/or model caches. Export important notes before clearing browser storage.
11 · Mindmap

Use Mindmap mode for conceptual revision

Mindmap mode generates a saved concept graph instead of a normal text result. The view provides three ways to inspect it:

  • Overview: a broad map of the generated concepts.
  • Linkages: relationships between source-supported concepts.
  • Section map: focus on a selected source section.

The mindmap also reports coverage such as concept, relationship and section counts. It is intended as a study/revision aid, not as a replacement for checking the underlying source.

12 · Privacy & providers

Know where your text goes

When you use a local WebLLM model, inference is performed in the browser. When you select a cloud model, the relevant source text is sent from your browser to that provider according to the provider's API behaviour.

  • Workspace documents are stored locally in IndexedDB.
  • Remembered API credentials are stored locally for convenience.
  • Imported PDF/DOCX files are processed temporarily; the resulting editor content is what becomes workspace data.
  • The website currently includes a Counter.dev analytics script.
  • Third-party provider policies apply when you send content to those providers.

For the full application-specific summary, read the Privacy Policy.

13 · Troubleshooting

Common problems

“AI not loaded” / local model will not load

Check whether the selected local model is compatible with your browser/device and whether WebGPU is available. You can switch to a configured API provider if local inference is not practical.

Generation is slow

Generation speed depends on the selected provider/model, document length, context budget and network conditions. For large documents, enable automatic chunking and use an efficient model suited to summarization.

The result misses information

Try Maximum — protect facts first, a less aggressive mode, or a custom instruction emphasizing the missing type of information. Also check that the source extraction itself contains the missing fact.

PDF/DOCX import looks wrong

Complex layouts can be difficult to reconstruct. Review the extracted Source pane before generation. For PDFs, Enhanced structure assist can help classify ambiguous structure when an AI model is configured.

My notes disappeared

Check that you are using the same browser profile and origin. Do not clear site data before exporting important work. The app does not provide cloud synchronization for the local workspace.

Best practice: keep a periodic PDF/DOCX backup of important revision notes, especially before browser resets, device changes or major application updates.