Bob Igo
Bob Igo
In your example usage, you show a temperature regulation example. I would like to use it for the same, but I think it'd help to use color codes as indicators...
I have a JSON object with a boolean `isFavorite` field, like so (simplified, obviously): ``` { "attributes": { "isFavorite": false }} ``` If my kotlin class for parsing this object...
I have a Netgate 3100. Its WAN interface lists as `1000baseT `, but I regularly see values for `sensor.my_router_name_interface_wan_inbytes_kilobytes_per_second` around 300,000 kBps, which is about 2.35Mbps, exceeding what my WAN...
Obsidian uses `- ` for bullets, and nesting is handled with tabs ahead of the `- `. Tiddlywiki uses one or more `*`s where each `*` indicates nesting depth. When...
When I import a tiddlywiki containing a tiddler that has a tag ("NPC"), it shows up like so in the resulting `.md` file in obsidian: ``` --- tags: NPC ---...