LightAPIs / joplin-copy-code-blocks

Add a copy button to the code blocks.
https://www.npmjs.com/package/joplin-plugin-copy-code-blocks
MIT License
22 stars 0 forks source link

Android support #5

Open danpeig opened 5 days ago

danpeig commented 5 days ago

Not displaying the copy button in Android.

Note: Plugin is marked as compatible with Android.

dragonish commented 4 days ago

TBH, I have not adapted the plugin for mobile. At the same time, I did not specify platforms in the plugin manifest. BTW, in Platforms description, the default is for the desktop only. 🤔


I will take time to handle this situation.

danpeig commented 4 days ago

Copy from the mobile is a pain. CodePerfect does the copy button right in mobile but the other features it has are undesirable.

If you can figure out a solution for the compatibility problem that would be great.

dragonish commented 3 days ago

I debugged the plugin on Joplin 3.0.5 (prod, android), but I could not achieve the desired results. atm, I can only identify the plugin as working for the desktop.