Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/textileio/notes
[DEPRECATED] Textile Notes App
https://github.com/textileio/notes
dapp decentralized ipfs productivity react-native typescript
Last synced: 21 days ago
JSON representation
[DEPRECATED] Textile Notes App
- Host: GitHub
- URL: https://github.com/textileio/notes
- Owner: textileio
- Created: 2019-03-13T01:54:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:44:24.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T19:16:42.327Z (5 months ago)
- Topics: dapp, decentralized, ipfs, productivity, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 2.86 MB
- Stars: 34
- Watchers: 4
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![promo](https://user-images.githubusercontent.com/370259/54317359-20453080-45a0-11e9-8cd4-9313eaa6d276.png)
# Textile Notes
**Why another notes app?**
- **Simplicity**. Textile Note is a single screen app that let's you take a note and save it to your device + have it delivered to your inbox with a single swipe.
- **Privacy**. We don't track anything about you except your email address for delivering your notes. We don't collect metrics outside those provided by iOS and Android app stores, and we don't plan to change that.
- **Function**. Your best ideas come whenever they want. Textile Note gives you the ability to capture those ideas without interupting your thoughts or conversations. Minimal and easy to use.## Available on the Google Play store
[Grab the Android release](https://play.google.com/store/apps/details?id=io.textile.notes)
## Available for iOS
[Grab the iOS release](https://itunes.apple.com/us/app/textile-notes/id1455735844?ls=1&mt=8)
## Blog Post
We released the app in a [blog post](https://medium.com/textileio/textile-notes-a-minimalist-tool-for-your-creative-ideas-68b9357d5cd0) and [tweet](https://twitter.com/Textile01/status/1108074549512306688), join the discussions over there.
## More info
[Support](SUPPORT.md)
[Privacy](PRIVACY.md)
[More about Textile](https://textile.io)
[Try Textile Photos](https://textile.photos)
## Running Textile Inside
Textile Note stores notes on device using a local IPFS node, later we'll use that node to help you sync your notes across devices. The app uses the [Textile React Native SDK](https://github.com/textileio/react-native-sdk) to manage note encryption and pinning locally.
## Built with Textile Boilerplate
If you want to build your own app, feel free to pick this code apart or just grab the [advanced boilerplate](https://github.com/textileio/advanced-react-native-boilerplate) we used.