pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
dehli 2021-04-06T14:04:58.145100Z

Is there a way to have similar functionality to ::pf.eql/wrap-map-select-entry via pathom2 plugins?

wilkerlucio 2021-04-06T14:08:47.145300Z

::p/wrap-read is similar

šŸ™ 1
2021-04-06T18:36:05.147100Z

Have there been any more thoughts/discussions on supporting streams/subscriptions in pathom since https://github.com/wilkerlucio/pathom/issues/98 does pathom3 change anything in this regard?

wilkerlucio 2021-04-06T18:37:24.147300Z

not at this point, you can implement something about it around Pathom, its the usual issue with any streams: how to detect what changed? who should be notified?

šŸ‘ 1
wilkerlucio 2021-04-06T18:38:56.147500Z

currently Iā€™m focusing on getting Pathom 3 basics to work reliably (I still have some classes of problems to figure out there)

2021-04-06T18:39:11.147800Z

thanks!