Cornell Notes workflow/workaround

@jeremynotes @ninhbui i’ve amendment to make it float properly in live preview. hope this benefit both of you (and possibly others)

/* i only add this part to make it work in LP */
	.markdown-source-view.mod-cm6 .cm-html-embed:has(aside) {
		display: inline;
	}
    /* this is the original css, unchanged */
	aside {
	    float: right;
	    border: 1px solid lightgrey;
	    padding: 8px;
	    position: relative;
	    left: 170px;
	    width: 155px;
	    box-shadow: 5px 8px #8272d0;
	    color: black;
	}

7 Likes