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
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 10.15+.
5
+
6
+
🌟 Star us on GitHub — it helps!
7
+
8
+

9
+
10
+
## Features
11
+
12
+
* ✅ 100% SwiftUI + Combine
13
+
* Editor with syntax highlighting for every language
14
+
* Support 100+ programming language, if yours is not present, just tell us and we'll add it!
15
+
* Markdown and HTML preview mode
16
+
* GitHub Gists sync
17
+
* Quick snippet copy
18
+
* Organized snippets collection
19
+
* Favorites snippets
20
+
* Tags
21
+
22
+
23
+
## Editor
24
+
25
+
Fork from [CodeMirror-Swift](https://github.com/ProxymanApp/CodeMirror-Swift) by [NghiaTranUIT](https://github.com/NghiaTranUIT) 🙏, repackaged for SwiftUI.
26
+
27
+
* CodeMirror v5.57.0
28
+
* Show invisible characters
29
+
* 100+ themes available
30
+
31
+
32
+
# Incoming
33
+
34
+
- Editor customization with font, font size, tab size and more
35
+
- Create snippets from files
36
+
- Create snippets via deeplinks from StackOverflow
0 commit comments