Merge pull request #6 from sriramsv/add-prefixes

Add Prefixes to scripts
This commit is contained in:
zobnin
2022-08-29 08:53:05 +03:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "navigate"
text_from = ""
text_to = ""
@@ -17,7 +18,7 @@ local blue = md_colors.light_blue_800
function on_search(input)
text_from = input
text_to = ""
search:show({..input},{blue})
search:show({input},{blue})
end
function on_click(idx)

View File

@@ -4,6 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "ip"
local md_color = require "md_colors"
local blue = md_colors.blue_500

View File

@@ -4,7 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "qr"
qr_code_url = "https://api.qrserver.com/v1"
text_from = ""

View File

@@ -4,7 +4,7 @@
-- type = "search"
-- author = "Sriram SV"
-- version = "1.0"
-- prefix = "share"
local md_color = require "md_colors"