You’re very welcome. For Markor, I wasn’t a fan of the default viewer theme, which is how I view most notes when on mobile, so I made some tweaks to improve its appearance…below is a screenshot:
If you want something similar, add the following under Settings > View mode:
- Open existing files in view mode: on (this may be default)
- Link color: #71aaff
And replace the <style>...</style>
block under the inject -> head
pop-up with the following CSS:
<style>
html, body {
font-family: sans-serif-condensed;
font-size: 110%;
background: #0d1117;
color: #c9d1d9;
margin: 0;
padding: 0.5em;
}
a {
color: 58a6ff;
text-decoration: none;
}
h1, h2, h3, h4 {
padding-bottom: 0.25em;
border-bottom: 2px solid #222934;
}
hr {
border: 2px solid #222934;
}
pre, code {
color: #b5a5ee;
}
</style>
I try to keep things simple and just use Markdown files for everything. I have a doc for each physical device, and another doc for each service/container running on the LAN.
I generally track hardware specs, upgrade paths, and software changelogs/todos as unsorted lists within these docs. It’s super portable and easily synced across devices via Syncthing.