scrivener_html
scrivener_html copied to clipboard
HTML view helpers for Scrivener
Phoenix 1.5.0 has been released in April. Would it be possible to update scrivener to provide compatibility with the new version ?
Besides other documentation changes, this commit includes all relevant documents to the generated HTML doc for HexDocs.pm and leverages on latest features of ExDoc.
Do you need help maintaining this project?
Adds a new `:link_fun` option to set the link function. Defaults to `Phoenix.HTML.link/2`. This will allow to use Scrivener with Phoenix LiveView which has [own link generation function](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#live_link/1) for "live...
There are some application boundary warnings for Elixir 1.11.x and some other misc changes. After updating, there were some failing tests which seem to be related to generating `a` tags:...
To use with the latest Phoenix, needed to update the dependencies. `use Phoenix.ConnTest` is deprecated. The HTML "AST" generated by the latest Phoenix HTML is different than previous, so had...
Forked from #91. Solves #89 and #70.
Closes issue #90
Using Scriviener HTML with Phoenix 1.5.3 and the pagination component is appearing as an unordered list. Not sure why. my code: config.exs: ``` config :scrivener_html, routes_helper: Elijah.Routers.Helpers ``` view: ```...
Refactor of function header_links to fix the case when the header link should not be created. Case: On first page and total pages equal to 1 -> don't create a...