From 3cf6822f754492ef5da3d5a8ebda98b9bde8222e Mon Sep 17 00:00:00 2001 From: swyx Date: Sun, 1 Nov 2020 23:10:40 +0800 Subject: [PATCH] tweak readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70c769f..7c1f246 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Demo: https://svelte.dev/repl/dae848c2157e48ab932106779960f5d5?version=3.19.2 ``` +Discuss this action: https://github.com/sw-yx/svelte-actions/issues/4 + ### `longpress` `export function longpress(node: HTMLElement, duration: number): ReturnType` @@ -53,6 +55,8 @@ Demo: https://svelte.dev/tutorial/adding-parameters-to-actions >press and hold ``` +Discuss this action: https://github.com/sw-yx/svelte-actions/issues/3 + ### `pannable` `export function pannable(node: HTMLElement): ReturnType` @@ -75,9 +79,12 @@ Demo: https://svelte.dev/repl/f12988de576b4bf9b541a2a59eb838f6?version=3.23.2 ``` +Discuss this action: https://github.com/sw-yx/svelte-actions/issues/2 + -## Actions for Consideration +## Future actions considering adding - `closeOnEscape`/`closeOnScroll`/`closeOnFocusOutside`: https://github.com/sveltejs/rfcs/pull/24#issuecomment-645094235 - `selectTextOnFocus`/`clearTextOnEscape`/`blurOnEscape`/`blurOnEnter`: -- `viewport`: creates `enterViewport`/`leaveViewport` events https://github.com/sveltejs/rfcs/pull/24#issuecomment-645392769 \ No newline at end of file +- `viewport`: creates `enterViewport`/`leaveViewport` events https://github.com/sveltejs/rfcs/pull/24#issuecomment-645392769 +- [Propose a new action here!](https://github.com/sw-yx/svelte-actions/issues/new) \ No newline at end of file