Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Last active October 15, 2016 14:52
Show Gist options
  • Select an option

  • Save X-Raym/de8346d6d51899aabc676a58bf33fb09 to your computer and use it in GitHub Desktop.

Select an option

Save X-Raym/de8346d6d51899aabc676a58bf33fb09 to your computer and use it in GitHub Desktop.
A better export action list template. Still minimal but already more practical. Pure valid semantic HTML 5.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>REAPER actions list</title>
</head>
<body>
<h1>REAPER actions list</h1>
<p>Generated by REAPER v5.27pre4/OSX64</p>
<h2>Section: Main, Main (alt recording)</h2>
<table>
<thead>
<tr>
<td>ID</td>
<td>Name</td>
<td>Translation</td>
</tr>
</thead>
<tbody>
<tr>
<td>{ID}</td>
<td>{Name}</td>
<td>{Translation}</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment