Using Telescopo Navigator
Telescopo Navigator is included with Telescopo Markdown Studio for moving through long Markdown and technical documents.
Navigator builds a live outline from your document structure, then lets you jump between sections without manually scrolling through the entire file.
Use Navigator for:
- Large Markdown documents.
- Engineering design docs.
- READMEs.
- Research notes.
- Product specs.
- Runbooks.
- Code and technical reference files where symbols or sections are available.
To use Navigator:
- Open a supported document.
- Click the Navigator button in the bottom toolbar or Telescopo side panel.
- Select a section from the outline.
- Use Left and Right arrow shortcuts to move between dynamic sections where supported.
Navigator is most useful when your Markdown file uses a clear heading hierarchy:
# Project
## Overview
## Architecture
### API
### Database
## Deployment
Using Live Monitoring
Live Monitoring is included with Telescopo Markdown Studio and watches an open Markdown file for changes made outside Telescopo.
It is designed for workflows where another app, script, AI coding tool, or agent is modifying the file while Telescopo is open as the reading and preview surface.
Use Live Monitoring when:
- An AI coding assistant is editing a Markdown file.
- A script is generating a report.
- Another editor is saving changes to disk.
- You want Telescopo to stay current without manually reloading.
To use Live Monitoring:
- Open a local Markdown file.
- Open the Files popover.
- Turn on Live Monitoring.
- Keep the file open while another app changes it.
When changes are detected, Telescopo refreshes the document while preserving the reading context as much as possible.
Users starting free can still manually reload files from the Files workflow.
Creating a New Markdown Document
Creating documents is part of Telescopo Markdown Studio.
To create a new document:
- Click New Document on the welcome screen or in the Files popover.
- Choose a blank Markdown file or a template.
- Select a save location.
- Start writing in the Telescopo editor.
Telescopo opens new Markdown documents in the editing workspace so you can write source Markdown and see the rendered preview side by side.
Using Markdown Templates
Telescopo Markdown Studio includes 200+ templates across practical writing categories.
Template categories include:
- Planning.
- Product work.
- Engineering documentation.
- Finance.
- Education.
- Writing.
- Meetings.
- Research.
- Operations.
- Personal organization.
Templates are normal Markdown files. After you create a document from a template, you can edit it like any other Markdown file.
Templates are useful when you want structure without starting from a blank page. They can help with project plans, decision records, meeting notes, specs, study notes, financial trackers, and reusable documentation.
Using Split-View Editing and Live Preview
Telescopo Markdown Studio includes a split-view editor for writing and previewing Markdown in one workspace.
In split view:
- The editor shows the Markdown source.
- The preview shows the rendered document.
- You can switch between reader-only, editor, and split modes where supported.
Use split view when:
- Writing documentation.
- Checking Mermaid diagrams.
- Editing LaTeX math.
- Building a document for PDF export.
- Reviewing headings, links, tables, and callouts as you write.
The editor is currently focused on Markdown and Markdown-like documents. Other formats may open in preview or code reading modes instead.
Inserting Mermaid Diagrams
Telescopo Markdown Studio includes insert tools for Mermaid diagrams.
To insert a Mermaid diagram:
- Open a Markdown document in Telescopo.
- Right-click in the editor.
- Choose an Insert option for Mermaid.
- Select the diagram type.
- Edit the inserted code block.
Mermaid diagrams use fenced code blocks:
flowchart TD
A[Start] --> B[Write Markdown]
B --> C[Preview in Telescopo]
C --> D[Export PDF]
Telescopo renders Mermaid diagrams inline inside Markdown and supports many common Mermaid diagram types, including flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, ER diagrams, pie charts, mindmaps, timelines, Git graphs, Sankey diagrams, block diagrams, and XY charts.
Using Mermaid Diagram Magnification
Mermaid diagram magnification helps inspect dense diagrams without leaving the document.
Use it when:
- A diagram is too wide.
- Text inside the diagram is small.
- You want to inspect a specific node or connection.
Open the magnifier on a Mermaid diagram, then move over the area you want to inspect. The magnified view follows the area under the cursor and is especially useful for complex architecture diagrams, flowcharts, sequence diagrams, and exported documentation checks.
Inserting LaTeX Math
Telescopo supports LaTeX-style math inside Markdown through KaTeX rendering.
Inline math:
The result is $E = mc^2$.
Display math:
$$
\int_0^1 x^2 dx = \frac{1}{3}
$$
Use LaTeX math for:
- Research notes.
- Education.
- Technical writing.
- Engineering explanations.
- Machine learning logs.
- Financial or analytical documents with formulas.
Telescopo includes improved handling so ordinary dollar amounts in financial documents are less likely to be mistaken for math.
Inserting Tables, Callouts, and Markdown Blocks
Telescopo Markdown Studio insert tools help add structure without memorizing syntax.
Useful inserts include:
- Tables.
- Callouts and admonitions.
- Mermaid diagrams.
- LaTeX math.
- Common Markdown blocks.
These tools are designed to keep writing fast. Insert the structure, then customize the content.
Exporting Markdown to PDF
PDF export is included with Telescopo Markdown Studio.
To export:
- Open a Markdown document.
- Choose Export as PDF from the app menu or Files workflow.
- Review the PDF preview.
- Choose portrait or landscape orientation.
- Adjust margins and paper size.
- Save the PDF.
PDF export preserves:
- Rendered Markdown.
- Mermaid diagrams.
- LaTeX math.
- Syntax highlighting.
- Theme styling.
- Typography.
Landscape export is useful for wide diagrams, tables, and technical documentation.
Changing Themes
Telescopo includes practical free themes and a larger Telescopo Markdown Studio theme library.
Telescopo Markdown Studio includes practical light, dark, and contrast themes.
Telescopo Markdown Studio unlocks the full theme library, including additional light themes, dark themes, specialty themes, and animated themes.
Themes affect:
- Markdown rendering.
- Code highlighting.
- Toolbar appearance.
- Diagrams and visual containers where supported.
- PDF export styling.
To change theme:
- Open the Theme popover from the toolbar.
- Select a theme.
- Use Settings to configure default theme behavior.
Changing Fonts, Zoom, and Reading Width
Telescopo includes controls for comfortable reading on different displays.
Use:
- Font controls to change reading font and code font.
- Zoom controls to scale the rendered document.
- Reading width controls to adjust column width for laptops, desktops, and ultrawide monitors.
Reading width is useful when Markdown lines feel too wide on a large display or too constrained on a smaller screen.
Using Search
Use search to find text inside the current document.
Search is useful for:
- Large Markdown files.
- READMEs.
- Technical documents.
- Code files.
- Research notes.
Telescopo does not need search text for analytics or tracking, and it does not upload document contents to a Telescopo server.
Using the AI Assistant
AI Assistant is included with Telescopo Markdown Studio on supported Macs.
It can help with:
- Asking questions about the current document.
- Summarizing long Markdown files.
- Extracting key points.
- Understanding technical content.
- Reviewing research notes or documentation.
AI Assistant uses Apple Intelligence where available and is designed for fully local, on-device document Q&A and summarization on supported Macs.
Requirements depend on Apple Intelligence availability on your Mac and macOS version.
Opening Linked Markdown Files in New Tabs
Telescopo can open linked Markdown files in new tabs when the target file can be resolved and macOS permits access.
Supported link styles include standard Markdown links and wiki-style links:
[Architecture](architecture.md)
[[architecture.md]]
[[Architecture]]
If a link does nothing or macOS shows a permission message, open the linked file manually once with Open File so Telescopo receives permission to access it.