Skip to content

Instantly share code, notes, and snippets.

@bjorsq
bjorsq / index.html
Last active January 7, 2019 21:19
WKW Force directed graph v 0.0.2
<svg width="1000" height="1000"><rect width="100%" height="100%" class="bg"/></svg><div class="wkwpanel"><button class="wkwpanel-close">close</button><div class="wkwpanel-content"></div></div>
@bjorsq
bjorsq / force-directed-graph.markdown
Created March 4, 2018 12:11
Force directed graph
@bjorsq
bjorsq / p2_media_image_select.css
Last active April 4, 2022 06:16
Wordpress Media Library Image selection for Plugins/Themes
.media-selection-control,
.media-selection-button {
clear:both;
}
.media-selection-preview div.image-container {
padding:10px;
float:left;
cursor:move;
}
.media-selection-preview.multiple div.image-container {