▲ 4 r/Python

Pythonista IDE for IOS should be added to the Wiki

I’ve been using the Pythonista IDE by Ole Zorn for over 10 years and I’m just amazed at how consistently good it is. It doesn’t have the latest greatest features but I still use it almost daily. Works with IOS Shortcuts as well. This would be a good one to add to the Wiki.

reddit.com
u/TutorialDoctor — 4 days ago

iPad with Keyboard Case Gives Obsidian New Life

I was gifted an Apple keyboard case recently and it totally gives new life to Obsidian on mobile. I didn’t realize how much impact something like that would have (I hesitated greatly because of the price and even looked at alternatives), but now that I have it I’ve been using Obsidian a lot more on mobile.

Some things that are good:

  1. I can actually resize split windows now that I have a cursor
  2. Using Obsidian with a keyboard case in general is more pleasant (no more poking at the screen)
  3. More precise pointing and selection with the cursor.
  4. You can now use the keyboard hotkey shortcuts on mobile for fast actions.

Some things that aren’t so good:

  1. I tend to keep my iPad in the case more often and forget I can just take it off at times. When I take it off, Obsidian doesn’t feel as useful on mobile again.
  2. You’ll wonder how you ever used Obsidian on mobile without a keyboard.
  3. The apple keyboard case itself is a little top heavy and leans backwards if not adjusted forward, although when adjusted forward it covers the top row (so that’s not accessible then).
  4. The iPad’s magnets aren’t on both sides of the device so it only mounts one direction on the case (iPad usb facing right and case usb port facing left).
reddit.com
u/TutorialDoctor — 12 days ago
▲ 27 r/flet+1 crossposts

I’m making my own Higgsfield with Flet

Why? Because I wanted something local, fast and customizable, and because I want to build a personal capstone AI project.

The app itself won’t be open source, but I’ll be releasing an open-source Flet app starter repo on Github so others can bootstrap their own AI-based applications with Flet faster.

Flet has been fun to work with. I chose it because Python is my favorite programming language, most AI libraries are written in Python, and Flet lets me make a much nicer GUI in comparison to Tkinter.

u/TutorialDoctor — 14 days ago

Why am I just now discovering Webclipper Templates?

Obsidian is an ocean. No clue why I'm just now discovering Webclipper Templates for Obsidian. It's time to start cranking out some templates for my most used websites now!

For those who don't know what it is, it lets you capture the metadata and full content from websites into your markdown properties in whatever way you want! I plan to pair this with custom CSS and perhaps the Custom HTML views plugin. Not sure how else I'll use this but I've already imported templates for Wikipedia, Twitter/X and Gemini.

u/TutorialDoctor — 26 days ago

You can use Flet(Python) and Tauri (JS) frameworks to make personalized desktop productivity apps.

Hello there! I'm a software developer by trade and I've used a number of frameworks and languages to build apps. I started out years ago with python to build small utility scripts. For years there wasn't really a "modern" way to build GUI's for python. I think python itself really can boost productivity so it tends to be my favorite language for building tools.

This is why I started using Flet a year or more ago to build personalized productivity apps.

However, I really liked building with VueJS and TailwindCSS and needed more custom UI's so I took a break to learn how to use Tauri to build native desktop apps. You can check out a free Tauri Starter Template I made on GitHub.

But on the other hand, most of the modern AI libraries are written in python, and I found it difficult to set up sidecars with Tauri, so I am going back to Flet for AI related productivity apps. I'm currently building a local-first Higgsfield-like / Seedance-like image/video generator.

In summary, both of these frameworks are amazing for building personalized desktop utility apps.

Also, I like this subreddit 😄

reddit.com
u/TutorialDoctor — 26 days ago
▲ 10 r/vuejs+1 crossposts

An Open-Source Tauri template with a nice Tailwind UI made with vue that includes core functionality for full functional apps.

I'm trying to make the best open source tauri app template. I have built a lot of applications but I always end up starting from scratch. I've had the architecture in my mind for this for a long time but Rust was my nemesis (used AI to write all of the rust stuff and even help me get unblocked on how to use it on the frontend).

This repo uses just about all of the core Tauri plugins in a somewhat general-purpose application. Code is little messy as I hack this together but I know this is going to speed up development time. Hope it's helpful to someone.

https://github.com/TutorialDoctor/tauri-app-shell

github.com
u/TutorialDoctor — 1 month ago