Notebook - Welcome to Notebook

Contact/Report Bugs
You can contact me at: bkenwright@xbdev.net












The resizing matches the font size not the container style body min height 600px box wrapper position absolute transform origin 50 50 user select none width auto height 100px left 110px top 110px width auto height auto display inline block border 1px dashed orange font size 40px white space nowrap dot height 5px width 5px background color 1E88E5 position absolute border radius 0px border 1px solid white user select none transition delay 0 2s opacity 0 box wrapper hover dot box wrapper hover rotate link transition delay 0 0s opacity 1 dot hover background color 0D47A1 rotate link position absolute width 1px height 15px background color 1E88E5 top 20px left calc 50 0 5px z index 1 opacity 0 transition delay 0 2s dot left top top 5px left 5px cursor nw resize dot left bottom bottom 5px left 5px cursor sw resize dot right top top 5px right 5px cursor ne resize dot right bottom bottom 5px right 5px cursor se resize dot top mid top 5px left calc 50 5px cursor n resize dot left mid left 5px top calc 50 5px cursor w resize dot right mid right 5px top calc 50 5px cursor e resize dot bottom mid bottom 5px left calc 50 5px cursor s resize dot rotate top 30px left calc 50 5px cursor url https findicons com files icons 1620 crystal_project 16 rotate_ccw png auto style p id info style position absolute right 20px top 20px p script function clearinfo document getElementById info innerHTML let infos function info id val let s infos id val Object keys infos forEach k s k infos k substring 0 6 br document getElementById info innerHTML s info info 0 1 script div class box wrapper div style position relative background color red display inline block contentEditable true Test TEXT div div class dot rotate div div class dot left top div div class dot left bottom div div class dot top mid div div class dot bottom mid div div class dot left mid div div class dot right mid div div class dot right bottom div div class dot right top div div class rotate link div div script function addDrag elm let elmt elm let initX initY mousePressX mousePressY function repositionElement xx yy elmt style left xx px elmt style top yy px drag support elmt addEventListener mousedown function event if event target className indexOf dot 1 return initX this offsetLeft initY this offsetTop mousePressX event clientX mousePressY event clientY function eventMoveHandler event repositionElement initX event clientX mousePressX initY event clientY mousePressY window addEventListener mousemove eventMoveHandler false window addEventListener mouseup function eventEndHandler window removeEventListener mousemove eventMoveHandler false window removeEventListener mouseup eventEndHandler false false function addRotate elm let elmt elm elmt style transform origin left top elmt style transform origin center center handle rotation let rotatedot elmt querySelector rotate rotatedot addEventListener mousedown function event initX this offsetLeft initY this offsetTop mousePressX event clientX mousePressY event clientY let arrow elmt querySelector box let arrowRects elmt getBoundingClientRect let arrowX arrowRects left arrowRects width 2 let arrowY arrowRects top arrowRects height 2 function eventMoveHandler event let angle Math atan2 event clientY arrowY event clientX arrowX Math PI 2 rotateBox angle 180 Math PI window addEventListener mousemove eventMoveHandler false window addEventListener mouseup function eventEndHandler window removeEventListener mousemove eventMoveHandler false window removeEventListener mouseup eventEndHandler false false function rotateBox deg elmt style transform rotate deg deg elmt rotation deg end addRotate function addResize elm let elmt elm handle resize let rightMid elmt querySelector right mid let leftMid elmt querySelector left mid let topMid elmt querySelector top mid let bottomMid elmt querySelector bottom mid let leftTop elmt querySelector left top let rightTop elmt querySelector right top let rightBottom elmt querySelector right bottom let leftBottom elmt querySelector left bottom rightMid style background color green rightMid addEventListener mousedown e resizeHandler e false false true false leftMid addEventListener mousedown e resizeHandler e true false true false topMid addEventListener mousedown e resizeHandler e false true false true bottomMid addEventListener mousedown e resizeHandler e false false false true leftTop addEventListener mousedown e resizeHandler e true true true true rightTop addEventListener mousedown e resizeHandler e false true true true rightBottom addEventListener mousedown e resizeHandler e false false true true leftBottom addEventListener mousedown e resizeHandler e true false true true function resize w h elmt style width w px elmt style height h px function getCurrentRotation el let st window getComputedStyle el null let tm st getPropertyValue webkit transform st getPropertyValue moz transform st getPropertyValue ms transform st getPropertyValue o transform st getPropertyValue transform none if tm none let values tm split 1 split 0 split let angle Math round Math atan2 values 1 values 0 180 Math PI return angle 0 angle 360 angle return 0 function resizeHandler event left false top false xResize false yResize false initX elmt offsetLeft initY elmt offsetTop mousePressX event clientX mousePressY event clientY initW elmt offsetWidth initW parseFloat window getComputedStyle elmt width initH elmt offsetHeight initH parseFloat window getComputedStyle elmt height initWText parseFloat window getComputedStyle elmt children 0 width initHText parseFloat window getComputedStyle elmt children 0 height console log initW initW info initW initW initFontSize parseFloat window getComputedStyle elmt fontSize initFontSize window getComputedStyle el null getPropertyValue font size info initFontSize initFontSize initCX initX initW 0 5 initCY initY initH 0 5 initRotate getCurrentRotation elmt let initRadians initRotate Math PI 180 let cosFraction Math cos initRadians let sinFraction Math sin initRadians function eventMoveHandler event let wDiff event clientX mousePressX let hDiff event clientY mousePressY let rotatedWDiff cosFraction wDiff sinFraction hDiff let rotatedHDiff cosFraction hDiff sinFraction wDiff if xResize yResize rotatedHDiff 0 if yResize xResize rotatedWDiff 0 let newW initW rotatedWDiff let newH initH rotatedHDiff let newCX initX initW rotatedWDiff 0 5 let newCY initY initH rotatedHDiff 0 5 let dw initW newW let dh initH newH let xx0 initCX cosFraction initW sinFraction initH 0 5 let yy0 initCY cosFraction initH sinFraction initW 0 5 let xx newCX cosFraction newW sinFraction newH 0 5 let yy newCY cosFraction newH sinFraction newW 0 5 let dx xx xx0 let dy yy yy0 let newX initX dx let newY initY dy if top newY dh newH 2 dh if left newX dw newW 2 dw elmt style left newX px elmt style top newY px elmt style width newW px elmt style height newH px console log font size newW initW 100 let percX initFontSize newW initW let percY initFontSize newH initH if xResize yResize percY 0 if yResize xResize percX 0 if it s corder just use the x if xResize yResize percY 0 let perc percX percY info delta perc let sss perc console log font size perc info font size sss elmt style font size sss px console log new width parseFloat window getComputedStyle elmt width elmt width parseFloat window getComputedStyle elmt width px console log new offsetWidth elmt offsetWidth info newwidth newW info textwidth parseFloat window getComputedStyle elmt children 0 width elmt style width parseFloat window getComputedStyle elmt children 0 width px elmt style height parseFloat window getComputedStyle elmt children 0 height px end eventMoveHandler window addEventListener mousemove eventMoveHandler false window addEventListener mouseup function eventEndHandler window removeEventListener mousemove eventMoveHandler false window removeEventListener mouseup eventEndHandler false end addResize let ref document getElementsByClassName box wrapper 0 let box2 ref cloneNode true document body appendChild box2 addRotate box2 addResize box2 addDrag box2 box2 style left 300px box2 style top 300px box2 style width 200px box2 style height 100px addResize ref addDrag ref addRotate ref addRotate ref addResize ref addDrag ref ref style left 100px ref style top 100px ref style width 200px ref style height 100px console log ready script

e resizeHandler e true false true false topMid addEventListener mousedown e resizeHandler e false true false true bottomMid addEventListener mousedown e resizeHandler e false false false true leftTop addEventListener mousedown e resizeHandler e true true true true rightTop addEventListener mousedown e resizeHandler e false true true true rightBottom addEventListener mousedown e resizeHandler e false false true true leftBottom addEventListener mousedown e resizeHandler e true false true true function resize w h elmt style width w px elmt style height h px function getCurrentRotation el let st window getComputedStyle el null let tm st getPropertyValue webkit transform st getPropertyValue moz transform st getPropertyValue ms transform st getPropertyValue o transform st getPropertyValue transform none if tm none let values tm split 1 split 0 split let angle Math round Math atan2 values 1 values 0 180 Math PI return angle 0 angle 360 angle return 0 function resizeHandler event left false top false xResize false yResize false initX elmt offsetLeft initY elmt offsetTop mousePressX event clientX mousePressY event clientY initW elmt offsetWidth initW parseFloat window getComputedStyle elmt width initH elmt offsetHeight initH parseFloat window getComputedStyle elmt height initWText parseFloat window getComputedStyle elmt children 0 width initHText parseFloat window getComputedStyle elmt children 0 height console log initW initW info initW initW initFontSize parseFloat window getComputedStyle elmt fontSize initFontSize window getComputedStyle el null getPropertyValue font size info initFontSize initFontSize initCX initX initW 0 5 initCY initY initH 0 5 initRotate getCurrentRotation elmt let initRadians initRotate Math PI 180 let cosFraction Math cos initRadians let sinFraction Math sin initRadians function eventMoveHandler event let wDiff event clientX mousePressX let hDiff event clientY mousePressY let rotatedWDiff cosFraction wDiff sinFraction hDiff let rotatedHDiff cosFraction hDiff sinFraction wDiff if xResize yResize rotatedHDiff 0 if yResize xResize rotatedWDiff 0 let newW initW rotatedWDiff let newH initH rotatedHDiff let newCX initX initW rotatedWDiff 0 5 let newCY initY initH rotatedHDiff 0 5 let dw initW newW let dh initH newH let xx0 initCX cosFraction initW sinFraction initH 0 5 let yy0 initCY cosFraction initH sinFraction initW 0 5 let xx newCX cosFraction newW sinFraction newH 0 5 let yy newCY cosFraction newH sinFraction newW 0 5 let dx xx xx0 let dy yy yy0 let newX initX dx let newY initY dy if top newY dh newH 2 dh if left newX dw newW 2 dw elmt style left newX px elmt style top newY px elmt style width newW px elmt style height newH px console log font size newW initW 100 let percX initFontSize newW initW let percY initFontSize newH initH if xResize yResize percY 0 if yResize xResize percX 0 if it s corder just use the x if xResize yResize percY 0 let perc percX percY info delta perc let sss perc console log font size perc info font size sss elmt style font size sss px console log new width parseFloat window getComputedStyle elmt width elmt width parseFloat window getComputedStyle elmt width px console log new offsetWidth elmt offsetWidth info newwidth newW info textwidth parseFloat window getComputedStyle elmt children 0 width elmt style width parseFloat window getComputedStyle elmt children 0 width px elmt style height parseFloat window getComputedStyle elmt children 0 height px end eventMoveHandler window addEventListener mousemove eventMoveHandler false window addEventListener mouseup function eventEndHandler window removeEventListener mousemove eventMoveHandler false window removeEventListener mouseup eventEndHandler false end addResize let ref document getElementsByClassName box wrapper 0 let box2 ref cloneNode true document body appendChild box2 addRotate box2 addResize box2 addDrag box2 box2 style left 300px box2 style top 300px box2 style width 200px box2 style height 100px addResize ref addDrag ref addRotate ref addRotate ref addResize ref addDrag ref ref style left 100px ref style top 100px ref style width 200px ref style height 100px console log ready script

2dracecargame
3dplot
a4print
about
acecustomkeywords
acecustomkeywords2
acejs
acejs2
acejs3
aessecurity
angularjs
animbackgroundimage
aseformat
assert
asteroidsjs
backgrounds01
backgrounds02
backgrounds03
barnsleyfern
base26
base64
bib
binary
bodypix
bouncy
box2dweb
breakoutjs
browserversion
buslanes
busybutton
bvhreader
calendar
candycrush
candycrush2
canvas
canvas2
canvas3
canvasmandelbrot
canvasmandelbrot2
canvasnumbers
canvaszoom
capsule
car2dsimulationphysics
car2dsimulationphysics2
changingimages
chaosgame
chaosrandom
chaosrandomhisto
chaosrandomhisto2
chatgptusingopenai
chatgptusingopenai2
chatgptusingopenai3
checkboxtoggle
chinesetiles
classes
classfeatures
clipboardbutton
clonenode
codedropdown
codemirror
codemirror2
collada
colorpick
columnresizer
contextmenu
convnet
cookiebanner
countdown
countdown2
countdown3
crop
css3dbarchart
css3dbarchart2
css3dbook
css3dscene
csscube
csscube2
csscube3
csscubevideos
cssfilelist
csshas
csspulse
cssresizeaspect
cssspin
csszooming
csvtoarray
curleffect
customcheckbox
d3datamap
d3js
d3js10
d3js11
d3js2
d3js3
d3js4
d3js5
d3js6
d3js7
d3js8
d3js9
d3jsanimatedgrid
d3jsarctransition
d3jsarctransition2
d3jsaxis
d3jsaxischanging
d3jsbars
d3jsbrushing
d3jsbuslanes
d3jsbuslanes2
d3jscalendar
d3jscheat
d3jsclock
d3jscloudmap
d3jscogs
d3jscolors
d3jscovid
d3jscovid2
d3jscovid3
d3jsdashboard
d3jsdashboard2
d3jsdashboard3
d3jsdatakeyfunction
d3jsdensity
d3jsdragresizing
d3jsdragresizing2
d3jseach
d3jsease
d3jsevents
d3jsflower
d3jsforcegroups
d3jsforces
d3jsforces2
d3jsfractaltree
d3jsgeo
d3jsgroupbars
d3jsgroups
d3jsheatmap
d3jshex
d3jshierarchies
d3jshierarchies2
d3jshistogram
d3jshistogram2
d3jshistogram3
d3jshistogram4
d3jsinterpolate
d3jsjoin
d3jskmean
d3jskmean2
d3jsline
d3jsline2
d3jsline3
d3jsline4
d3jslinetransition
d3jslinetransition0
d3jslinetransition2
d3jsmaplocations
d3jsmaps
d3jsmaps2
d3jsmaps3
d3jsmisc
d3jsmisc2
d3jsmodule
d3jsmodulecolor
d3jsmultistyles
d3jsnobel
d3jsoverlappinggraphs
d3jspanel
d3jspie
d3jspieinterpolate
d3jssankey
d3jssankey2
d3jsscatter
d3jsshapes
d3jsslider
d3jsspending
d3jsspending2
d3jsspiralplot
d3jsspirograph
d3jssquare
d3jsstack
d3jsstackedbar
d3jsstackedbar2
d3jssunburst
d3jssunmoon
d3jssvglines
d3jssymbols
d3jstimelines
d3jsuk
d3jsvoronoi
d3scatterplot
d3timeline
d3timeline2
datalist
datamuse
date
dblclickhighlight
deviceorientation
dictionaryapi
dockermenu
doodlepad
downloadgif
dragdroplistitems
dragrotateresizediv
dragrotateresizediv2
dragrotateresizediv3
dragrotateresizediv4
dragrotateresizefontsize
dragselectbrush
drawlinesdiv
dropdown
dualquaternionimages
dynamicgrid
easefunctions
easeinterpolate3dplots
echart
echart2
echart3
encapsulation
epubviewer
errorstack
excalidraw
excalidraw2
excalidraw3
excalidraw5
expandable
faker
fetchplus
fileupload
fixedtopbar
fluiddynamics
fluiddynamics2
fluiddynamics3
fluidgaswatergl
fluidsmokedynamics
fluidsmokedynamics2
fonts
fonts2
footerbar
fractalmaze
fractalmaze2
fractalnoiseimage
fractals
fractals2
fractaltree
freesvg
fresnel
froggerjs
gantt
gifgiphyapi
gifhex
gltffromscratch
gradients
griditems
griditems2
griditems3
griditems4
gridworms
happyfont
heat
hexview
hexview2
highlight
icons
icons2
iframes
ik
imagetracertosvg
imgur
inputfile
invadersjs
ipynb
ipynb2
ipynb3
ipynb4
isbn13
isbn2
jpghex
jquery
jquery2
jqueryui
jqueryui2
jsdraganddrop
jsfire
jslint
jsobfuscate
jsraytracer
jstree
jstree2
jszip
jszipimages
jszipread
keyboardpiano
keyframes
l2dwidget
lcpsolverrigidbodies
lda
leftmenu
less
less2
lineargradientimage
linenumbers
loadimagefromfile
makepdf
maps
markdown
markdown2
markdown3
markdownalerts
markdownalerts2
markdownbookmarks
markovimage
markovpixelblocks
mathjax
matrices
matsandvects
mazegamejs
md2tex
metrotiles
metrowindows
milestones
minkowski2dboxes
misc
misc2
modules
myipdetails
mymodplotly
neataptic
networkstructures
networkstructures2
neural_network_drawshape
neural_network_plot_in_vs_out
neuralnetworkarrays
neuralnetworkblocks
neuralnetworksinewave
neuralnetworksnolibs
neuralnetworkvisualization
noiseflowfield
noiseflowfield2
noiseflowfield3
noiseflowfield4
noiseflowfield5
noiseflowfield6
number
obj
objtojson
openaiimages
opencv
opencv2
opencv3
opencv4
opencv5
outline
p2
p5fractalleaf
p5fractalshape
p5js
p5js2
p5js3
p5jsanimatedcover
p5mengercube
p5snowflakes
palindrome
panel
parallax
paste
paste2
pasteimgfromurl
pdfjs
pdfjs2
pdfkit
pdfkit2
pdfkit3
pdfkit4
pdfkit5
pdfkit6
pdfmake
pdfmake2
pdfmake3
pdfmake4
pdfmake5
pdfmake6
perlin
perlin2
perlin3
perspective
pexels
pixelgridpattern
playground
plotly
plotlynoise
plotlyranddist
plyloader
plyloader2
pngtxtencoder
pongjs
pptxgenjs
prettycode
prism
prn
problems
progress
pseudorandom
px2svg
python
quotes
racergame
random
randomcalcpie
randomgenerator
randomprofilepatterns
randomsinhistogram
randomstring
rating
rayambient
raymonte
raymonteprogressive
raymonteprogressive2
raymontewarmstart
reexpcross
reexpcross2
regex
regexbib
regexpfixbib
regexpmultiline
repeatwordsregexp
resizabletable
resizabletable2
revealjs
revealjs2
revealjsmulti
rigidbodyspheres2d
rigidbodyspheres3
rigidbodysphereslopetangent
ritalanguage
ritalanguage2
ritalanguage3
rotateimg
rough
rsapublicprivatekeys
rss
rss2
sankey
scrappingsvg
scrolltext
scrolltext2
scrollwidth
sdf2dcanvas
sdfboxinboxtwist
sdfchessbishop
sdfchessking
sdfchessknight
sdfchesspawn
sdfchessqueen
sdfchessrook
sdfhollowbox
setintervalexception
shareurl
shuffle
sidecomment
similarity
simplehighlighter
simpleplatformgamejs
sinecanvas
sliderpopout
slides
smileys
snowfall
snowman
sound
soundsignal
sphererayintersection
springs
sqljs
steganography
stereogram
stringmatching
sudoku
sudoku2
sudoku3
svg
svgchaos
svgdragresize
svgdragresize2
svgdragresize3
svgdragrotate
svgdrawing
svglines
svglines2
svglines3
svglines4
svglines5
svglinesmandelbrot
svgpathsdragrotate
svgpathsdragrotateresize
svgpie
svgpie2
svgpie3
svgpiepath
svgpiepath2
svgrandomfaces
symbols
synaptic
synaptic2
synonyms
tablerotatecells
tablerotatecells2
tablerotatecells3
tablerotatecells3b
tablerotatecells4
tables
tablezebra
tabularjs
tabularjs2
tabulatordownload
tagcanvas
tensorflowgan
tensorflowjs
tensorflowjsbasic
tensorflowjscnn
tensorflowjssinewave
tensorflowjssound
tensorflowmobilenet
tetrahedronfractal
tetrahedronfractalfolding
tetris
textarea
textareaauto
textareadiv
textareadiv2
textmaskimage
theirorthere
thesaurus
threejs
threejs2
threejs3
threejs4
threejsgltf
threejstokyo
tiles
toaster
tooltip
transition
transitionexpandabledropdown
treeview
treeview2
tricks
tshirt
tshirt2
tshirt3
turningpages
unsplash
urlblob
urlblob2
userdefinepoints
vector
videos
videos2
visualsort
vue
w2ui
w2uientertextdialog
webcam
webgl
webgl2
webgl3
webgl4
webgl5
webglbasic1
webglbasic2
webglcube
webglfov
webglfrustum
webgljson
webglleaves
webgllighting
webglorthographic
webglpoints1
webglpoints2
webglpoints3
webglsquare
webgltexture1
webgltexture2
webgltexture3
webgltransforms
webgltriangle
webgpu
webgpu10
webgpu11
webgpu12
webgpu13
webgpu14
webgpu15
webgpu16
webgpu17
webgpu2
webgpu3
webgpu4
webgpu5
webgpu6
webgpu7
webgpu8
webgpu9
webgpubars
webgpubuffers
webgpubuffers2
webgpucellnoise
webgpuclouds
webgpuclydescope
webgpucompute
webgpucubemap
webgpucubemap2
webgpudeferred
webgpudepth
webgpudof
webgpudrops
webgpuetha
webgpufire
webgpufractalcubes
webgpuglassrain
webgpugltf
webgpugltf2
webgpugrass
webgpugrid
webgpukernel
webgpukleinian
webgpulabupdates
webgpulighting
webgpumandelbrot
webgpumeta3d
webgpumetaballs
webgpumouse
webgpunoise
webgpunormalmapping
webgpuobj
webgpuparallax
webgpuparallax2
webgpuparallax3
webgpuparallaxshadow
webgpuparallaxshadow2
webgpupixel
webgpuquad
webgpuray1
webgpuraytracing
webgpuraytracing2
webgpushadowmaps
webgpushadowmaps2
webgpusierpinski2d
webgpusierpinski3d
webgpusinusoid
webgpussao
webgpustadiumobj
webgpuswirl
webgputestpipe3
webgputoon
webgputopology
webgputt
webgpuvolcloud
webgpuwater
webgpuwireframe
webgpuwireframe2
webpcanvas
webworkers
webxr
webxr2
wiggly
wikipedia