1 00:00:00,890 --> 00:00:06,170 In this video, we're going to add some functionality to our Learning Plan table. 2 00:00:06,170 --> 00:00:10,986 We'll be adding a new column with links that let you easily access all your 3 00:00:10,986 --> 00:00:13,690 notes and resources in My Binders. 4 00:00:13,690 --> 00:00:17,479 This exercise also gives you a good opportunity to review some of the concepts 5 00:00:17,479 --> 00:00:21,910 introduced in the first workshop, like tables, columns, and data types. 6 00:00:21,910 --> 00:00:26,510 First, we'll create a new text column where we can add links. 7 00:00:26,510 --> 00:00:29,561 To do this hover to the right of the Learning Plan 8 00:00:29,561 --> 00:00:31,787 table until you see the plus (+) sign. 9 00:00:31,787 --> 00:00:35,740 Click the plus to add a new column to this table and 10 00:00:35,740 --> 00:00:40,950 leave it as the default text type, indicated by a T icon. 11 00:00:40,950 --> 00:00:44,230 Now double click the column name and rename it Binder. 12 00:00:46,370 --> 00:00:54,252 Click inside the Binder cell in the top row corresponding to Python Basics, 13 00:00:54,252 --> 00:01:01,167 and type the at (@) sign then Python and select the Python Basics page. 14 00:01:01,167 --> 00:01:08,070 All right, now click on the Python Basics binder link to try it out, good. 15 00:01:12,386 --> 00:01:17,572 One nice feature about this workbook is that it comes with page templates, 16 00:01:17,572 --> 00:01:21,965 so you can easily add new binders for each new lesson. 17 00:01:21,965 --> 00:01:24,078 Using Coda's Duplicate Page button, 18 00:01:24,078 --> 00:01:27,415 you can create all the assets you need at the click of a button. 19 00:01:28,440 --> 00:01:33,858 Select the My Binders page from the side navigation menu, 20 00:01:33,858 --> 00:01:38,724 enter a new binder name like JavaScript Basics, and 21 00:01:38,724 --> 00:01:44,491 click on the Create a new binder button to create a new binder. 22 00:01:44,491 --> 00:01:48,255 The new binder gets created here within My Binders, and 23 00:01:48,255 --> 00:01:52,592 notice how the notes and resource links are duplicated for you. 24 00:01:55,636 --> 00:01:59,211 Finally, I'll add a link to the JavaScript Basics binder from 25 00:01:59,211 --> 00:02:01,509 the Learning Plan table as I did before. 26 00:02:12,944 --> 00:02:17,220 Next, I'll show you how you can customize how your data is presented.