SoloMD 4.7.1
A patch on top of 4.7 — mostly live-preview rendering fixes plus a few requested file-tree and layout conveniences. macOS / Linux / iOS / Android. (Windows uses its own block editor and already rendered these.)
Live preview — lists, tasks and rules now render
In the live-rendering modes (live-edit, and the edit/split panes with the live-preview toggle on), headings rendered but list markers, task checkboxes and horizontal rules stayed as raw markdown — a heading looked previewed above an un-previewed list. Now, off the caret line:
-/*/+bullets render as a • glyph (ordered1./1)keep their number)- task items (
- [ ]/- [x]) show just the checkbox, dash hidden ---/***/___render as a horizontal rule- the raw markdown is revealed on the line you're editing, as before
Source mode is now genuinely plain: with the live-preview toggle OFF, headings are no longer enlarged — #, -, ** show literally, so "source" and "live" are clearly different states.
File tree
- Copy path / Copy relative path in the right-click menu, for files and folders (#120)
- Close folder button in the Explorer header — an opened folder could never be closed before (#118)
Layout
- Limit editor width setting — centre the editing column to a readable width instead of full-bleed long lines (#109)
- The Fit-Width toggle now also works in reading mode (720px ↔ full width) (#117)
Also
- Verified relative-path
.mdlinks (./x.md,../x.md,sub/x.md) resolve and open correctly (#116)