yūdachi
yūdachi
supported in 9b8aec0: ```rust let org = Org::parse( r#":PROPERTIES: :key: value :END: "#, ); assert_eq!( org.document().properties().unwrap().get("key").unwrap(), "value" ); ```
sorry for the late reply. it seems to be a potential bug where the parser incorrectly interprets a keyword as a property node. it issue was fixed in commit 5bc15d80ffdf11b87cc5344f6c8ad24673551e2c...
initial support for `org-fc` cloze was landed in commit 6c4513d857402fa53a0ba55dd793e32bb6579881 you can give it a try now by editing you cargo.toml to ```toml orgize = { git = "https://github.com/PoiScript/orgize", branch...
hello, sorry for the late response. the traverser now emits cloze events properly: ```rust let org = Org::parse("{{cloze1}{hint1}}"); let mut cloze = None; let mut t = from_fn(|event| { if...
and I just checked the anki docs, and it also labels this field as "Text". so I think we're good to go.
@FelixKratz thank you for the explanation! I just moved the helper command to the bottom of `sketchybarrc` instead, so the helper can be launched at startup eventually. But I'm unsure...
the s400 scale measures three metrics: impedance, heart rate and weight and combines these values into a single value value when reporting to gateway. The formula is ``` (impedance *...
@AlexxIT sure! here're example data: ``` # case 1 input 260823 => weight = 72.7 # case 2 input 1338768096 => weight: 73.6, impedance_high: 510.6 input 1234960384 => impedance_low: 471.1...
> id for s400 is 12505, so I changed your code from: > I add id with 19205,and found it works. I guess three different BLE IDs correspond to three...