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.
@@ -28,18 +27,21 @@ Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 11
28
27
* Light & Dark Mode
29
28
* Theme selection
30
29
* Atom file icons
30
+
* Share snippet via [carbon.now.sh](https://carbon.now.sh/)
31
31
* Create snippets via deeplinks from StackOverflow via [a Chrome Extension](https://chrome.google.com/webstore/detail/snip-extractor/fioamfejealgknedajclejcnbilifopf)
32
32
33
33
34
34
## Editor
35
35
36
36
[CodeMirror-SwiftUI](https://github.com/Pictarine/CodeMirror-SwiftUI) is a fork from [CodeMirror-Swift](https://github.com/ProxymanApp/CodeMirror-Swift) by [NghiaTranUIT](https://github.com/NghiaTranUIT) 🙏, repackaged for SwiftUI.
37
37
38
-
* CodeMirror v5.57.0
38
+
* CodeMirror v5.59.4
39
39
* Show/Hide invisible characters
40
40
* Font size
41
41
* Line Wrapping
42
42
* 100+ themes available
43
+
* Autocompletion hints (ctrl+space)
44
+
* Reindent (ctrl+i)
43
45
44
46
45
47
# Incoming
@@ -49,6 +51,12 @@ Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 11
0 commit comments