purarue
purarue
Perhaps an alternative is to have a nicer way to view the data? Currently you can dump it to JSON, and thats machine consumable, but end users of this don't...
considering the complications, tentatively consdering this `wontfix` unless someone wants to contribute changes would probably go in another namespace package, at `browserexport/reconstruct` or something feel free to comment here if...
Hm alright I guess if this was to be implemented we would probably 'force' firefox (or chome?) as the base, and then once you have the merged database you can...
This works on ipython 8.5.0, thanks
Related issue might be rendering markdown in the context, since github/reddit/discord all follow a similar syntax still wouldn't fix this from a security concern though, as currently it seems like...
Alright, just in case heres the content of that sidebar node: https://gist.githubusercontent.com/seanbreckenridge/fedd7db7f111bd97edbfd84722fe0441/raw/dce9cba7b29216bb25ac3f9cb310ee64485453f0/promnesia.html Also, not sure if it just auto-detects markdown -- I assume I have to feed it through `mistletoe`...
Also not sure on the security implications, should probably just link to #14; perhaps someone who knows more about this can comment in the future If this is expected behavior,...
partially solved by #234, since I can now render the discord markdown on the backend using the helper functions added there doesn't address possible security issue though, though I'm not...
May be related to [this recent issue](https://github.com/karlicoss/promnesia/issues/253)
Could possibly be done with something similar to how `hpi doctor` tries to import the `stats` function from each module, perhaps that could even be reused here.