press icon indicating copy to clipboard operation
press copied to clipboard

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

Results 14 press issues
Sort by recently updated
recently updated
newest added

Is it possible to include Press as a view or something when I'm building an app? Or perhaps reference it via an Intent? I'm building an Android client for my...

The app is not able to sync anymore my modifications for many days. It worked like a charm for months. Here are the logs the app provides: ![Screenshot_20220108-134247.png](https://user-images.githubusercontent.com/3604504/148644805-2c3ad0ea-a468-4dd7-87a2-18d4d987a6b3.png) The JGitInternalException...

I installed a clean version of IntelliJ IDEA 2021.3, then opened and ran a project and I get: ``` A problem occurred configuring root project 'Press'. > Could not resolve...

Please add more language support so that more people can use it easily。eg.chinese:speak_no_evil:

Is macOS version still buildable? I have encountered a lot of build errors with ReaktiveInterop, ObservableNavigator etc. Even after bumping some libs (kotlin-coroutines, kotlinx.serialization) and fixing all Swift errors, app...

While syncing with GitHub, it simply asks for all my private and public repositories. Here is a screenshot of how it looks: ![20201025_092202.jpg](https://user-images.githubusercontent.com/5253878/97098500-8f9f6380-16a3-11eb-80d0-ffb8c098fc78.jpg) Though it might not be misused by...

``` try { reflect(editor::class, "mSelectHandleCenter").set(editor, centerDrawable) reflect(editor::class, "mSelectHandleLeft").set(editor, leftDrawable) reflect(editor::class, "mSelectHandleRight").set(editor, rightDrawable) } catch (e : NoSuchFieldException) { Log.e("Huawei",e.message) } ``` This produces the following exception : java.lang.NoSuchFieldException: No field...

bug
android

Hi. I have a repo which have been synced by Press. When I sync it with a fresh Press installation, Press recreated `markdown_guide.md` and `welcome_to_press.md` in the repo which was...

sync

Hi, love the app and it fills a big vacancy. Even though I like the custom font, I'd love the option to use Android's system font for a more cohesive...

android

The current (work-in-progress) macOS app is built using SwiftUI, but setting up different source-sets for parsing markdown and syncing through git on the JVM and kotlin/native is proving to be...

macOS