this post was submitted on 26 Jan 2024
2 points (100.0% liked)
Asklemmy
43790 readers
864 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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!
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.
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.