Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Version 1.0 Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
markydoodled committed Feb 6, 2022
1 parent 4c473c8 commit da35d7a
Show file tree
Hide file tree
Showing 46 changed files with 1,479 additions and 17 deletions.
Binary file added Images/.DS_Store
Binary file not shown.
Binary file added Images/iOS/Journal.it iOS Audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/iOS/Journal.it iOS Camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/iOS/Journal.it iOS Notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 27 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
# Journal.it
**About**

This is a SwiftUI app that allows you to quickly get down information that you need, quickly. It includes a text editor, voice recorder and a simple camera. All the documents can be stored in the app and have the option to be exported if needed.
This Is A SwiftUI App That Allows You To Quickly Get Down Information That You Need, Quickly. It Includes A Text Editor, Audio Recorder And A Simple Camera. The Notes Document Can Be Stored In The App And Has The Option To Be Exported If Needed. Recording Can Be Accessed Through The Files App And Photos Can Be Accessed Through The Photos App.

# Features
## **Releases**

- Ability to take photos
- Ability to make notes
- Ability to record audio
- Ability to share files outside of the app
[Click Here...]()

# Releases
## **Features**

Stay Tuned...
- Take Photos
- Make Notes
- Record Audio
- Share Files Outside Of The App

# Features To Come
## **Features To Be Implemented**

- Light Photo Editing
- Recording Editing
- Audio to text conversion
- Audio To Text Conversion
- A macOS App

# Things To Note

This is not a fully fledged version of any of the core features in the app. It is designed to be a quick and light all-in-one solution. It is not designed for heavy usage all the time, and the features here probably won’t stand up to those use cases. However, proper apps for each of these core features could be considered in the future.

# Images
Stay Tuned...

## **Images**

[Click Here...]()

## **Things To Note**

1. This Project Is Free To Be Added To By The Community, If You Wish To Help, File A Issue With The Enhancement Tag
2. Any And All Feedback Will Be Helpful For Future Development
3. If You Wish To Report A Bug, Please Use Either The Feedback Button In The App Or Use GitHub Issues

## **Credits**

Thanks To These People Who Developed These Packages, Who Without This Project Would Not Be Possible:

- danielsaidi [SwiftUIKit](https://github.com/danielsaidi/SwiftUIKit)
- kyle-n [HighlightedTextEditor](https://github.com/kyle-n/HighlightedTextEditor)
8 changes: 8 additions & 0 deletions Source Code/Journal.it/Journal-it-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIFileSharingEnabled</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit da35d7a

Please sign in to comment.