I think I agree, I’ve only used Formatted Notes for clipping some things.
But if you want full WYSIWYG editing throughout the whole document? How do you keep track of all the spontaneously generated classes? Like you say, that’s probably not feasible with the current editor.
Notice that the screenshot of the converted RTF starts at line 37. I’ll paste the full document below. I don’t know why it includes DOCTYPE
while the simple Tab test didn’t. (Because it was converted to, rather than created as Formatted Note?)
Converted RTF example (Full)
<!DOCTYPE html><html dir="auto" lang="en"><head><style><!--
body { margin: 1.5em; }
div { padding: 0px; margin: 0px; }
.sheet { font-family: Helvetica, Arial, sans-serif; }
table.sheet { background-color: rgb(255, 255, 255); margin: 3px 0px; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(153, 153, 153); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(153, 153, 153); }
caption.sheet { font-weight: bold; font-size: 24px; color: rgb(128, 128, 128); margin: 0px 0px 10px; }
tr.head { background-color: rgb(188, 194, 199); text-align: left; }
tr.main { background-color: rgb(255, 255, 255); }
tr.alt { background-color: rgb(237, 243, 254); }
tr > td.row { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
th.row { font-size: 10pt; padding: 3px 10px; border-right-width: 1px; border-right-style: solid; border-right-color: rgb(153, 153, 153); }
td.row { font-size: 10pt; padding: 3px 10px; vertical-align: top; border-right-width: 1px; border-right-style: solid; border-right-color: rgb(153, 153, 153); }
.info_top { font-size: 9pt; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(153, 153, 153); margin-bottom: 10px; }
.info_bottom { font-size: 9pt; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(153, 153, 153); margin-top: 10px; }
@media (prefers-color-scheme: dark) {
body, table { color: rgb(255, 255, 255); background-color: rgb(41, 41, 41); }
a:link, a:visited, a:active { color: rgb(112, 165, 255); }
table.sheet { background-color: rgb(0, 0, 0); }
tr.head { background-color: rgb(68, 62, 57); }
tr.main { background-color: rgb(0, 0, 0); }
tr.alt { background-color: rgb(19, 12, 1); }
}
font.font0 { font-family: Baskerville; font-size: 24px; }
font.font1 { font-family: Charter; font-size: 16px; }
font.font2 { font-family: Menlo; font-size: 16px; color: rgb(145, 145, 145); }
@media (prefers-color-scheme: dark) {
font.font2 { color: rgb(110, 110, 110); }
}
--></style>
<meta name="DT:isEditableNote" content="Yes">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="DEVONthink 3.9.8">
<title>Font conversion test.rtf</title>
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div align="left"><font class="font0">Baskerville 24pt.</font> </div>
<div align="left"> <br></div>
<div align="left"><font class="font1">Charter 16 pt. </font><i><font class="font1">Italic</font></i><font class="font1">. </font><b><font class="font1">Bold.
</font></b></div>
<div align="left"> <br></div>
<div align="left"><font class="font2">Menlo (grey)</font></div>
</body></html>
</head>