On 8/18/18, Richard Owlett <[email protected]> wrote:
> On 08/18/2018 04:50 AM, Daniel wrote:
>> Richard Owlett wrote on 18/08/2018 1:44 PM:
>>> [snip]
>>> Have made progress :]
>>> BUT creating useful output in JSON format acceptable to SeaMonkey
>>> unlikely :[

  Bookmarks / Manage Bookmarks
  Tools / Restore / Choose / Choose File
seems likely to work.  Or have you already tried that?

>>> HOWEVER I expect I'll be able to create a HTML file which can serve
>>> nicely as bookmarks. That was one of my initial alternative goals.
>>
>> SeaMonkey used to, natively, I think, do this!!
>>
>> Yes, Bookmarks->Manage Bookmarks then, in the Bookmark Manager,
>> Tools->Export HTML....
>
> That exists. But almost useless for my needs.
> It loses the hierarchical information. My bookmarks include both links
> and folders containing links. Nested several levels deep.

For whatever it's worth - in the 'Export HTML' file the hierarchy is
there, maybe not as nice as having
  "type":"text/x-moz-place-container"
  "type":"text/x-moz-place"
but it sure looks like one could keep track of the hierarchy:
  <DT><H3 ...>folder 1</H3>
  <DL><p>
    . . . .
  <DT><H3 ...>sub folder 1</H3>
  <DL><p>
   . . sub folder 1 contents. .
  </DL><p>
   . . . .
  <DT><H3 ...>sub folder 2</H3>
  <DL><p>
   . .  sub folder 2 contents . .
  </DL><p>
   . . remainder of folder 1 contents . .
  </DL><p>

>>> My path to that will depend on Linux tools. I suspect similar tools
>>> exist in Windows. I will be creating a description of my combination
>>> of scripts and manual edits.

How, or are, you handling de-duplicating bookmarks?  That's where I get stuck.
a bookmark here, the same bookmark there.. how does the program decide
which folder keeps the bookmark & which folder has the bookmark
removed?

Thanks,
Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to