Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saket/press

Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)
https://github.com/saket/press

kotlin-multiplatform markdown wysiwyg

Last synced: 3 months ago
JSON representation

Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)

Awesome Lists containing this project

README

        





Press is a *wysiwyg* writer for crafting notes inspired by [Bear](https://bear.app). It uses markdown for styling and formatting text with a beautiful inline preview.

Press was created as a proof-of-concept for exploring Kotlin Multiplatform, as well as the author’s frustration from the lack of minimal markdown note taking apps that work on all platforms, especially Android and macOS. If you relate to either of these reasons, Press is looking for contributors.

- Android: https://play.google.com/store/apps/details?id=me.saket.press

- macOS: *work in progress*

- iOS: TODO

### Documentation
- [Building the projects](documentation/building.md)
- Architecture design
- [Overview of the UI architecture](documentation/architecture.md)
- [Syncing of notes through git](documentation/syncing.md)
- [Why Press uses custom Views for screens](documentation/screens_as_custom_views.md)
- [Dependency injection in shared code](documentation/dependency_injection.md)
- [Testing and debugging shared code](documentation/testing.md)

### License
```
Copyright 2019 Saket Narayan.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```