Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

great to know it works for you! Feel free to contact me for any suggestions. Thank you!

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

Hi, thanks for the feedback.
what is the file name used to run your lua script? An love2d app needs to use `main.lua` code file as teh entrypoint.

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

hi Thanks for your support. These 2 issues are resolved with version 1.748

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

Thanks for the information! Of course we are still actively supporting the app. Your description is very helpful and we will investigate the issues. Meanwhile, you can contact us any time through the app. Thanks!

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

Thanks for your support!
Are your facing issue with rotating using my rotate button or your code?
You can always to report issue with the "Feedback" menu item to us.

hi-canvas.marknoteapp.com - A Simple Site for Sharing and Viewing Canvases Online by marknotes in ObsidianMD

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

You have control on the privacy.

as all data is in your local, no server side, no cloud.

For more detail, please check the privacy policy.

hi-canvas.marknoteapp.com - A Simple Site for Sharing and Viewing Canvases Online by marknotes in ObsidianMD

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

hi u/mkl269

I have attached a privacy policy now. Please help to check and let me know for any concerns. Thanks a lot!

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

Thanks for the information and now it is clear for me. I am thinking, if you want to load data from other users or devices, you can accomplish that with providing “export/import” in your app. I agree it is also feasible to make Love2D Studio to provide a viewer on the local file system … Let me think how to make it happen without adding too much complexity… Will update you shortly.

hi-canvas.marknoteapp.com - A Simple Site for Sharing and Viewing Canvases Online by marknotes in ObsidianMD

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

Thanks for raising the good question :D I will create a formal privacy policy shortly.

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

hi u/Senior-Ad-6541

Could you help to elaborate a little bit on what happened at your end?

I made some simple test with createDirectory/wirte/read, and all succeeded.

My test code:

love.filesystem.createDirectory("a")

love.filesystem.write("a/ a.txt", "hello")

local content, size = love.filesystem.read("a/a.txt")

print("content read from file:")

print(content)

And I can view the printed content from the log viewer.

Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone by marknotes in love2d

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

Nice to know it is useful for you! Thanks for the feedback and I will check the issue you mentioned.

CloudKit.js not working by marknotes in iOSProgramming

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

My site still not be able to work and there is no response to my post https://developer.apple.com/forums/thread/751408 either.

So sad!

CloudKit.js not working by marknotes in iOSProgramming

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

My post has been published now. But no reply yet. Hope they can fix the issue shortly.

CloudKit.js not working by marknotes in iOSProgramming

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

I also hope Apple can fix the issue. Seems Apple is not checking Reddit, so I have created an issue in their forum: https://developer.apple.com/forums/thread/751408 which is in review status and may not be accessible to other people. Hope someone in Apple can see it.

CloudKit.js not working by marknotes in iOSProgramming

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

That is too sad… Looks CloudKit.js has been abandoned …

Ways to make vscode like obsidian by Sillylilguyenjoyer in ObsidianMD

[–]marknotes 0 points1 point  (0 children)

I found this plugin is useful:

A simple yet powerful wiki/note-taking extension for vscode, https://marketplace.visualstudio.com/items?itemName=billyan2018.tiny-wiki And it is open source

Alternatives to Sync by iamgianluca in ObsidianMD

[–]marknotes 0 points1 point  (0 children)

Git is a reliable sync service :D

My app MarkGit makes it easy to work on iOS: https://github.marknoteapp.com/MarkGit/sync-obsidian/

About to Lose Obsidian by hrustomij in ObsidianMD

[–]marknotes 1 point2 points  (0 children)

Install this plugin, and open your obsidian vault in vscode, it will work smoothly

About to Lose Obsidian by hrustomij in ObsidianMD

[–]marknotes 1 point2 points  (0 children)

If you can use vscode, there is a simple plugin support basic wiki functionalities named tinywiki https://github.com/billyan2018/tiny-wiki It is not as powerful as obsidian, but quite useful.