The Online Editor lets you write and edit your smartChord songs on a computer, with a real keyboard and a big screen. You load a song from your phone, edit it in the browser, and send it back - the songbook on your phone updates instantly.
… → Edit menu).
The app then shows a session code such as ABCD_1234.
Leave this screen open while editing.
The drop-downs below the address bar insert smartChord directives for you, so you don’t have to remember the exact syntax. Pick an entry and it is added at the cursor; the value is selected, ready for you to type over.
| Menu | What it inserts |
|---|---|
| Add info | Song information such as title, artist, key, capo, tempo, comments. |
| Add control | Playback helpers: scroll breaks, scroll time, MIDI commands. |
| Add format | Layout directives: background, page break, text color. |
| Mark block | Wraps the selected lines in a section (e.g. start_of_chorus … end_of_chorus). |
| Start / End block | Inserts only the opening or closing marker of a section. |
Single-use directives such as title are not added twice - if one
already exists, the editor jumps to it instead.
Instead of the menus you can just type an opening brace {. A list of
all directives pops up; keep typing to filter it (for example {cho
narrows to Chorus). Press Enter to insert the selected one.
The icon buttons on the right of the toolbar control the editor’s appearance. Your choices are remembered:
| # | Show or hide line numbers. |
| ⏎ | Word wrap - wrap long lines instead of scrolling sideways. |
| ☾ / ☀ | Switch between light and dark theme. |
| ⛶ | Fullscreen. A faint round button appears top-right to leave it again (or press Esc). |
.sccrd, .txt, ChordPro) from your computer into the editor..sccrd file, named after the song’s title.These work entirely offline and are handy for backups - no phone connection needed.
| Shortcut | Action |
|---|---|
| { | Show directive suggestions |
| Ctrl+O | Get song from phone |
| Ctrl+S | Put song to phone |
| Ctrl+F | Find & replace |
| Ctrl+G / Ctrl+Shift+G | Next / previous match |
| Ctrl+Z / Ctrl+Y | Undo / redo |
| Esc | Close the search box or suggestions; leave fullscreen |
On macOS use Cmd instead of Ctrl.
smartChord reads plain text and the widespread ChordPro format.
Chords go in the line above the lyrics; directives are written in braces, e.g.
{title:My Song} or {start_of_chorus}. See
our reference.
{x_sccrd_ are extra data managed by smartChord
itself (tuning, scroll speed, chord grids, and so on). They are shown in red.
Don’t edit them by hand unless you know exactly what they mean —
the app maintains them for you.
Sample Artist - Sample Title
{start_of_tab:Intro}
e|---------13-------------------12------------------10-------|
B|-----------------------------------------------------------|
G|----14-------14---------12-------12--------10---------10---|
D|--0-------------------0-----------------0------------------|
A|-----------------------------------------------------------|
E|-----------------------------------------------------------|
{end_of_tab}
{start_of_verse:Verse 1}
A C
This is verse 1
{end_of_verse}
{start_of_chorus:Chorus}
A C E F Fm
This is the chorus
{end_of_chorus}
{comment:This is a comment}
{highlight:This text is highlighted}
{key:A}
{time:4/4}
{tempo:120}
{capo:2}
{title:This is the title of the song}
{artist:This is the name of the artist}
Pause auto-scroll for a number of seconds:
{x_sccrd_sbr:10}
Add a link to a YouTube video by its id:
{x_sccrd_yt:19JVc76ExkY}
© s.mart Music Lab · Back to editor