-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
98 lines (96 loc) · 7.26 KB
/
index.xml
File metadata and controls
98 lines (96 loc) · 7.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<index version="1" name="ReaMD" commit="77cec87625f366915681be19435d6dd082d62c68">
<category name="Main">
<reapack name="ReaMD.lua" type="script" desc="ReaMD - Dockable Markdown Viewer for REAPER">
<metadata>
<description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}}
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
\widowctrl\hyphauto
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 ReaMD - Markdown Viewer for REAPER\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Dockable markdown viewer designed for audio production workflows. Link text fragments to timeline items, use teleprompter mode for VO, and format text with AI.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Features\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Full markdown rendering (headers, lists, tables, code blocks)\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Live Preview in edit mode\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Scenario Mode - link text to timeline items\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Teleprompter with auto-scroll\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab AI Parse (Claude API)\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Dark and Light themes\sa180\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Requirements\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab REAPER 7.0+\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab ReaImGui 0.10+\sa180\par}
}
]]></description>
<link rel="website" href="https://forum.cockos.com/showthread.php?p=2915326">Forum Thread</link>
<link rel="screenshot">https://raw.githubusercontent.com/b451c/ReaMD/main/docs/images/hero.png</link>
<link rel="donation">https://buymeacoffee.com/bsroczynskh</link>
</metadata>
<version name="1.0.0" author="b4s1c" time="2026-01-08T14:13:11Z">
<changelog><![CDATA[+ Initial public release
+ Full markdown rendering
+ Scenario Mode with item linking
+ Teleprompter mode
+ AI Parse feature
+ Dark and Light themes]]></changelog>
<source main="main">https://github.com/b451c/ReaMD/raw/v1.0.0/Main/ReaMD.lua</source>
<source file="../Libs/json.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/json.lua</source>
<source file="../Libs/md_parser.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/md_parser.lua</source>
<source file="../Libs/md_renderer.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/md_renderer.lua</source>
<source file="../Libs/scenario_engine.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/scenario_engine.lua</source>
<source file="../Libs/config.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/config.lua</source>
<source file="../Libs/utils.lua">https://github.com/b451c/ReaMD/raw/v1.0.0/Libs/utils.lua</source>
</version>
<version name="1.0.1" author="b4s1c" time="2026-01-10T19:49:36Z">
<changelog><![CDATA[* Fix ReaPack installation - include missing files (ai_parser, teleprompter, prompt)]]></changelog>
<source main="main">https://github.com/b451c/ReaMD/raw/v1.0.1/Main/ReaMD.lua</source>
<source file="../Libs/ai_parser.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/ai_parser.lua</source>
<source file="../Libs/config.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/config.lua</source>
<source file="../Libs/json.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/json.lua</source>
<source file="../Libs/md_parser.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/md_parser.lua</source>
<source file="../Libs/md_renderer.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/md_renderer.lua</source>
<source file="../Libs/scenario_engine.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/scenario_engine.lua</source>
<source file="../Libs/teleprompter.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/teleprompter.lua</source>
<source file="../Libs/utils.lua">https://github.com/b451c/ReaMD/raw/v1.0.1/Libs/utils.lua</source>
<source type="data" file="../prompts/ai_format_prompt.txt">https://github.com/b451c/ReaMD/raw/v1.0.1/prompts/ai_format_prompt.txt</source>
</version>
<version name="1.0.3" author="b4s1c" time="2026-01-11T03:14:07Z">
<changelog><![CDATA[+ Live Preview in edit mode (split view)
+ Theme-aware button colors (dark/light)
+ Recent files auto-cleanup
* Light theme redesigned for better contrast
* Settings persistence fix
* Tooltip readability fix in dark mode
* Recent files limit increased to 10]]></changelog>
<source main="main">https://github.com/b451c/ReaMD/raw/v1.0.3/Main/ReaMD.lua</source>
<source file="../Libs/ai_parser.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/ai_parser.lua</source>
<source file="../Libs/config.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/config.lua</source>
<source file="../Libs/json.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/json.lua</source>
<source file="../Libs/md_parser.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/md_parser.lua</source>
<source file="../Libs/md_renderer.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/md_renderer.lua</source>
<source file="../Libs/scenario_engine.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/scenario_engine.lua</source>
<source file="../Libs/teleprompter.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/teleprompter.lua</source>
<source file="../Libs/utils.lua">https://github.com/b451c/ReaMD/raw/v1.0.3/Libs/utils.lua</source>
<source type="data" file="../prompts/ai_format_prompt.txt">https://github.com/b451c/ReaMD/raw/v1.0.3/prompts/ai_format_prompt.txt</source>
</version>
</reapack>
</category>
<metadata>
<description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}}
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
\widowctrl\hyphauto
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 ReaMD - Markdown Viewer for REAPER\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Dockable markdown viewer for audio production workflows. Link text fragments to timeline items, use teleprompter mode for VO, and format text with AI.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Key Features\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab {\b Scenario Linking} - Connect text to timeline items\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab {\b Teleprompter} - Auto-scrolling VO display\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab {\b AI Parse} - Convert messy text to clean markdown (Claude API)\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab {\b Full Markdown} - Headers, lists, tables, code blocks\sa180\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel1 \b \fs32 Requirements\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab REAPER 7.0+\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab ReaImGui 0.10+\sa180\par}
{\pard \qc \f0 \sa180 \li0 \fi0 \emdash\emdash\emdash\emdash\emdash\par}
{\pard \ql \f0 \sa180 \li0 \fi0 MIT License | https://github.com/b451c/ReaMD\par}
}
]]></description>
<link rel="website">https://github.com/b451c/ReaMD</link>
</metadata>
</index>