Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.01 KB

File metadata and controls

50 lines (33 loc) · 1.01 KB

Mindle

A quiet place to read Markdown.

What it does

Open any .md file and read it in a clean, serif, e-reader style layout. You can:

  • Highlight any paragraph with one click
  • Attach a note to any block
  • Toggle between light, sepia, and dark themes
  • Zoom the type with ⌘+ and ⌘-
  • Pop out an annotations sidebar with ⌘⇧A

Annotations are saved in a hidden .yourfile.md.mindle.json sidecar next to your file. Nothing leaves your machine.

Code looks decent too

func greet(_ name: String) -> String {
    "Hello, \(name)!"
}

Keyboard

  1. ⌘O — open a file
  2. ⌘⇧T — cycle theme
  3. ⌘⇧A — toggle annotations
  4. ⌘+ / ⌘- — font size

Happy reading.

Math (KaTeX)

Inline: when $a^2 + b^2 = c^2$ holds, we have a right triangle. Greek: $\alpha + \beta = \gamma$.

Display:

$$ \sum_{i=1}^{n} i = \frac{n(n+1)}{2} $$

$$ \int_{-\infty}^{\infty} e^{-x^2} , dx = \sqrt{\pi} $$

Dollar amounts stay plain text: it cost $5 and we paid $10 total.