Update in script for creating Custom Sidebar Entries in Font View

The text script has an issue for creating new entry,

Below is the script which is working.
{
categories = (
{
name = “Compatibility”;
icon = compatibilityTemplate;
subGroup = (
{
name = “Web”;
coverage = (
.notdef,
hyphen,
space
);
},
{
name = “Windows”;
coverage = (
nbspace,
softhyphen
);
}
);
},
);
languages = (
{
name = “Esperanto”;
icon = EsperantoTemplate;
script = esperanto;
subGroup = (
{
name = “Marks”;
coverage = (
circumflexcomb,
brevecomb
);
},
{
name = “Letters”;
coverage = (
Ccircumflex,
ccircumflex,
Gcircumflex,
gcircumflex,
Hcircumflex,
hcircumflex,
Jcircumflex,
jcircumflex,
Scircumflex,
scircumflex,
Ubreve,
ubreve
);
}
);
},
);
}

Which script?

the one which is on the website, yesterday I was trying to create a new sidebar and it did’nt work.

if you see on the web
https://glyphsapp.com/tutorials/custom-sidebar-entries-in-font-view

subGroup = ( -this line has an extra heading which dosent allow create two sub categories .

Ah, okay, thanks! Just to confirm: By ‘script’, you meant ‘tutorial’?

yes it is in the tutorial section :smile:

I also wanted to ask you that how should I create a new section in languages for Modi and how can I get a default image on the background ?

Fixed the tutorial, thx for reporting.

Isn’t that addressed in this very tutorial, or do you mean something else?

You mean, the same scan over and over again in all Modi glyphs? Or the same paths in all glyph backgrounds?

Hi
I have manage to have a new Modi section in langauges so it’s all good.