This is a test to verify custom markdown loading works!
print("=== Custom Markdown Loaded! ===")
print("This is from test_demo.md")| -- snow.lua - Realistic snow effect module for Storie | |
| -- Can be embedded in any Markdown content with: | |
| -- ```lua module:snow | |
| -- [paste this file content] | |
| -- ``` | |
| local Snow = {} | |
| -- Configuration | |
| local SNOW_COUNT = 50 |
| title | minWidth | minHeight |
|---|---|---|
Box Drawing Test |
60 |
25 |
function globalRender()
buffer:clear()
-- Title| title | minWidth | minHeight |
|---|---|---|
UI |
60 |
25 |
local UI = {}
local Widget = {}
Widget.__index = Widget| title | author | player | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Forest Adventure |
Storied |
|
| title | minWidth | minHeight |
|---|---|---|
Sliders |
40 |
15 |
local UI = {}
local Widget = {}| title | minWidth | minHeight |
|---|---|---|
Box Drawing |
40 |
10 |
function globalRender()
buffer:clear()
| -- Canvas Navigation Plugin for Storied | |
| -- Provides spatial layout, smooth panning, and interactive link navigation | |
| local Canvas = {} | |
| -- Configuration | |
| local SECTION_WIDTH = 60 | |
| local SECTION_HEIGHT = 20 | |
| local SECTION_PADDING = 10 | |
| local MAX_SECTIONS_PER_ROW = 3 |
| ──▒▒▒▒▒▒───▄████▄ | |
| ─▒─▄▒─▄▒──███▄█▀ | |
| ─▒▒▒▒▒▒▒─▐████──█─█ | |
| ─▒▒▒▒▒▒▒──█████▄ | |
| ─▒─▒─▒─▒───▀████▀ | |
| twitter.com/ArtsAscii |