FSNotes is modern notes manager for macOS and iOS.

Overview

Build Status

FSNotes

FSNotes is modern notes manager for macOS and iOS.

macOS app

macOS FSNotes

Key features

  • Markdown-first. Also supports any plaintext and RTF files.
  • Fast and lightweight. Works smoothly with 10k+ files.
  • Access anywhere. Sync with iCloud Drive or Dropbox.
  • Multi-folder storage.
  • Keyboard-centric. nvalt-inspired controls and shortcuts.
  • Syntax highlighting within code blocks. Supports over 170 programming languages.
  • In-line image support.
  • Organize with tags.
  • Cross-note links using [[double brackets]].
  • Elastic two-pane view. Choose a vertical or horizontal layout.
  • External editor support (changes seamless live sync with UI).
  • Pin important notes.
  • Quickly copy notes to the clipboard.
  • Dark mode.
  • AES-256 encryption.
  • Mermaid and MathJax support.
  • Optional Git versioning and backups.

iOS app

FSNotes for iOS FSNotes for iOS

Key features

  • Sync via iCloud Drive.
  • 3D Touch and configurable keyboard.
  • TextBundle and EncryptedTextBundle containers.
  • Pinned notes kept in sync with the desktop app.
  • Dynamic fonts (iOS 11+).
  • Night mode by location or screen brightness.
  • Sharing extension.
  • Encrypted note support.

License

FSNotes is written in Swift 5 and is open source (MIT license).

Comments
  • [REQ] New app icon for v3?

    [REQ] New app icon for v3?

    I think the app has come a long way, I'd be happy to submit a new logo for the next big milestone v3!

    Old thread: https://github.com/glushchenko/fsnotes/issues/197#issuecomment-383888900

    Thoughts?

    opened by gingerbeardman 68
  • How Apple kills indie developers

    How Apple kills indie developers

    Over 2 year I am develop FSNotes app, over 1000 commits pushed. I write code almost every day and this is really hard work.

    FSNotes available for free in brew and GitHub. I love this app. One motivation point for me was AppStore sales, and this is now ruined by Apple.

    This message written after 50 days awaiting approving my iOS app – FSNotes Manager.

    Case history

    50 days ago I received this message in AppStore Connect:

    Aug 6, 2019 at 6:45 AM From Apple Hello,

    We are unable to continue this app’s review because your Apple Developer Program account is currently under investigation for not following the App Store Review Guidelines’ Developer Code of Conduct

    During our investigation, we will not review any apps you submit. Once we have completed our investigation, we will notify you via Resolution Center. Due to the nature of the investigation you will be ineligible to receive an expedited review until the investigation is completed.

    We do not require any additional information from you at this time, nor do we have any additional details to share. We appreciate your continued patience during our investigation.

    Best regards,

    App Store Review

    I tried to appeal and got this:

    We understand your concern regarding this investigation. However, your account is still under investigation and no action has been taken against it at this time. We are investigating your apps, account, and any related accounts to ensure compliance with the App Store Review Guidelines, Developer Code of Conduct, and Apple Developer Program License Agreement.

    Once we have completed our investigation, we will notify you via Resolution Center of any next steps. Due to the nature of the investigation you will be ineligible to receive an expedited review until the investigation is completed.

    If we require any additional information about your app or account, we will contact you. We appreciate your continued patience during our investigation.

    No any additional info. WTF?

    Letter written by bot, and you can Google it by key words https://forums.developer.apple.com/thread/116331

    Many people with locked apps awaiting response from Apple. App store team silent from 1 to 3 month, and then unlock (?) reviewing process without any explanations. All these people paid for membership 99 $ and get nothing in results.

    This is OK, App Store Team?

    I am tried to connect via developers support page, and got same – nothing.

    Hello Oleksandr,

    I understand that you do not agree with the way the investigation is being carried out. However, until the investigation in to your account is competed no apps under your account will be reviewed.

    I know that you would like information to share with your users regarding your app, but until the investigation is completed I will not have any updates or additional information to share.

    Thank you for your continued patience throughout the investigation.

    I think it's time to explain to the developers, what going on, Apple?

    Please share and repost this.

    https://news.ycombinator.com/edit?id=21084209 https://www.reddit.com/r/apple/comments/d9o10b/how_apple_kills_indie_developers/

    request help wanted question 
    opened by glushchenko 56
  • [REQ] Indication of current folder

    [REQ] Indication of current folder

    At the end of closed issue #323, @jeff-h wrote as follows:

    "I reckon it could be cool to have the sidebar folders listed in a dropdown at the top of the notes column when you hide the sidebar."

    Because I normally use FSNotes with the sidebar closed, it would be helpful to have some indication of the currently-selected folder. A dropdown list, as suggested by @jeff-h, would be great. Another option might be an unobtrusive popover that provides pertinent information about a note including its folder.

    I don't know enough about interface design to offer something specific, but just wanted to raise this as a possible enhancement.

    request 
    opened by peavine 25
  • Logo proposal: Fsnotes

    Logo proposal: Fsnotes

    Hey, I examined your project (great job by the way) and I can contribute with making a logo design. If you interested please contact me. I am waiting your feedback. Have a nice day! 😄

    Best Regards, Baran Pirincal Visual Communication Designer

    opened by baranpirincal 25
  • Hide/Show sidebar - Sidebar is not restored from hidden view

    Hide/Show sidebar - Sidebar is not restored from hidden view

    Hi!

    Thanks for a great app! In version 2.9.5 aswell as 3.0 beta, whenever I hide notelist (using Cmd+shift+B) or selecting via meny, it minimizes ok, but when a try to restore it, nothing happends. I just see a vertical scrollbar to the left, and have to manually restore the sidebar by manually increase its size using mouse.

    It has been working in earlier versions, perhaps a faulty setting or something?

    BR Anders

    done 
    opened by magicnemo 24
  • [REQ] add support for snapshot/versions

    [REQ] add support for snapshot/versions

    TextEdit does this well, and I often use it solely for this feature.

    NSFileVersion A snapshot of a file at a specific point in time. https://developer.apple.com/documentation/foundation/nsfileversion

    View and restore past versions of documents https://support.apple.com/kb/PH25757

    Many apps automatically save versions of documents as you work on them. At any time, you can browse through document versions and go back to an older version. You can also explicitly save a version.

    A version is saved automatically every hour, or more frequently when you’re making many changes. A version is also saved when you open, save, duplicate, lock, rename, or revert a document.

    Browse, restore, duplicate, and delete versions Open the document, then choose File > Revert To > Browse All Versions.

    Click tick marks along the timeline to browse versions.

    Display the version you want, then do one of the following:

    To restore your document to this version, click Restore.

    To duplicate this version in a new document, press and hold the Option key, then click Restore a Copy.

    To delete this version, move the pointer to the top of the screen to show the menu bar, then choose File > Revert To > Delete This Version.

    To leave your document as is, without changes, click Done.

    Explicitly save a version Open the document, then choose File > Save.

    To save the document using a different filename, location, or format, press and hold the Option key, then choose File > Save As.

    Revert a document to the last opened version Open the document, choose File > Revert To, then choose Last Opened, Last Saved, or Previous Save.

    done 
    opened by gingerbeardman 24
  • [REQ] Handling ToDos across all Notes.

    [REQ] Handling ToDos across all Notes.

    I would love to be able to view all To Dos across all notes (or across notes within a folder).

    Ideally it would show the ToDo line items in an extra note with a link to the note itself.

    opened by dircadmin 23
  • browser extensions

    browser extensions

    Anyone with good Javascript skills and some time? Would be cool to have browser extensions for FSNotes, like this one perhaps:

    Save to nvALT saves pages from Chrome to nvALT. Pages are saved in clean Markdown. No fluff. https://github.com/mustpax/save-to-nvALT

    opened by jeff-h 22
  • Couple of oddities

    Couple of oddities

    When in an RTF note, if you indent a line by pressing tab, the font, colour and background colour all change unexpectedly (perhaps something to do with a markdown feature?).

    Also, when you're at the end of a note and press the down arrow, under some circumstances the scrollbar appears and the document jumps up and down by a line, all from just pressing the down arrow key repeatedly. You can see this at the end of the screencast below.

    2018-02-02 15_51_41

    done 
    opened by jeff-h 21
  • All my notes and tags have disappeared

    All my notes and tags have disappeared

    I had to reboot my iMac Pro as safari was glitching with YouTube videos after the latest Catalina update (maybe nothing to do with the update as it has been working). After opening FsNotes everything looks to have disappeared. Attached is a screenshot from below my Library. Any help would be appreciated. Thanks in advance. L ee Screenshot 2020-11-18 at 11 23 33 Screenshot 2020-11-18 at 11 24 34

    opened by sdclee 19
  • Sync issues

    Sync issues

    Hello,

    I recently started using FSnotes on Mac and iOS. The sync process is very erratic. I am using the latest versions from the respective app stores and sync via iCloud Drive FSNotes folder.

    On the Mac, I see these folders pop up: Screen Shot 2020-04-14 at 3 09 28 PM

    The iPhone notes are not updated if I make changes on the Mac. The iPad sync is also unreliable.

    Appreciate any suggestions on how to fix this annoyance.

    help wanted wontfix ignored template 
    opened by abdcef 19
  • Happy new year 2023! 🎉

    Happy new year 2023! 🎉

    Congratulations to all the contributors and users of FSNotes. It has been a difficult year for the program, but in spite of everything FSNotes has celebrated its fifth anniversary. Version 6 of the application came out, even better and faster.

    Now I'm still struggling with deep git integration, not everything is as good as I'd like it to be. After that a minor update is planned for iOS, with a major number, don't expect any new features, just pulling up the functionality to the macOS version.

    In general, I am almost satisfied with everything, in the new year I plan to focus on stability and bug fixes. Of course it would be nice to be able to change themes, but we'll think about that later.

    I can not miss the political issue, friends from the U.S., Great Britain, Poland, Lithuania, Latvia, Estonia, Germany, and other coalition countries - thank you for being there!

    And of course Putin – khuylo, glory to Ukraine! Happy new year! 😊

    opened by glushchenko 0
  • Add Alfred Workflow to the new Alfred Gallery

    Add Alfred Workflow to the new Alfred Gallery

    Describe your feature request

    Alfred is beta testing a new built-in gallery for workflows: https://alfred.app/workflows/

    The benefits are much higher visibility and auto-updating etc. It would be helpful perhaps for people to "discover" FSNotes or make it easier for existing FSNotes users to manage their installed workflow.

    See https://www.alfredforum.com/forum/51-submit-your-workflows-to-alfred-gallery/ for details. The main issue I see is that "New titled note from clipboard" uses python which is not installed by default anymore, but the code is easy to change (the only function it uses is urllib.quote).

    Additional context This concerns macOS.

    request 
    opened by iandol 8
  • Shortcuts override input methods

    Shortcuts override input methods

    Description

    macOS input methods usually take over the keyboard until some text is "committed" to the app you're typing in. FSNotes seems to break that.

    To Reproduce

    1. Start a new note
    2. Using the Japanese input method, hit the five keys K A N J I

    The display will jump from かんじ to 漢字

    1. Hit ESC

    What you typed will disappear from the note and the focus will jump to the search field.

    Expected behavior

    The display jumps back to かんじ and you continue editing.

    FSNotes version

    6.0.5

    macOS/iOS version

    12.6.2

    Additional context

    This works in nvALT.

    bug done 
    opened by tewe 1
  • Undo/redo broken

    Undo/redo broken

    Description

    Undo/redo is broken for me on iOS.

    To Reproduce

    1. Edit some text using iOS features
    2. Cut a section
    3. Paste it elsewhere
    4. Type some new text

    Tap with three fingers to bring up the iOS edit menu

    1. Undo multiple steps
    2. It will probably mess up
    3. Redo several times
    4. It will mean up some more

    Danger: your text will be messed up and possibly some text will be unrecoverable and lost.

    Expected behavior

    • undo/redo should be reliable!

    FSNotes version

    5.0.4

    macOS/iOS version

    16.1.2

    Additional context

    Reminds me of #408 #474 #531 #563 etc

    opened by gingerbeardman 2
  • The content in the syntax

    The content in the syntax "== ==" is not highligh

    The content in the syntax "== ==" is not highlight The content in the syntax "== ==" is not highlighted, which is a little imperfect for taking notes. Writing in HTML can achieve the same effect, but it is not fast enough. Thank you for the author's comments.

    Additional context Add any other related information here. macOS or iOS?

    request 
    opened by holton-jiang 0
  • Notes with tags created in desktop v.6 are not recognised on mobile app v.5.0.4

    Notes with tags created in desktop v.6 are not recognised on mobile app v.5.0.4

    Description

    Notes created in desktop app (v.6.0.4) with tags without spaces after the tags or not recognised by mobile iOS app v.5.0.4.

    What does it mean? When you select a folder with dedicated notes (i.e. define context) the related tags will not be rendered (see details below)

    To Reproduce

    1. Go to desktop app v.6.0.4
    2. Create folder "MyFolder"
    3. Create two notes (see below)
    # Title
    #tag
    
    Text
    
    # Title 2
    #foo #bar
    
    Text text2
    

    please note, I haven't added spaces at the end of tag and bar tags

    Screenshot 2022-11-30 at 20 40 30

    As you can see desktop app rendered all tags for "MyFolder" 5. Go to mobile app v. 5.0.4 6. Select "MyFolder" folder

    As you can see mobile app didn't render any tags for "MyFolder". 7. Go to note with title "Title" and add a space at the end of #tag tag, like this #tag 8. Check rendered tags on mobile app again 9. Go to note with title "Title 2" and add a space at the end of #bar tag, like this #bar

    All expected tags have been rendered by FSNotes mobile app

    Expected behavior

    All tags are rendered for both apps: mobile and desktop.

    FSNotes version

    iOS 5.0.4 build 245, macOS Version 6.0.4 (551)

    macOS/iOS version

    macOS 12.6 (21G115), iOS 16.1.2

    Additional context

    No response

    bug 
    opened by halyph 2
Releases(6.0.6)
  • 6.0.6(Dec 25, 2022)

  • 6.0.5(Dec 4, 2022)

  • 6.0.4(Nov 13, 2022)

  • 6.0.3(Nov 8, 2022)

    • Adds deep git integration (pull/push/commit message)
    • Adds separate git repositories
    • Adds folders encryption
    • Adds folders reordering in sidebar
    • Adds notes web sharing
    • Adds TOC support
    • Adds multiple windows support
    • Adds quick notes
    • Adds YAML heeaders parsing
    • Adds clickable links option
    • Adds windows frame and state saving
    • Adds updated mermaid.js
    • Adds new NSTextView icon
    • Adds preview state saving for all notes
    • Removes RTF support (you can still read old files)

    And many more!

    6.0.3

    • Adds availability to unlock folder with right arrow #1422
    • Fixes dark theme colours
    • Fixes web publishing with custom username/password #1425
    • Fixes crash when folder unlocking
    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.3.zip(20.46 MB)
  • 6.0.2(Nov 6, 2022)

    • Adds deep git integration (pull/push/commit message)
    • Adds separate git repositories
    • Adds folders encryption
    • Adds folders reordering in sidebar
    • Adds notes web sharing
    • Adds TOC support
    • Adds multiple windows support
    • Adds quick notes
    • Adds YAML heeaders parsing
    • Adds clickable links option
    • Adds windows frame and state saving
    • Adds updated mermaid.js
    • Adds new NSTextView icon
    • Adds preview state saving for all notes
    • Removes RTF support (you can still read old files)

    And many more!

    6.0.2

    • Adds availability to unset ssh private key for git and web #1427
    • Fixes quick note shortcuts registration
    • Fixes quick note window focus #1421
    • Fixes DE translation
    • Fixes images uploader and styles for custom web server
    • Fixes custom web server port option #1425
    • Fixes nested subfolders encryption
    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.2.zip(20.46 MB)
  • 6.0.1(Nov 3, 2022)

    • Adds deep git integration (pull/push/commit message)
    • Adds separate git repositories
    • Adds folders encryption
    • Adds folders reordering in sidebar
    • Adds notes web sharing
    • Adds TOC support
    • Adds multiple windows support
    • Adds quick notes
    • Adds YAML heeaders parsing
    • Adds clickable links option
    • Adds windows frame and state saving
    • Adds updated mermaid.js
    • Adds new NSTextView icon
    • Adds preview state saving for all notes
    • Removes RTF support (you can still read old files)

    And many more!

    6.0.1

    • Fixes TextBundle to Markdown converter #700
    • Fixes wikilinks with + in the title #1390
    • Fixes standard macOS rich text editing #1414
    • Fixes menu bar actions #1415
    • Fixes notes creation in encrypted folder
    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.1.zip(20.42 MB)
  • 6.0.0(Oct 30, 2022)

    • Adds deep git integration (pull/push/commit message)
    • Adds separate git repositories
    • Adds folders encryption
    • Adds folders reordering in sidebar
    • Adds notes web sharing
    • Adds TOC support
    • Adds multiple windows support
    • Adds quick notes
    • Adds YAML heeaders parsing
    • Adds clickable links option
    • Adds windows frame and state saving
    • Adds updated mermaid.js
    • Adds new NSTextView icon
    • Adds preview state saving for all notes
    • Removes RTF support (you can still read old files)

    And many more!

    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.0.zip(20.50 MB)
  • v6.0.0b5(Oct 23, 2022)

    Guys, we near release date (30 October). Its last chance to catch bug and report about it ;-)

    • Adds separate git repositories
    image
    • Adds option to set a commit message when saving note #1230
    • Adds trash path preference #804
    • Adds ability to load more folders
    • Adds time limits for loading wrong root configuration
    • Adds reset button for font in preferences #1173
    • Adds title in shared notes
    • Adds sharing button for web
    image
    • Adds option + click for cursor positioning on links text #1001
    • Adds nested folders visibility inheritance
    • Adds containers converter md <-> textbundle #700
    image
    • Improves advanced settings tab
    • Fixes nested checkboxes render with extra indentation #1358
    • Fixes toggled menu titles #1338
    • Fixes sidebar "encryption action" on Trash
    • Fixes clicking file in preview mode #1304
    • Fixes images reloading when note moved
    • Fixes file path for storage when it's iCloud #280
    • Fixes font size after todo list converting
    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.0beta5.zip(20.15 MB)
  • v6.0.0beta4(Oct 16, 2022)

  • 6.0.0beta3(Sep 25, 2022)

  • 6.0.0beta2(Sep 18, 2022)

    Beta 2 implements all your requests for remote git backup and web note sharing 😼

    Adds web sharing to public FSNotes server

    Select note and press ⌘+option+u, get url like https://p.fsnot.es/2t6oa3yvnk/

    • Adds status for shared notes in notes list

    Adds git push configuration

    You can configure git origin for each project. Right click on project in the app sidebar -> View settings -> Git origin:

    image

    Don't forget add keys in Preferences:

    image
    • Adds preview state saving for all notes
    • Adds git push compatibility for subfolders
    • Adds shift + click on links for fast positioning
    • Improves shared notes layout in web
    • Improves UX for encrypted folder
    • Fixes projects settings unsaving
    • Fixes folders reordering
    • Fixes code themes changing bug

    And even more fixes ;-)

    Source code(tar.gz)
    Source code(zip)
    FSNotes_6.0.0beta2.zip(20.07 MB)
  • v6beta(Sep 4, 2022)

  • 5.4.5(Jun 17, 2022)

  • 5.4.4(Jun 5, 2022)

  • 5.4.3(May 22, 2022)

  • 5.4.2(May 7, 2022)

    • Fixes menu items title style #1172
    • Fixes wikilinks in subfolders #1347
    • Fixes code span line-height
    • Fixes not updated notes list on ESC
    • Fixes trailing parentheses highlighting in URLs #1236
    • Reduces click target area for title text field in title bar #1272 by @nth-chile
    • Improves DE translation #1341 by @schwantuschke
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.4.2.zip(14.85 MB)
  • 5.4.1(Apr 26, 2022)

  • 5.4.0(Apr 24, 2022)

    • Adds new icons #1331
    • Improves experience with menu bar icon clicking #1267
    • Fixes tags scanner in wikilinks
    • Fixes duplicating a note that does not adjust encoded images paths #1241
    • Fixes deleting a note that removes images also used in other notes #1242
    • Fixes automatic file naming based on first line of file #1222
    • Fixes random crash #1307
    • Fixes anchor link when header has spaces #1302
    • Fixes wrong syntax highlighting of wikilinks in editor #1167
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.4.0.zip(14.85 MB)
  • 5.3.9(Apr 17, 2022)

  • 5.3.8(Apr 3, 2022)

  • 5.3.7(Mar 20, 2022)

  • 5.3.5(Feb 4, 2022)

  • 5.3.4(Jan 12, 2022)

  • 5.3.3(Jan 11, 2022)

  • 5.3.2(Jan 11, 2022)

    • Adds github theme by default
    • Fixes mermaid code block highlighting
    • Fixes tag highlighting after headings markup #1206
    • Fixes images files copy/paste from file system
    • Fixes panel height for find/replace
    • Fixes projects deselection on tag selection
    • Fixes foreground color for headers when new line inserted
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.3.2.zip(13.45 MB)
  • 5.3.1(Jan 9, 2022)

    • Adds 5 new code themes
    • Fixes freezes when app starts
    • Fixes golang syntax highlighting
    • Improves code themes in edit mode
    • Improves code themes in preview mode #1269
    • Fixes tags margin on macOS 12
    • Fixes cmd+delete in Find/Replace field #1268
    • Fixes trailing parentheses not part of URL #1236
    • Fixes linking out of sub-folder doesn't work #1250
    • Fixes tags disabling #1243
    • Upgrades mermaid.js to support todayMarker #1240
    • Upgrades highlight.js to support new languages in preview mode
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.3.1.zip(13.27 MB)
  • 5.3.0(Jan 9, 2022)

    • Adds 5 new code themes
    • Fixes freezes when app starts
    • Fixes golang syntax highlighting
    • Improves code themes in edit mode
    • Improves code themes in preview mode #1269
    • Fixes tags margin on macOS 12
    • Fixes cmd+delete in Find/Replace field #1268
    • Fixes trailing parentheses not part of URL #1236
    • Fixes linking out of sub-folder doesn't work #1250
    • Fixes tags disabling #1243
    • Upgrades mermaid.js to support todayMarker #1240
    • Upgrades highlight.js to support new languages in preview mode
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.3.0.zip(13.27 MB)
  • 5.2.0(Dec 27, 2021)

    Happy new year, guys! 🎄

    • Adds tab settings
    • Fixes conflicts resolving for encrypted notes #1251
    • Fixes notes import when conflicts syncs #1251
    • Fixes edit area highlighting in some cases
    • Fixes unTab, thanks @nth-chile
    • Fixes edit area lock icon after encryption
    • Fixes notes position changes with each successive save #1262
    • Improves Italian translation @TakeruDMC
    Source code(tar.gz)
    Source code(zip)
    FSNotes_5.2.0.zip(13.49 MB)
  • 5.1.3(Nov 4, 2021)

  • 5.1.2(Oct 23, 2021)

    FSNotes is ready for macOS Monterey!

    • Fixes window position after hide/show #1226
    • Fixes last search query highlighting
    • Fixes Arabic translation
    • Fixes tags blinking (macOS Monterey related bug)
    • Fixes text view invalidation (macOS Monterey related bug)
    • Improves Portuguese translation @luispinto23
    • Improves Chinese translation. Thanks Pertim!
    Source code(tar.gz)
    Source code(zip)
    FSNotes_v5.1.2.zip(13.55 MB)
Owner
Software Engineer
null
MapApp - You can save the location of the places you go on the map and add names and notes

MapApp - You can save the location of the places you go on the map and add names and notes

Yağız Savran 3 Feb 1, 2022
content for Using Combine - notes on learning Combine with UIKit and SwiftUI

SwiftUI-Notes A collection of notes, project pieces, playgrounds and ideas on learning and using SwiftUI and Combine. Changes, corrections, and feedba

Joseph Heck 1.7k Dec 27, 2022
ReleaseNotesKit - a brand new, elegant, and extremely simple way to present the recent version’s release notes to your users

ReleaseNotesKit This is ReleaseNotesKit, a brand new, elegant, and extremely simple way to present the recent version’s release notes to your users. R

Swapnanil Dhol 22 Jun 30, 2022
A functional, simplistic quick notes app, built in Swift for iOS

iOS QNApp Documentation Built for iOS 14 and above in XCode 13.1 Takes user input and stores in a note, can be modified at any time Dark mode and acce

itbarsoum 0 Jan 3, 2022
Notes App using Core Data for persisting the data ✨

Notes Notes app where we can save and manage our daily notes. App usage The app allow us to add new notes We can delete our existing notes We can edit

Chris 0 Nov 13, 2021
A modern front end for rpcs3, built in SwiftUI for macOS 12+

rpcs3-SwiftUI-macOS This is a SwiftUI wrapper for RPCS3 focused on bringing native SwiftUI support to the app for improved accessibility and performan

Team Puzel 2 May 4, 2022
Native and encrypted password manager for iOS and macOS.

Open Sesame Native and encrypted password manager for iOS and macOS. What is it? OpenSesame is a free and powerful password manager that lets you mana

OpenSesame 431 Dec 28, 2022
A demo app to showcase testable, modern iOS development with SwiftUI and Combine on MVVM-C architecture.

Coinz_App_iOS A demo app to showcase testable, modern iOS development with SwiftUI and Combine on MVVM-C architecture. Tech Stack: Swift, SwiftUI, Com

Burhan Aras 0 Dec 26, 2021
Presentation for Podlodka iOS Crew #9 - Modern iOS Coding

Struct oriented programming vs Protocol oriented programming How do we use protocols How to do it without protocols How to transform any protocol to a

Evgenii Sukhanov 6 Dec 27, 2022
Demo implementing Modern MVVM with Combine and SwiftUI

ModernMVVM-Combine-SwiftUI Demo implementing Modern MVVM with Combine and SwiftUI Includes the following: Publishers feedback with needed extensions V

Ahmed M. Hassan 4 Dec 20, 2022
💥 a modern xkcd iOS client

XKCDY / app This is the source code of the XKCDY app. I built this app primarily as a way to learn Swift and SwiftUI. Because I was learning as I buil

null 32 Oct 30, 2022
New version of CardinalKit based on the Swift Package Manager and a modularized architecture.

CardinalKit Open-source framework for rapid development of modern, interoperable digital health applications. Contributing Contributions to this proje

Stanford Biodesign for Digital Health 3 Dec 3, 2022
DEVOTE In this SwiftUI tutorial, we will develop a task manager iOS application with Core Data integration.

DEVOTE In this SwiftUI tutorial, we will develop a task manager iOS application with Core Data integration. This is not a project with a boring user interface. This iOS and iPadOS application provides a personal touch and feel.

Noye Samuel 1 Dec 21, 2021
Clip is a simple clipboard manager for iOS

Clip Clip is a clipboard manager for iOS that can monitor your clipboard indefinitely in the background — no jailbreak required. Clip is a simple clip

Riley Testut 297 Dec 27, 2022
macOS application written in SwiftUI that downloads installer pkgs for the Install macOS Big Sur application.

Download Full Installer This is a Swift UI implementation of my fetch-installer-pkg script. It will list the full macOS Big Sur (and later) installer

Armin Briegel 654 Dec 31, 2022
"Podman for macOS" is a macOS frontend for Podman.

Podman for macOS "Podman for macOS" is a macOS frontend for Podman. It can be used to start and stop both the Podman Machine and its running container

Victor Gama 573 Jan 5, 2023
This To-Do app was developed using Swift and SwiftUI and works on iOS, MacOS (Apple Silicon) and WatchOS. The tasks are kept on storage even when the app is restarted.

ToDo-SwiftUI This app has a lot of sentimental value for me, given that it helped me a lot to understand the process of doing an iOS app and became th

Augusto Galindo Ali 6 Jul 12, 2022
iOS app that detects LaTeX symbols from drawings. Built using PencilKit, SwiftUI, Combine and CoreML for iOS 14 and macOS 11.

DeTeXt Finding the symbol you want to use in LaTeX can be hard since you can't memorize all the possible commands and packages for every symbol you mi

Venkat 73 Dec 8, 2022
The app provides additional actions for the Shortcuts app on macOS and iOS.

Actions Supercharge your shortcuts The app provides additional actions for the Shortcuts app on macOS and iOS. Submit action idea (Submit an issue bef

Sindre Sorhus 1.2k Dec 29, 2022