Telescopo Markdown Studio purchase completed but features did not unlock
If the Mac App Store purchase completed but Telescopo still shows access as locked:
- Quit and reopen Telescopo.
- Open Settings > Telescopo.
- Click Restore Purchase.
- Make sure you are signed into the Apple ID used for the purchase.
- Confirm that your Mac has an internet connection.
If Telescopo Markdown Studio still does not unlock, contact support and include:
- Telescopo version.
- macOS version.
- Whether the purchase appears in your Apple purchase history.
- Whether restore shows an error.
Do not send private document contents.
Restore Purchase does not find my Telescopo Markdown Studio purchase
Restore depends on the Mac App Store and the Apple ID that purchased the upgrade.
Check:
- You are signed into the same Apple ID that purchased Telescopo or Telescopo Markdown Studio.
- The purchase was completed and not cancelled.
- The Mac can reach the App Store.
- You are using the Mac App Store version of Telescopo.
Then try:
- Quit Telescopo.
- Reopen Telescopo.
- Open Settings > Telescopo.
- Click Restore Purchase.
If you previously purchased Telescopo, restore should unlock Telescopo Markdown Studio.
The purchase is pending
Some App Store purchases can be pending instead of immediately completed. This may happen because of App Store review, Ask to Buy, payment authorization, account state, or temporary App Store conditions.
When a purchase is pending:
- Telescopo cannot activate purchased access until Apple completes the transaction.
- Keep the app installed.
- Check the App Store account state.
- Try Restore Purchase after the pending transaction resolves.
Telescopo listens for transaction updates from StoreKit. When Apple completes the transaction, Telescopo should be able to apply the paid entitlement.
My 7-day trial ended
When the trial ends, complete Telescopo Markdown Studio access becomes locked.
Your Markdown files remain unchanged on your Mac. To continue using Telescopo, unlock Lifetime Access with a one-time $49.99 purchase from the purchase window.
If you already purchased Telescopo, use Restore Purchase instead of purchasing again.
Telescopo says the trial is unavailable
Telescopo protects the 7-day trial by verifying its saved trial record and your Mac's date and time.
Try:
- Open System Settings > General > Date & Time.
- Turn on automatic date and time.
- Confirm that your Mac has an internet connection.
- Quit and reopen Telescopo.
If the message continues, contact support and include the exact trial message, Telescopo version, and macOS version. Do not remove or alter system trial records.
I previously bought Telescopo but access is locked
Previous Telescopo purchases continue to include Lifetime Access.
If Telescopo access is locked:
- Make sure you are using the same Apple ID that bought Telescopo.
- Click Restore Purchase.
- Restart Telescopo.
- Confirm you are using the Mac App Store build.
If restore still fails, contact support with the app version, macOS version, and whether Telescopo appears in your Apple purchase history.
macOS says Telescopo does not have permission to open a linked file
This comes from macOS App Sandbox protections.
Telescopo can access files that you explicitly choose, plus files macOS allows through security-scoped access. A Markdown file may link to a neighboring document that Telescopo has not been granted permission to open yet.
Fixes:
- Open the target file manually using Open File.
- Open the containing folder or related project files in a way that grants access.
- Move linked Markdown files into a folder Telescopo already has permission to access.
- Use explicit relative links like
[Notes](notes.md)or[[notes.md]].
Telescopo does not bypass macOS file permissions.
Clicking a local Markdown link does nothing
Check the link target.
For best results:
- Include the extension:
[[notes.md]]. - Keep linked files in the same folder when possible.
- Avoid linking to files outside the folder hierarchy Telescopo can access.
- Confirm the target file exists.
- Confirm the target is a supported Markdown file.
If the file exists but still does not open, open the target manually once. This gives Telescopo permission to access it.
Mermaid diagram is not rendering
Mermaid diagrams must be inside a fenced code block labeled mermaid.
Example:
flowchart TD
A[Start] --> B[Finish]
If a diagram fails:
- Confirm the code fence starts with
`mermaid. - Check Mermaid syntax.
- Try a simpler diagram first.
- Confirm you are using a supported Mermaid diagram type.
- Avoid unsupported or experimental Mermaid syntax.
- Restart Telescopo if a diagram renderer appears stuck.
Telescopo supports many Mermaid diagram types, but Mermaid syntax still needs to be valid.
Mermaid diagram looks low contrast in a dark theme
Telescopo supports theme-aware Mermaid rendering and Mermaid background customization.
If a diagram is hard to read:
- Try a different theme.
- Use Contrast Light or Contrast Dark.
- Adjust Mermaid diagram background settings.
- Export or preview with a lighter theme if the diagram will be shared.
Some Mermaid diagram palettes are more readable on light backgrounds, while others fit better into dark themes.
Mermaid diagram is too small
Use Mermaid diagram magnification to inspect dense diagrams.
You can also:
- Increase document zoom.
- Use a wider reading width.
- Export in landscape orientation for wide diagrams.
- Simplify extremely dense diagrams into smaller sections.
LaTeX math is not rendering
Telescopo renders LaTeX-style math inside Markdown using KaTeX.
Use inline math:
$E = mc^2$
Use display math:
$$
\frac{a}{b}
$$
If math does not render:
- Confirm delimiters are correct.
- Avoid unmatched dollar signs.
- Try display math for complex formulas.
- Check whether the command is supported by KaTeX.
- Escape literal dollar amounts in financial documents if needed.
Dollar amounts are being treated as math
Telescopo includes improved detection to avoid treating normal financial dollar amounts as math. Still, ambiguous text can confuse Markdown math parsing.
If a dollar amount renders incorrectly:
- Add spaces around normal currency text.
- Escape literal dollar signs as
\$. - Use code formatting for examples involving currency syntax.
Example:
The price is \$12.50.
PDF export looks different from the preview
PDF export preserves the rendered Markdown, diagrams, math, syntax highlighting, typography, and selected theme as closely as possible.
Differences may still happen because PDF layout is paged and screen preview is continuous.
Try:
- Switching between portrait and landscape.
- Adjusting margins.
- Changing paper size.
- Increasing reading width before export.
- Simplifying very wide Mermaid diagrams or tables.
- Checking the PDF preview before saving.
Landscape export is recommended for wide diagrams and tables.
Images are missing from my Markdown file
Check image paths and permissions.
For local images:
- Keep images near the Markdown file.
- Use relative paths where possible.
- Open the Markdown file through Open File so Telescopo gets access to the folder context.
- Confirm the image file still exists.
For remote images:
- Confirm the URL is reachable.
- Confirm network access is available.
- Be aware that remote image loading depends on the external server.
Telescopo is local-first, but it can display remote images when the Markdown document references them and network access is available.
Recent files cannot reopen a document
Recent files depend on macOS file permissions and security bookmarks.
If a recent file does not reopen:
- The file may have moved.
- The file may have been renamed.
- The original folder permission may no longer be valid.
- The file may be on an unavailable external drive or cloud location.
Open the file manually again using Open File. Telescopo can then refresh its access.
Live Monitoring is not updating my file
Live Monitoring works with local Markdown files in Telescopo Markdown Studio.
Check:
- The file is a local Markdown file.
- Live Monitoring is turned on.
- The external app is actually saving changes to disk.
- The file has not moved or been replaced in a way macOS treats as a new file.
- Telescopo still has permission to access the file.
If needed, turn Live Monitoring off and on again, or reopen the file.
Live Monitoring is available from Workspace in the command bar.
iCloud documents are not appearing on another Mac
Telescopo can use iCloud-first save locations and sync app settings, but iCloud document availability is controlled by Apple iCloud and macOS.
Check:
- You are signed into the same Apple ID on both Macs.
- iCloud Drive is enabled.
- The document was saved to an iCloud location.
- The other Mac has finished syncing.
- Low Power Mode, network state, or iCloud status is not delaying sync.
If a document is not visible yet, check Finder's iCloud Drive location and confirm the file exists there.
AI Assistant does not appear or does not work
AI Assistant is included with Telescopo Markdown Studio and requires a supported Mac with Apple Intelligence availability.
Check:
- Telescopo Markdown Studio is unlocked.
- Your Mac supports Apple Intelligence.
- Your macOS version supports the required Apple Intelligence features.
- Apple Intelligence is enabled in System Settings.
- The current document is a supported document type.
If AI Assistant is unavailable, Telescopo should continue to work normally as a Markdown reader/editor.
Why is an editor command unavailable?
Editor commands depend on the active view and document state.
- Switch from Reader to Editor or Split to use Markdown insertion commands.
- Markdown and Diagrams & Math commands are unavailable when the editor is in preview-only access.
- Insertion commands are temporarily unavailable while Telescopo is resolving a file conflict.
- Some non-Markdown formats support reading and navigation but not Markdown editing.
If a command remains unavailable for a local Markdown file, save or resolve any pending conflict, then reopen the document in Editor or Split view.
Code files open but Editor is unavailable
The Telescopo editor is focused on Markdown authoring.
Markdown files can use Reader, Editor, and Split views. Code files are supported for viewing, syntax highlighting, and navigation where available, but not all code files are meant to open in the Markdown editor.
Use an IDE or code editor for full programming-language editing workflows.
EPUB, PDF, or LaTeX behavior is different from Markdown
Markdown is Telescopo's primary focus.
As of Telescopo 7.0.0, native PDF preview, native EPUB preview, and standalone LaTeX or MathJax-style .tex preview are deprecated.
Telescopo may continue to open some of these formats for now, but they are legacy paths and will likely be removed in a future version to reduce code complexity.
For LaTeX content, the recommended path is KaTeX-style TeX syntax embedded inside Markdown.
Markdown-to-PDF export is separate from PDF preview. Exporting rendered Markdown to PDF remains a supported Telescopo Markdown Studio feature.
Are SVG and code viewing deprecated?
No. Standalone SVG viewing and code viewing remain supported.
That said, Telescopo's core path is Markdown. The primary future-supported workflow is rich Markdown with embedded images/SVG diagrams, Mermaid diagrams, LaTeX math, and fenced code blocks with syntax highlighting.
For full programming-language editing, use a dedicated code editor or IDE. Telescopo's code support is focused on fast viewing, syntax highlighting, and navigation.