This will be a tough one....note application from 2000...!
The notes imported are in HTML, and they are nicely nested:
Format looks like this:
<html>
<body>
<dt>Cars</dt>
<dd>Automobiles<br /><br />
<dl>
<dt>Sports</dt>
<dd>Ferrari<br /><br /></dd>
<dt>Sedan</dt>
<dd>Toyota<br /><br /></dd>
</dl>
</dd>
<dt>Motorcycles</dt>
<dd>All bikes with engines<br /><br />
<dl>
<dt>Cruisers</dt>
<dd>Harley<br /><br /></dd>
<dt>Touring</dt>
<dd>Honda Gold wing</dd>
</dl>
</dd>
</dl>
</body>
</html>
I was also able to get this into markdown, somehow....!
Cars
Automobiles\
\
Sports
: Ferrari\
\
Sedan
: Toyota\
\
Motorcycles
All bikes with engines\
\
Cruisers
: Harley\
\
Touring
: Honda Gold wing
In Treepad it looks like this:
is there a way to import these into Joplin?