Andreas Alme
Andreas Alme
Hello! Is there a way to parse json (like the output you get from parsing a head matter file) back to head matter? Let's say I would like to add...
Hello! I would like to add an line svg to an element, looking something like this: ```javascript h('a', {href: href, target: target}, [ props.children, h('svg', {height: '15px', width: '15px'}, h('path',...
Hello! I would like to customise a couple of tags (h2, h3 etc). I added h2 to the types in my serlializser like so: ``` types: { h2: (props) =>...
Hello! Is there a way to provide any formatting to the cells? Like adding alignment, different types than strings etc. Thanks!
I've got a situation where when my screen locks, the hyprsunset resets to its default profile after a while when logging back in. I've added the hyprsunset to .config/hypr/autostart.conf `exec-once...