Matt Widmann
Matt Widmann
Should we close this or do you still think this is a valuable addition?
Yep, looks like we just pull the application environment config for those values https://github.com/mgwidmann/scrivener_html/blob/master/lib/scrivener/html.ex#L98 I would accept a PR to make this addition.
Ping, going to close this soon if no one wants this feature.
Sorry I missed this for such a long time. Did you try passing in the `@conn` as the first parameter? It has the query parameters inside it that you're looking...
I think we should ideally replicate the query params in the links when we generate the link. We execute the path function in these areas: https://github.com/mgwidmann/scrivener_html/blob/master/lib/scrivener/html.ex#L326 https://github.com/mgwidmann/scrivener_html/blob/master/lib/scrivener/html.ex#L356 But the `url_params`...
In order to preserve the current API, we could instead just accept a `query` option and everything in there would get merged as query string parameters in addition to the...
I was unaware that it automatically made the links centered. The best workaround for now seems it would be to override it with CSS, however thats not ideal. Would allowing...
I know I didn't respond super quick but if anyone knows what should be done with this CSS framework, help would be appreciated.
Please submit a PR and I would be willing to merge it.
would also be nice to have value transformations if possible... (for example decrypting an encrypted value)