Cleanup samples

This commit is contained in:
Evgeny
2025-05-03 09:45:26 +08:00
parent 296fbee028
commit b9d73171ed
26 changed files with 51 additions and 612 deletions

View File

@@ -16,7 +16,7 @@ local green = md_colors.green_400
function on_search(input)
text_from = input
text_to = ""
search:show({input},{green})
search:show_lines({input},{green})
end
function on_click(idx)