attnmd 0.2.0 → 0.3.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ That's it. A native window opens with your project's markdown rendered beautiful
|
|
|
28
28
|
|
|
29
29
|
Most markdown previewers are either browser tabs you have to manually refresh, or Electron apps that eat your RAM for breakfast.
|
|
30
30
|
|
|
31
|
-
attn is a **single
|
|
31
|
+
attn is a **single <20MB binary**. It forks to background as a daemon, opens a native macOS window, and watches your files. Edit in Vim, VS Code, whatever — attn reloads instantly. Open another file? It joins the same window as a tab.
|
|
32
32
|
|
|
33
33
|
**What you get:**
|
|
34
34
|
|