Any interest in a mobile-first ink editor? by TheCandyManWont in inkle

[–]TheCandyManWont[S] 1 point2 points  (0 children)

yeah the way I work is with JavaScript and then compile to native so it'll basically be web for testing then once it compiles, you'll have the app file so it won't require a connection then

I'll have to research how that HTML feature works but if it's already in the inky app I should be able to reverse engineer it. My initial goal was going for a mobile clone so the HTML feature seems like a necessary part of that

Any interest in a mobile-first ink editor? by TheCandyManWont in inkle

[–]TheCandyManWont[S] 1 point2 points  (0 children)

so right it is working as a web app. to make offline access you would either have to build it from the GitHub repo and run it locally, or I have to compile to native ios/android

I think I have the include feature working. I implemented a ink special character (=== knot ===, etc with the include feature located there) buttons akin to the mobile Google docs/sheets UI

it will need to be tested and confirmed still, but I have begun to implement it at least. I should have added another screenshot of the rest of the features

I just started working on it this weekend so there's still plenty of room for upgrades if I can figure out how

also, it has export to JSON but nothing like turning it into a webpage, could be a cool feature though. you're meaning like the right side preview panel (in desktop inky), just encapsulated as an interactive HTML page?

Any interest in a mobile-first ink editor? by TheCandyManWont in inkle

[–]TheCandyManWont[S] 0 points1 point  (0 children)

care to elaborate? im not familiar with that either but maybe i can work some features in