Zim

Comment 2 for bug 733778

Revision history for this message
ceg (ceg) wrote : Re: list view for notes

From a node.xml (metadata) of keepnote:

<?xml version="1.0" encoding="UTF-8"?>
<node>
<version>5</version>
<attr key="content_type">application/x-notebook-dir</attr>
(zim uses plain text instead of xml)

<attr key="title">Unimportant Note</attr>
(equals the file name and link in zim)

<attr key="expanded">1</attr>
(zim does not seem to safe the complete state of the left ("tree") view pane yet)

<attr key="nodeid">a450eb96-82ac-4c81-b74e-ee2de9bc26eb</attr>
<attr key="modified_time">1299867243</attr>
<attr key="created_time">1299867243</attr>
(info available in the filesystem)

<attr key="expanded2">1</attr>
(state of the top ("list") view pane?)

<attr key="info_sort_dir">1</attr>
<attr key="order">34</attr>
<attr key="info_sort">order</attr>
(allows ordering of notes by name, creation, modification, ..., or custom order)

</node>