working on multiple editor types
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
local plugin = {}
|
||||
|
||||
function plugin.run()
|
||||
--berry.config.defineSetting("my plugin", "test setting", "description", "boolean", "1")
|
||||
|
||||
button = berry.ui.button("Click me!", "success")
|
||||
berry.ui.mount(button)
|
||||
|
||||
berry.ui.onMessage(button, "Pressed", function()
|
||||
print("hi")
|
||||
end)
|
||||
end
|
||||
|
||||
return plugin
|
||||
7
plugins/Markdown Reader/lua/main.lua
Normal file
7
plugins/Markdown Reader/lua/main.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local plugin = {}
|
||||
|
||||
function plugin.run()
|
||||
berry.ui.notify("hi lmao")
|
||||
end
|
||||
|
||||
return plugin
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Git",
|
||||
"name": "Markdown Reader",
|
||||
"author": "SpookyDervish",
|
||||
"version": "1.0.0",
|
||||
"dependencies": []
|
||||
Reference in New Issue
Block a user