Hi !
Since this “memex” project is excellent, I need a possibility to export my data to the excellent org-mode (emacs). I’m looking to create an ideal template to retrieve the quotes in org-mode. I simply have a problem with the format of the tags. How can I get the desired result?
My template is like this:
* {{{PageTitle}}}{{#PageTagList}} :[[{{{::}}}]]:{{/PageTagList}}
url: {{{PageUrl}}}
{{#Notes}}
** {{{NoteText}}}{{{NoteTags}}}
#+BEGIN_QUOTE
{{{NoteHighlight}}}
#+END_QUOTE
{{/Notes}}
It return
the format :memex: includes a link whereas I would like plain text at the end of the line. Is this possible? Same question for citation tags… i want :tag:
instead of #tag