notes icon indicating copy to clipboard operation
notes copied to clipboard

Toggle features that generate extra HTML

Open davidrutland opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Notes generates extra HTML such as:

<pre data-pm-slice="1 1 []"> ...when I'm expecting just <pre>

or

<H2 id="...."> instead of <H2> This can cause problems when copying directly from Notes to a certain fragile third party CMS.

Describe the solution you'd like

Toggles for extra features such as Data slice, ToC etc

Describe alternatives you've considered

Manually stripping out the extra HTML - which is a pain when I have to do it a few times every day

Additional context Add any other context or screenshots about the feature request here.

davidrutland avatar Jul 28 '23 10:07 davidrutland

I don't see this in either the raw files we're storing or when using cut-n-paste.

Can you give a step by step how/where getting this HTML code?

joshtrichards avatar Apr 21 '25 20:04 joshtrichards