@simevidas They’re called hero images because only true heroes scroll below the fold. On a more serious note, the size requirements are 3200px × 960px: https://t.co/uZifaf5e4Q. Maybe missing an art direction media query in between really large and real
@DataChaz @verge If by “app†you mean “extensionâ€, then the answer is yes. The specification is the Å”uvre of these editors: https://t.co/2DSJAUz2mb. Hope you find it useful!
@Justinwillis96 For inspiration: We just landed https://t.co/2YDiQI4Lf8 in @excalidraw. The core new feature is “save as†apart from regular “saveâ€, and dialog-less hotkey saving. We could even add auto-save. Still need to make the file handle par
@Errioxa @berengueremilio “`js
const selectedText = getSelection().toString();
const newUrl = new URL(location);
newUrl.hash = `:~:text=${encodeURIComponent(selectedText)}`;
“`
â¬†ï¸ This code simply takes the currently selected text for the URL, w/o
@Errioxa @berengueremilio ¡Hola! We took a little longer to implement the present extension because we didn’t go with the naive approach (which, to be fair, works perfectly fine in a lot of cases), but always get a unique link. More context: https://t.