@rivolink/leaf-win32-x64 1.15.0 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -25
- package/leaf.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
Terminal Markdown
|
|
6
|
+
Terminal Markdown previewer — GUI-like experience.
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<img src="images/preview.png" alt="leaf" width="710px" />
|
|
7
11
|
</p>
|
|
8
12
|
|
|
9
13
|
## Install
|
|
@@ -140,23 +144,15 @@ cat TESTING.md | leaf
|
|
|
140
144
|
|
|
141
145
|
## Features
|
|
142
146
|
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
- ✅ Bold, italic, strikethrough, blockquotes, lists, and horizontal rules
|
|
153
|
-
- ✅ YAML frontmatter is ignored in both preview and TOC
|
|
154
|
-
- ✅ Native stdin input with bounded size
|
|
155
|
-
- ✅ `leaf --update` to fetch, verify via published SHA256, and install the latest release on supported platforms
|
|
156
|
-
- ✅ Fuzzy Markdown picker when launched without a file, or anytime with `Ctrl+P`
|
|
157
|
-
- ✅ Classic directory browser picker with `leaf --picker`, or anytime with `Shift+P`
|
|
158
|
-
- ✅ Theme picker with runtime preview
|
|
159
|
-
- ✅ Help popup with in-app shortcuts
|
|
147
|
+
- **Live preview** — Watch mode with automatic reload and visual feedback.
|
|
148
|
+
- **File picker** — Fuzzy Markdown picker, directory browser, and watch after selection.
|
|
149
|
+
- **Editor integration** — Open the current file in your preferred editor.
|
|
150
|
+
- **Rich Markdown rendering** — Tables, lists, blockquotes, rules, bold, italic, and strikethrough.
|
|
151
|
+
- **Syntax highlighting** — Common aliases like `py`, `cpp`, `json`, `toml`, `ps1`, `dockerfile`.
|
|
152
|
+
- **LaTeX support** — Inline, block, and `latex` / `tex` code blocks rendered as formulas.
|
|
153
|
+
- **Navigation** — TOC sidebar, active section tracking, heading jumps, and search.
|
|
154
|
+
- **Terminal UX** — Theme picker, help popup, file path popup, mouse and keyboard support.
|
|
155
|
+
- **CLI friendly** — stdin support and `leaf --update` with SHA256 verification.
|
|
160
156
|
|
|
161
157
|
## Typical AI Workflow
|
|
162
158
|
|
|
@@ -168,13 +164,6 @@ aichat "..." > notes.md
|
|
|
168
164
|
leaf --watch notes.md
|
|
169
165
|
```
|
|
170
166
|
|
|
171
|
-
## Roadmap
|
|
172
|
-
|
|
173
|
-
- [x] Themes (light / custom)
|
|
174
|
-
- [ ] Copy code block `y`
|
|
175
|
-
- [ ] Code block horizontal scroll
|
|
176
|
-
- [ ] Improve search performance on large files
|
|
177
|
-
|
|
178
167
|
## Troubleshooting
|
|
179
168
|
|
|
180
169
|
### Windows: missing Visual C++ runtime
|
package/leaf.exe
CHANGED
|
Binary file
|