This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1e4065
commit 10a7403
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Snip | ||
==== | ||
|
||
Snip is a lightweight snippets manager built with SwiftUI + Combine for macOS 10.15+. | ||
|
||
🌟 Star us on GitHub — it helps! | ||
|
||
![Screen Shot 2020-08-26 at 7 55 56 PM](https://user-images.githubusercontent.com/1506323/91417795-97808a00-e851-11ea-8100-c9d2b075b59d.png) | ||
|
||
## Features | ||
|
||
* ✅ 100% SwiftUI + Combine | ||
* Editor with syntax highlighting for every language | ||
* Support 100+ programming language, if yours is not present, just tell us and we'll add it! | ||
* Markdown and HTML preview mode | ||
* GitHub Gists sync | ||
* Quick snippet copy | ||
* Organized snippets collection | ||
* Favorites snippets | ||
* Tags | ||
|
||
|
||
## Editor | ||
|
||
Fork from [CodeMirror-Swift](https://github.com/ProxymanApp/CodeMirror-Swift) by [NghiaTranUIT](https://github.com/NghiaTranUIT) 🙏, repackaged for SwiftUI. | ||
|
||
* CodeMirror v5.57.0 | ||
* Show invisible characters | ||
* 100+ themes available | ||
|
||
|
||
# Incoming | ||
|
||
- Editor customization with font, font size, tab size and more | ||
- Create snippets from files | ||
- Create snippets via deeplinks from StackOverflow | ||
- iCloud Sync & Restore | ||
- Themes | ||
- Search | ||
|
||
|
||
## Contributing | ||
|
||
Contributions are always welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters