ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
224 stars 18 forks source link

Fix tags reversing; ensure listp of `:titled/title` value; support multiple title lines in `ekg-notes-mode` #113

Closed qingshuizheng closed 10 months ago

qingshuizheng commented 10 months ago

This PR is to address:

  1. the remaining issue of tags reversing

Before save:

Tags: test 1, test 2, test 3, test 4

After save and reopen note:

Tags: test 4, test 3, test 2, test 1
  1. Ensure :titled/title value to be a list, to get ekg-capture-url & ekg-capture-file working again.

  2. Display titles at multiple lines in ekg-notes-mode.

Related discussion: #110 .

ahyatt commented 10 months ago

Thank you for this fix!