Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension: replace-params #21

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,16 @@ <h3 id="community"><a href="#community">Community</a></h3>
This extension works similarly to json-enc but allows for very complex structures, such as embedding JSON objects, lists, or handling indexes, just by using the name attribute.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/fanelfaa/htmx-ext-replace-params/blob/main/README.md">
replace-params
</a>
</td>
<td>
This extension uses request parameters to replace existing parameters. If given value is empty string then parameter will be deleted. This extension would be usefull in situations like pagination, search that you only want to replace only few parameters instead of reset all parameters.
</td>
</tr>
</tbody>
</table>

Expand Down