pull_requests_fts: 274313625
This data as json
rowid | title | body |
---|---|---|
274313625 | [WIP] Add primary key to the extra_body_script hook arguments | This allows the row to be identified on row pages. The context here is that I want to access the row's data to plot it on a map. I considered passing the entire template context through to the hook function. This would expose the actual row data and potentially avoid a further fetch request in JS, but it does make the plugin API a lot more leaky. (At any rate, using the selected row data is tricky in my case because of Spatialite's infuriating custom binary representation...) |