You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,17 +20,6 @@ Most Markdown editors fall into two extremes: they’re either too minimal to be
45
20
SnapDock was created to fill that gap.
46
21
It provides a predictable, distraction‑free Markdown workspace for writers, developers, and creators who want clarity, speed, and a local‑first environment that stays out of the way.
47
22
48
-
49
-
50
-
## Overview
51
-
SnapDock is a modern, distraction-free Markdown editor built for people who want to write without fighting their tools.
52
-
53
-
It focuses on clarity, stability, and local-first writing — offering a calm editing experience without plugin overload, IDE complexity, or unnecessary workflow friction.
54
-
55
-
SnapDock sits between minimalist note apps and heavily extensible writing platforms, providing a predictable and focused desktop writing experience that stays fast and approachable.
56
-
57
-
---
58
-
59
23
## Features
60
24
61
25
- Multi‑tab Markdown editing
@@ -68,11 +32,9 @@ SnapDock sits between minimalist note apps and heavily extensible writing platfo
68
32
- Multiple built‑in themes
69
33
- Cross‑platform desktop support
70
34
71
-
---
72
-
73
35
## Requirements
74
36
75
-
SnapDock runs on any modern system that supports Electron‑based desktop apps. No additional runtimes or dependencies need to be installed.
37
+
SnapDock runs on any modern system that supports Electron‑based desktop apps.
76
38
77
39
**Operating System**
78
40
- Windows 10 or later
@@ -81,57 +43,38 @@ SnapDock runs on any modern system that supports Electron‑based desktop apps.
81
43
- macOS support is not currently available
82
44
83
45
**Hardware**
84
-
- CPU: 1 core minimum (2 cores recommended)
85
-
- Memory: 512 MB minimum (1 GB recommended)
86
-
- Disk Space: ~750 MB
46
+
- CPU: 2GHz
47
+
- Memory: 2GB
48
+
- Disk Space: 2GB
87
49
88
50
**Performance**
89
-
SnapDock typically uses around **180 MB RAM** and **under 1% CPU** during normal editing, making it suitable for low‑power laptops, VMs, and older hardware.
51
+
Recently snapdock has been start to slow on some builds, this is more a electron issue and im working on a fix
90
52
91
53
> **Note for Linux users:**
92
54
> SnapDock AppImage builds require `FUSE` to run.
93
55
> Some modern Linux distributions no longer ship FUSE by default.
94
56
> Install it using your package manager (e.g. `sudo apt install libfuse2` on Ubuntu/Debian).
<imgsrc="assets/screenshots/snapdock-light.png"width="45%"alt="SnapDock on Ubuntu 26 (Light Theme)" />
280
193
<imgsrc="assets/screenshots/snapdock-dark.png"width="45%"alt="SnapDock on Windows 11 (Dark Theme)" />
281
194
</p>
282
195
283
-
---
284
-
285
196
## Known Issues
286
197
287
198
SnapDock is stable on all supported platforms, but one upstream limitation is worth noting:
@@ -291,17 +202,6 @@ Some Linux distributions may experience minor rendering or window‑manager issu
291
202
292
203
We continue to update Electron regularly and are evaluating alternative runtimes to maximise long‑term stability on Linux.
293
204
294
-
---
295
-
296
-
## Related Projects
297
-
298
-
SnapDock is part of a growing ecosystem of focused, long‑term tools.
299
-
300
-
-**SnapBoard** — Local‑first planning and card system
301
-
https://github.com/ZFordDev/SnapBoard
302
-
303
-
---
304
-
305
205
## Support
306
206
307
207
You can support SnapDock by:
@@ -312,35 +212,33 @@ You can support SnapDock by:
312
212
- Improving documentation
313
213
- Contributing code
314
214
315
-
---
316
-
317
215
## Contributing
318
216
319
217
Contributions, bug reports, feature requests, and feedback are welcome.
320
218
321
-
See `CONTRIBUTING.md` for project‑specific guidelines.
322
-
For ecosystem‑wide expectations, see [STANDARDS.md](https://github.com/ZFordDev/ZFordDev/blob/main/STANDARDS.md).
323
-
324
-
---
219
+
See `CONTRIBUTING.md` for project‑specific guidelines.
325
220
326
221
## Security
327
222
328
223
See `SECURITY.md` for vulnerability reporting guidelines.
329
-
If no security policy is present, please report issues responsibly via GitHub Issues.
330
-
331
-
---
332
224
333
225
## License
334
226
335
-
Released under the MIT License.
336
-
See `LICENSE` for details.
337
-
338
-
---
227
+
SnapDock is MIT and always will be!
339
228
340
229
## About ZFordDev
341
230
342
231
This project is part of the ZFordDev ecosystem — a collection of lightweight, practical tools built with clarity, simplicity, and long‑term maintainability in mind.
343
232
344
-
For ecosystem‑wide standards, see [STANDARDS.md](https://github.com/ZFordDev/ZFordDev/blob/main/STANDARDS.md).
0 commit comments