Skip to content

yohannes/Thoughtless

Repository files navigation

Thoughtless

Platform iOS Language Swift 3 Compatible MIT License Issues

An iOS app that lets user quickly jot down thoughts with Markdown support.

NotesTableViewController NonEmptyNotesViewController MarkdownNotesWebViewController

MarkdownUserGuide EditNotesTableViewController EmptyNotesViewController

Description

Perhaps you are often in a situation where you want to jot down a thought that crosses your mind as quickly as you can so that

  1. You don't have to keep trying to remember it.
  2. You can move on to anticipate the next stream of thoughts.

In those cases, Thoughtless, as its name implies, can help you store your thoughts quickly if you have a busy mind like I do.

Features:

  • Immediate text entry mode every time you launch the app for a quick dump of thought.
  • Text formatting via Markdown.
  • Markdown's characters access on keyboard.
  • Search your thoughts.
  • Various swipe gestures for intuitive in-app navigation.

ps: Make sure your device has iCloud pre-enabled.

Installation Instructions

  1. Install Xcode 8
  2. Download Thoughtless source code
  3. Open Thoughtless.xcworkspace in Xcode
  4. Open Xcode's Preferences -> Accounts -> add your Apple ID
  5. In Xcode's project navigator, click Thoughtless on the very top and go to Targets list -> Thoughtless -> General -> Identity and add a word to the end of the entry in Bundle Identifier to make it unique. Also select your Apple ID in Signing -> Team
  6. Connect your iPhone or iPad and select it in Xcode's Product menu -> Destination
  7. Press CMD+R or Product -> Run to install Thoughtless

Credits

3rd Party Libraries used in this app:

Icons used in this app:

License

MIT License

Copyright (c) 2017 Yohannes Wijaya. All respective rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.