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.
@@ -25,6 +26,8 @@ Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 10
25
26
* Favorites snippets
26
27
* Tags
27
28
* Light & Dark Mode
29
+
* Theme selection
30
+
* Atom file icons
28
31
* Create snippets via deeplinks from StackOverflow via [a Chrome Extension](https://chrome.google.com/webstore/detail/snip-extractor/fioamfejealgknedajclejcnbilifopf)
29
32
30
33
@@ -33,16 +36,16 @@ Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 10
33
36
Fork from [CodeMirror-Swift](https://github.com/ProxymanApp/CodeMirror-Swift) by [NghiaTranUIT](https://github.com/NghiaTranUIT) 🙏, repackaged for SwiftUI.
34
37
35
38
* CodeMirror v5.57.0
36
-
* Show invisible characters
39
+
* Show/Hide invisible characters
40
+
* Font size
41
+
* Line Wrapping
37
42
* 100+ themes available
38
43
39
44
40
45
# Incoming
41
46
42
-
- Editor customization with font, font size, tab size and more
0 commit comments