jaro-io
jaro-io
``` var scrllStppd = false; var tchStrt; var tchDrctn; function overflowScroll() { clearTimeout($.data(this, 'scrollTimer')); if (!scrllStppd) { scrllStppd = true; scroll.stop(); } $.data(this, 'scrollTimer', setTimeout(function() { scroll.start(); scrllStppd = false;...
for me a simple reinstall fixed the problem. :man_shrugging:
@distantnative sure, that’s true. i think i have seen `structureItem` somewhere before.. can’t remember if this was part of a plugin or of some area within kirby itself. so imagine...
of course, of course! i am just using tons of custom field methods. so instead i would for example want to do something like ```yml myStructureField: type: structure columns: costs:...
i am trying to update the title of the first default column from "title" to "something". so far i got here: ```yml type: pages layout: table text: false columns: title:...
@distantnative @lukasbestle @afbora does anyone of you have an idea on how to achieve what i am trying to do above? would be lovely to get some help if you...
@afbora great idea, i didnt think about this. so helpful! works beautifully! 🎉 i even went one step further. in order to color the links blue (like the title), i...
for everyone still struggling here.. install the [yaml extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml). and then set `editor.formatOnType` to `true`.