Luka Kerr
Luka Kerr
Thanks for the contribution! I left a few comments. Are you planning on adding anymore? If not, I can merge after you've made the changes, otherwise i'll leave the PR...
There are a few iOS specific features such as 3D touch and haptic feedback, but android support could definitely be added relatively easily. I don't have plans on adding android...
Yep still alive. I'm in my final term of university at the moment and writing a thesis so very busy and haven't been able to work on Pine at all....
There aren't any other contributors really, it's just me 😅, but a few issues that may be easy to start with are #89, #83, #77
You can just File -> Open and select either a folder or file. That folder of file will then be added to the sidebar.
If the folder or subfolder doesn't have any `.md` or `.markdown` files in it, it will show as empty since the application can only open markdown files
What version of macOS are you running?
Both apps linked are written in JavaScript. Typora uses a WebView for the entire app, and Mark Text uses Electron. I don't like Electron and Pine is written in Swift....
Thanks for this. Unfortunately the fix is going to be a little harder than just changing this one line. Also, it doesn’t make sense for isWhitespace to return true when...
You’re right, there needs to be a whitespace character to the right otherwise autocomplete won’t trigger, this is by design. But this should not occur inside inline maths, since it’s...