-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Gus Perez edited this page Sep 11, 2018
·
5 revisions
It's a Visual Studio Code extension that improves the experience around editing text file versions of songs including lyrics, chords, and guitar tabs. If you've ever dealt with chord files or guitar tabs like the ones found on Ultimate Guitar, then you may want to give SongTxt a try.
You can either get it directly from the Visual Studio Marketplace or follow these instructions to install it manually:
- Download and install Visual Studio Code (it's free) from here.
- Launch VS Code
- Hit
Ctrl+Shift+X
(Windows) orCmd+Shift+X
(Mac) to open the Extensions side bar - Search for
SongTxt
- Click Install
- Create or open a
.txt
file (e.g.,song.txt
) and transcribe away
- Chord names above lyrics
- Section headers (e.g.,
[Verse]
,[Chorus]
,[Bridge]
) - Tunings in guitar tablature
- Comments (text in parentheses)
- Instead of dealing with the pain of manually creating tablature sections, you can have SongTxt automatically insert them into your file for you. To do so, just move the caret to where you want to insert the tabs in the file, press
Ctrl+Space
, and then type in-6
to see a list of six string tunings to pick from. Highlight the one you want (or click on it) and you should get a nice blank section of tablature to work with. Oh, if you play a seven-string, type in-7
instead.
If you run into any problems or have ideas for features, please submit an Issue.
Coming soon.