Version 1.5.0 of the "jumplist" is now live with an extra option to be set in config.php
Jumplist settings
#kirbyJumplistLength -> max. of pages in one row (integer)
#kirbyJumplistSubmenu -> show / hide the submenus (1 / -1)
#kirbyJumplistHide -> hide / show "status > invisible" pages (1 / -1)
-------------------------------------------------- */
c::set("kirbyJumplistLength", 10);
c::set("kirbyJumplistSubmenu", 1);
c::set("kirbyJumplistHide", 1);
When you set the last parameter kirbyJumplistHide to 1, all pages with status : invisible (set from the panel, not the hide : true from the bluerpint) are hidden in the list.
As you can see, this setting only affects the status : invisible and not hide : true, because I can’t figure out how to read the hide : true status from a page.
I’ve tried this forum, Google, Kirby docs, “find in all files @git” but I can not find any clue how to read out that particular value, sorry.
