Add Prefixes to scripts #6

Merged
sriramsv merged 2 commits from add-prefixes into master 2022-08-29 01:53:05 -04:00
4 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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