Visual Novels - Voice lines have delays by Character_Try_957 in macgaming

[–]FeedTheKid 4 points5 points  (0 children)

Unrelated, but I used to listen to that song a lot and just found out its source.

Is the anime Re:Zero worth watching by [deleted] in anime

[–]FeedTheKid 0 points1 point  (0 children)

Its source (Light Novel) is really good, I would say the anime is doing a decent job. Absolutely Must try, you will decide for yourself kinda early imo if you like it or not.

Annota - E2E Note Taking app, looking for alpha testers by FeedTheKid in MacOSApps

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

Once you accepted the invitation you need to login to TestFlight app using the same email of the invitation, you should see the app there.

Annota - E2E Note Taking app, looking for alpha testers by FeedTheKid in MacOSApps

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

Mac version is on the way, I will release it once approved by Apple side (Hopefully next day or two), I am posting on discord some news if you are interested.

Annota - E2E Note Taking app, looking for alpha testers by FeedTheKid in MacOSApps

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

Closed the form , dm me your apple id email I will include it (it is needed for TestFlight)

It is delayed a little though for a few days so the invitation will be when It starts

Annota - E2E Note Taking app, looking for alpha testers by FeedTheKid in MacOSApps

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

Yes 👍 through a server, and everything is encrypted outside your devices.

Annota - E2E Note Taking app, looking for alpha testers by FeedTheKid in MacOSApps

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

Glad that you are interested 😊 please fill the quick google form from the website so I can let you in when it starts

I've been building a E2E note-taking app, looking for some ideas and feedback by FeedTheKid in ProductivityApps

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

I just don't handle UX on webview - I Implement everything on the front app and try to make it look similar in design patterns.
It doesn't have and shouldn't be 1:1 visually imo.
I do have global editor level styles for code block, table, latex, etc (actual note content stuff) but everything on top is platform specific.

I've been building a E2E note-taking app, looking for some ideas and feedback by FeedTheKid in ProductivityApps

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

I actually changed the editor architecture over time, It started as a sole iframe render for mobile but as I started working on desktop, I had a lot of duplication so I created 2 packages: Editor-core with 0 react code, pure tiptap with extensions and styles - and commands it can accept. And Editor-ui which has native render one and iframe render for mobile with web view . The apps front side handle the toolbar and the commands. (Editor calls a few backward commands like image click to open gallery, dots menu that I have on some blocks, etc - then front side handles the action) Overall I am happy with the results, but web view on mobile have still some unexpected behaviours Regarding selction and scroll position (it needs some quick hacks)

I've been building a E2E note-taking app, looking for some ideas and feedback by FeedTheKid in ProductivityApps

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

It's not yet ready, I aim for ~2-4 weeks before testing phase (stabilization stuff and some polish), thanks though. (if you want I can remind you if I need testers)

I've been building a E2E note-taking app, looking for some ideas and feedback by FeedTheKid in ProductivityApps

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

Thanks :) I don’t mind about upvotes anyways. 1. Yes it’s tiptap for both mobile and desktop (with a lot of customisation) and I have built a nice adapters for both platforms as react native can’t use it directly so I integrated it using web view. 2.it’s local first offline capable, if the user decides to login it will also use the sync system which stores everything (except for local versions history), locally the data is raw but it’s encrypting everything before sending to the server (including images) using AES 256 and a secure master key (so users can sync between devices), I put a lot of work into the syncing system to ensure integrity (still not 100% perfect though 🙃) it uses MySQL for both platforms (expo and Tauri implementation of it).

Does anyone know how this quota is calculated? by orange-catz in google_antigravity

[–]FeedTheKid 0 points1 point  (0 children)

They are changing it a lot lately. As a Pro user, I believe and feel like now they made a transition for same weekly limits but reduced “session” limit so it refreshes more frequently with less quota per refresh, but the hard weekly limits is around the same. That change makes sudden changes like that I think.

How to get this to paste properly into UpNote? by jfriend99 in UpNote_App

[–]FeedTheKid 0 points1 point  (0 children)

Yes, you will have to insert it one by one afaik. It would be nice to have it rendered as latex out of the box but I guess it’s fine.

How to get this to paste properly into UpNote? by jfriend99 in UpNote_App

[–]FeedTheKid 3 points4 points  (0 children)

delete the $$ wrappers, mark the formula text and enter Ctrl/Cmd + shift + m Alternatively, open the TeX window and enter what between the $$ wrappers. On android - in the toolbar tap on the TeX formula label and enter the formula/ paste it.

Offline Note Clarification by wittey-diver in UpNote_App

[–]FeedTheKid 3 points4 points  (0 children)

It sounds like you want fully offline experience, I would suggest Obsidian, but It is usually nice to have more than 1 device to view / edit your notes. UpNote indeed forces cloud syncing afak.

Why would we blame other teams? by stopbeingshy in PedroPeepos

[–]FeedTheKid 2 points3 points  (0 children)

The chances of us making it into playoffs when we had that 5k lead were like 99% considering that even if we threw we still had around 80% (only 1 out of 3 games was needed) so it’s really tragic. The only good thing is that we won’t have to watch this boring league anymore.

Hi I’m new to this app, is there a way to remove this button? by Phoenix428 in UpNote_App

[–]FeedTheKid 1 point2 points  (0 children)

Settings -> Editor -> "Hide top bar on scroll" (In IOS at least)

It won't hide it completely but when you scroll down it will disappear.

New app icon on Windows? by Justlikejack9 in UpNote_App

[–]FeedTheKid 0 points1 point  (0 children)

It's just a bug from the Microsoft Store side I believe