Is handwriting & drawing support planned?
Is handwriting & drawing support planned?
Glad I could help! I wasn’t sure if I was missing something in what you were trying to do - I get that in some cases folding in those features can make things a lot easier.
Don’t really understand why you’re overriding __new__
. Surely it’d work better to use:
def __init__(self, source: str | Path, *args: Any) -> None:
super().__init__(Path(source, *args).expanduser().resolve())
But this removes self.__source
and the property. I’m not sure what the advantage of using that is but you could always set that before the line super().__init__(Path(source, *args).expanduser().resolve())
.
EDIT: if I’ve completely misunderstood, please could you explain? I don’t really understand what subclassing is trying to achieve here, other than simplifying access to certain os.path
functions.
Ah sorry, I missed a bit in your post - it’s correction during typing only. Upping this setting could help but I suspect you want something else
Heliboard isn’t perfect but is an openboard fork that has spell check, is getting active development, and is on F-droid. There’s even a correction sensitivity setting. It’s the first time I’ve been able to move away from Swiftkey.
This comment from A7pr8 seems to suggest it is possible to modify the apk via Lucky Patcher, which hopefully would then work on a non-rooted phone:
You can’t just send the app from your rooted device. When you mod the app on a rooted device only .odex file will be patched not the .apk file.
You need to rebuild .apk to be able to share it and the the other device should also has luckypatcher for it to work.
Simply when you patch an app use the option create modified .apk or rebuild it from “rebuild & install” in the bottom bar.
I moved to Splid and found it a bit less clear than Splitwise but better in other ways once I’d figured it out. It’s not FOSS, unfortunately, but I do trust it much more than Splitwise.
That’s great! That is a scary thing to do, so way to go
Good luck! It’ll be strange at first but it is worth sticking it out until you have settled a bit
Can you find some group therapy? You may find it beneficial to be with others who have similar troubles in a caring and understanding situation. It sounds like you have had some bad luck socially, which makes it easy/tempting to shut the world out, so learning to be open with others and to deal with difficult subjects with them may be beneficial to you in ways that one-on-one therapy cannot offer. It can also be helpful hearing others voicing their problems, as those may be things that affect you in ways you hadn’t considered before too.
I’m with you on this. How on earth are one-off login events supposed to work? I want nothing about me logging on to be stored on that device or account other than, for example, the code I download. Maybe I’m missing something but the search I just did suggested connecting my phone via bluetooth, which is also not an option.
Ah, thanks for the answer, I’d missed this on the GH page. Unfortunately, that’s not what I’m after as I know I will end up with a complete mess of unusable notes or not use it at all if there are any stages of choosing a note type.
Ideally, I want version controlled, editable, searchable, taggable paper I don’t have to file away, which I can also type on and use other digital tools with (e.g for things like diagrams, spreadsheets). I haven’t seen anything particularly close to what I’m after yet but I’m hopeful that it’ll come eventually.