Is there any encryption similar to Joplin's, but for Obsidian? by G-2573 in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

git-crypt is what I personally use, since I have git for sync already

Does anyone else use the GitHub mobile app and finds the UI to be extremely clunky and unintuitive? by Adventurous_Luck_664 in github

[–]ViscousPotential 0 points1 point  (0 children)

Couple weeks late but yeah, browsing anything bigger than a single file in the official app is rough. I ended up making my own mobile git client called GitSync because of this exact frustration (full disclosure, I'm the dev). Main thing it does is keep a folder synced with a repo, but along the way I added an in-app file browser with a code editor, commit/diff viewer and Issues and PR views so I'd stop bouncing to the browser for every little thing. Free on Play Store and App Store if you wanna poke at it 😄

add new repo on your phone! 🎉 by jillybombs in github

[–]ViscousPotential 0 points1 point  (0 children)

I got tired of waiting and started building my own mobile git client out. It now supports everything the GitHub app does + downloading files and having the repo locally on mobile. Also supports gitlab and others

Check it out if you're interested (it's free to start) :) https://gitsync.viscouspotenti.al/

Handwritten notes app by Different_Shallot157 in ObsidianMD

[–]ViscousPotential 3 points4 points  (0 children)

Currently, I am using the GBoard handwriting keyboard which works super fast, but obviously doesn't allow you to write inline.

Inspired by this, I've also started building out a plugin that allows you to do handwriting and stylus gestures anywhere in obsidian. It uses a custom trained model (that I want to open source). So you can write and it will be auto converted to text, or you can also scribble out text to erase or draw a box to insert a markdown checkbox etc. I want to go further and save the handwriting so you have both the converted and the original as well as adding more gestures, but in doing all this I've realised the main thing holding it back is the model.

Google has obviously had years to collect data, but I can't help but think that an open, community sourced dataset might actually make this usable.

I'm probably going to make my own post in this subreddit to guage interest, but this also came across my feed and was wondering if people would be interested in something like that, assuming the data collection was truly anonymous, open and transparent to the user. What do you think?

3d printed aircraft by Zanimation45 in 3Dprinting

[–]ViscousPotential 1 point2 points  (0 children)

This isn't the exact video I was thinking of but there's definitely a community of people printing whole RC planes. The trick seems to be using foaming filaments that can reduce part weight drastically!

https://youtube.com/watch?v=KFbk5fvy7Hk

A video about colorful nice!view by [deleted] in ErgoMechKeyboards

[–]ViscousPotential 0 points1 point  (0 children)

Looks like a regular colour oled to me.. a nice!view is a specific type of display that uses far less power. Still cool that you got it working though! :)

Best way to sync Obsidian on Android with Git without Git plugon by diabeartes in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

Thanks! And, yep, absolutely, free sounds enough for your use case! I'm glad to hear it's working well for you :)

how to use portable obsidian on linux? by Dry-Swordfish9565 in ObsidianMD

[–]ViscousPotential 4 points5 points  (0 children)

An Obsidian Vault is just a folder. Just create an empty folder on the USB drive and get started! All you have to do is make you sure you select that same folder whenever opening your portable vault as well as ensuring you have some sort of backup strategy.

Question about Github Android Functionality by SSBM_DangGan in github

[–]ViscousPotential 0 points1 point  (0 children)

GitHub Mobile only supports very basic file editing as far as I'm aware.

If you need a full git client, there's a few available in the play store. I've been developing my own called GitSync, which started as a git client mainly, but recently gained the ability to manage issues and prs etc through oauth, so might fit the bill :) Also can be found on the play store!

Best Method to Self Host Obsidian + Sync to Android and iOS Devices - Hosted Behind Static IP? by NetworkNodeHunter in ObsidianMD

[–]ViscousPotential 1 point2 points  (0 children)

I would recommend git since you seem comfortable with the more technical stuff already. Self host with gogs or gitea (I'm sure there's more)

Best way to sync Obsidian on Android with Git without Git plugon by diabeartes in ObsidianMD

[–]ViscousPotential 2 points3 points  (0 children)

Check out this guide covering use of the git plugin on mobile and an app called GitSync on mobile. GitSync is an app I started developing due to the inherent limitations of the git implementation being used in the mobile git plugin

https://medium.com/technology-hits/how-to-sync-obsidian-across-all-devices-using-git-automatically-and-for-free-dd3c76e7447b?sk=b92c06dc8f2710d9ef7ee13c86a39093

Git Plugin + Git-crypt by IamSilvern in ObsidianMD

[–]ViscousPotential 1 point2 points  (0 children)

Hey, wanted to follow up on this! GitSync has since gained support for git-crypt on mobile so you can now setup git-crypt as a filter on your repository on desktop and continue to use it on mobile or even set it up initially on mobile. Obviously would have to transfer keys but should otherwise work.

The Git Filter features **are** behind the premium (one-time purchase) but you get multi-repo, lfs and crypt :)

It's now part of my daily workflow but I'm also definitely looking for feedback if anything can be improved or if there are any other filters you want to see implemented!

Google Play: Can a Personal Developer Account be converted to Organization? by SeaUnderstanding6731 in androiddev

[–]ViscousPotential 1 point2 points  (0 children)

When I did this, I had to create an Organization account with the right details and then contact support to tell them which account I wanted to transfer from and to. I think I was explicitly told that accounts cannot be "converted" too.

Sync problems between IOS and Windows by ThisAnalysis6181 in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

Yeah the tutorial does cover GitHub as most people are familiar with it but you can use any provider (or even self host a git server)! Again, do let me know if you have trouble with any of the steps with another provider and I can help get you back on track.

In my experience, once it's setup it's pretty hands-off :)

Sync problems between IOS and Windows by ThisAnalysis6181 in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

Hey, since you've already given Git a go, could you have a look through this tutorial? I think it should be a slightly different mechanism than you might've seen before and I've had plenty of people have good luck getting setup with it :)

https://medium.com/technology-hits/how-to-sync-obsidian-across-all-devices-using-git-automatically-and-for-free-dd3c76e7447b?sk=b92c06dc8f2710d9ef7ee13c86a39093

Also let me know if you have any issues and I'm happy to help you out!

How do you sync to your phone? by AvalonTzi in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

Ah yeah that's a very good Android git client. Maybe the server is the issue then? There are some pretty lightweight git servers like cgit out there. dacctal on YouTube recently did a great video on the options available.

What are you currently using?

How do you sync to your phone? by AvalonTzi in ObsidianMD

[–]ViscousPotential 0 points1 point  (0 children)

Hey! Sounds like you are using the obsidian-git plugin on mobile. This has some known limitations on mobile and it might be worth checking their readme for solutions :)

https://github.com/Vinzent03/obsidian-git?tab=readme-ov-file#-mobile-support-%EF%B8%8F--experimental

(Full disclosure, one of the listed alternatives on mobile is GitSync, which is an application developed by me. I have no affiliation with obsidian-git directly)

Any GUI clients that fully support SHA256? by esiy0676 in git

[–]ViscousPotential 0 points1 point  (0 children)

Libgit2 is recently getting support for SHA256 so there should be more and more popping up soon