mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
chore: Refactor recording script and comments into separate file
This commit is contained in:
parent
fd21f5195d
commit
c49bc2418b
2 changed files with 4 additions and 0 deletions
0
aider/website/_includes/recording.md
Normal file
0
aider/website/_includes/recording.md
Normal file
|
@ -6,6 +6,8 @@ layout: minimal
|
||||||
|
|
||||||
# Add --auto-accept-architect feature
|
# Add --auto-accept-architect feature
|
||||||
|
|
||||||
|
|
||||||
|
// ai...
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/asciinema/asciinema-player.css" />
|
<link rel="stylesheet" type="text/css" href="/assets/asciinema/asciinema-player.css" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -14,6 +16,7 @@ layout: minimal
|
||||||
|
|
||||||
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
// just keep this variable in this file:
|
||||||
const recording_url = "https://gist.githubusercontent.com/paul-gauthier/e7383fbc29c9bb343ee6fb7ee5d77e15/raw/c2194334085304bb1c6bb80814d791704d9719b6/707774.cast";
|
const recording_url = "https://gist.githubusercontent.com/paul-gauthier/e7383fbc29c9bb343ee6fb7ee5d77e15/raw/c2194334085304bb1c6bb80814d791704d9719b6/707774.cast";
|
||||||
{% include recording.js %}
|
{% include recording.js %}
|
||||||
</script>
|
</script>
|
||||||
|
@ -39,6 +42,7 @@ const recording_url = "https://gist.githubusercontent.com/paul-gauthier/e7383fbc
|
||||||
<kbd>f</kbd> Fullscreen —
|
<kbd>f</kbd> Fullscreen —
|
||||||
<kbd>←</kbd><kbd>→</kbd> ±5s
|
<kbd>←</kbd><kbd>→</kbd> ±5s
|
||||||
</div>
|
</div>
|
||||||
|
// ... refactor all this into recording.md ai!
|
||||||
|
|
||||||
## Commentary
|
## Commentary
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue