[02:43:54] catbarf: Yes creating a dashboard widget with some custom html should be straightforward. There is actually an existing example of something similar I think... something like cat quotes? [10:44:30] I saw the cat quotes sidebar menu item, but didn't see anything for a dashboard. I'll actually dive into the real code today to check it out and hopefully not break my entire instance [15:08:35] It seems that Custom HTML is/was not something the Phabricator people ever intended to support (which I understand), but at least they give some indication on how to do it [15:08:37] https://secure.phabricator.com/T6583#84542 [15:38:09] Got it working :-) https://i.imgur.com/eceWFRp.jpg [15:38:49] It's probably not very safe or good but I'm going to see how far I can (ab)use this [16:19:46] I can render HTML, but trying to write the widget so it can save HTML into a remarkup field doesn't seem to save it at all. I bet It's because i'm not saving something to the database. using the TextPanel as a basis it seems there's some transaction type that I've got to set [16:22:24] Yep, that was it :-D [16:27:03] Now that I've implemented it, I cannot seem to figure out why i want it LOL [16:28:28] s/figure out/remember [16:33:33] And I've remembered why -- I wanted photos within tags [16:35:28] Sorry for so much typing here, lol. Just thought that was a fun exercise and now it should make adding other panels easier -- I want to get RSS feeds [16:48:05] flexbox works as desired, too : https://i.imgur.com/ooyp3t8.jpg [22:42:30] Sorry for so many chatlines, but how hard would it be to straight up make a brand new phorge application? I'm hitting some ugly-ness trying to do this entirely within dashboard widgets (also likely not the correct spot at all), so I'm thinking I'll just make a new app and set up my data sources that way [22:43:57] Actually this looks quite doable