Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/saket/press
- Owner: saket
- Archived: true
- Created: 2019-08-11T01:16:57.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2022-10-19T19:28:29.000Z (about 2 years ago)
- Last Synced: 2024-09-21T15:46:51.617Z (3 months ago)
- Topics: kotlin-multiplatform, markdown, wysiwyg
- Language: Kotlin
- Homepage:
- Size: 5.26 MB
- Stars: 1,862
- Watchers: 48
- Forks: 113
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kotlin - press - Cross-platform markdown editor written in Kotlin Multiplatform (work in progress) (Libraries)
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 athttp://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.
```