Texmorph User Guide

Version 1.1.1

February 2, 2026

Welcome. In this user guide, we are going to cover the basic navigations of Texmorph 1.1.0. This guide applies to both MacOS and iOS version, as navigations and algorithms are exactly the same.

Main Interface

The Panels

  • Input (Left): Paste or type your source text here. Use the clipboard button to paste instantly, or the trash button to clear.
  • Result (Right): Your processed text appears here in real-time. Click "Copy" to export to your clipboard.

Status & Diff

At the bottom, a character count summary shows changes (+/-). Note sometimes you will see a large number of add/deletions.

Tip: Click "Show Diff" to highlight changes. Red strikethrough = Removed
Green text = Added

Ruleset Module

LaTeX
  • Fix Format Conflict: Removes accidental Markdown formatting around math.
  • Fix Corrupted Breaks: Repairs broken line breaks (e.g., matrix failures).
  • Fix LaTeX Line Breaks: Converts single backslashes to double.
  • Remove Math: Strips inline/block math delimiters.
Markdown

Remove specific elements:

  • Citations & Footnotes
  • Bold, Italic, Strikethrough
  • Headings & Lists
  • Blockquotes, Links, Images
Code Cleanup
  • Non-ASCII: Strips CJK, emojis, special symbols.
  • Comments: Removes // /* */ and # style comments.
  • Whitespace: Removes empty lines and trims trailing spaces.

Tip: Click a category header to enable/disable all rules in that group.

Find & Replace

Controls

  • Fields: Enter search text and replacement text (leave empty to delete).
  • Toggles: Enable Regex for patterns or Aa for case sensitivity.
  • Action: Click "Replace All" to execute. Match count updates in real-time.

"Apply to Input" Workflow

The purple button allows you to chain operations by copying the result back to the input.

  1. Paste text & Replace "hello" → "world"
  2. Click Apply to Input
  3. Replace "world" → "universe"
  4. Copy final result

Settings

Configuration

  • Appearance: Follow your System settings, Light, or Dark mode.
  • About: Version info and Privacy Policy.

Support

  • User Manual: Opens this guide.
  • Report a Bug: Send your discoveries through email and let me know! Thanks:)

And that’s it! You’re now ready to use Texmorph.