Sentinel is a BLAZINGLY fast markdown WYSIWYG editor with LaTeX support.
A lot of features ! Most don't work realiably yet.
- Dynamic Math Support (LaTeX): Uses SwiftMath to compile and render inline (
$e^{i\pi} + 1 = 0$) and display-mode ($$x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$$) LaTeX. - Markdown Highlighting: Dynamically transforms markdown bold (
**), italic (_), headers (#), and unordered lists (-) into styled UI fonts, following obsidians implementation. - Stochastic crashing: The app will randomly crash, this is a feature.
- macOS 13.0 or higher
- Swift 5.8+
Sentinel is managed as a standard Swift Package Manager executable.
swift build
swift run