Thanks for your patience during our recent outage at scalar.usc.edu. While Scalar content is loading normally now, saving is still slow, and Scalar's 'additional metadata' features have been disabled, which may interfere with features like timelines and maps that depend on metadata. This also means that saving a page or media item will remove its additional metadata. If this occurs, you can use the 'All versions' link at the bottom of the page to restore the earlier version. We are continuing to troubleshoot, and will provide further updates as needed. Note that this only affects Scalar projects at scalar.usc.edu, and not those hosted elsewhere.
Scalar 2 User's GuideMain MenuGetting StartedExplains account and book creation, and some interface basics.QuickStartsA path of all QuickStart content in this user's guide.Working with MediaHow to get the most out of your use of media in Scalar.Working with ContentCreating and editing content in Scalar.Working with WidgetsWorking with StructureHow to use Scalar's many options for structuring publications.Editorial WorkflowHow to use features for performing editorial review of content.VisualizationsExploring the contents of a book visually.LensesAn introduction to lenses, a tool for searching and visualizing Scalar content.Advanced TopicsDescribing Scalar's more advanced features.Third Party Plugins and Platforms
Styling Tab
12018-09-27T22:21:11-07:00Curtis Fletcher3225f3b99ebb95ebd811595627293f68f680673e32964plain2019-12-10T13:06:08-08:00Erik Loyerf862727c4b34febd6a0341bffd27f168a35aa637The dashboard's Styling tab allows you to choose settings that affect the overal look and feel of your Scalar book.
Reader Interface. Enables you to select between two reader interface designs for your book, Scalar 1 and Scalar 2. Enable the display of navigation buttons in margins.
Thumbnail image. The thumbnail that will appear next to your book's title on the Scalar Index page. Upload an image using the "Choose File" button.
Background image. To change your book's background, you must first import the image you want to use into Scalar; then it can be selected in the drop-down menu here.
Custom style. This field accepts CSS code, which will be applied across the whole book, superseded only by that set for an individual page. Learn more about custom CSS.
Custom Javascript. Custom Javascript entered here will be applied across the whole book, superseded only by that set for an individual page. If you want to track your book's traffic, Google Analytics code can be pasted here, using this format (and replacing GOOGLE_ANALYTICS_ID with your own id):
$.getScript("https://www.googletagmanager.com/gtag/js?id=GOOGLE_ANALYTICS_ID", function() { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'GOOGLE_ANALYTICS_ID'); })