by the way,
in "google keep archive" each note corresponds to one html file.
Could you please write a script that would save all these single html files (notes) into one big html file?
(while keeping the original CSS styles formatting)
It should be simple, just read that <div> where the note is, and append it to one file...
But I'm not a programmer, though.
Thanks.
by the way,
in "google keep archive" each note corresponds to one html file.
Could you please write a script that would save all these single html files (notes) into one big html file?
(while keeping the original CSS styles formatting)
It should be simple, just read that
<div>where the note is, and append it to one file...But I'm not a programmer, though.
Thanks.