this post was submitted on 26 Jan 2024
2 points (100.0% liked)

Asklemmy

43397 readers
854 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

+1 bonus points for FOSS

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

Do you have a good app to edit that on mobile? I remember that I've looked into that before (more for a jekyll blog than notes but same idea) and I couldn't find anything that I liked...

... which is something I could add to my open questions article!

[โ€“] [email protected] 0 points 7 months ago (1 children)

I used Obsidian for a bit but recently switched to Markor which I quite like.

I do all the git stuff via cli on Termux. To be fair I do most of my notes on a PC so I don't mind if the mobile experience is a bit hacky, with a couple aliases it's easy enough. Alternatively I could edit files directly in on git server website (I run a self hosted git server but ymmv). For the major git servers like Github there are probably apps that make it more comfortable.

The markdown files are appropriately structured so I can run Hugo (config and layout files in a separate repo for tidiness sake) and get a static site build.

[โ€“] [email protected] 0 points 7 months ago

I host my own GitLab so using its web IDE is an option. A proper offline solution for mobile would be cool though, especially because situations in which I don't have my laptop with me tend to overlap with situations where I don't have a proper internet connection, especially on local trains.