<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 15 Jun 2019, at 8:10, leo wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Good tip: `Add...` works for me too on both machines.<br>
<br>
However `Add with Summary` has now stop working on both machines.” %-(</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">The two commands use two completely different methods of adding something to Todoist.</p>

<p dir="auto">The main script can be seen <a href="https://github.com/mailmate/todoist.mmbundle/blob/master/Support/bin/add">here</a> and depending on your experience with scripting and/or the Terminal window, you might be able to learn more about the issue.</p>

<p dir="auto">The important part is probably how MailMate uses the Todoist URL scheme.</p>

<p dir="auto">You can try these directly in the Terminal window to see what happens:</p>

<pre><code>open "todoist://addtask?content=test&date=today"
open "todoist://addtask?content=test&note=testnote&date=today"
</code></pre>

<p dir="auto">(There's a chance that it's completely broken with some update of Todoist --- in that case we need to find a new way to make it work.)</p>

<p dir="auto">The difference between the two methods is that only one of them supports adding a note. That's a bit confusing in the script since it appears I'm trying to add a note in both cases. That might be the issue but I don't have Todoist installed to test this right now.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/">https://freron.com/become_a_mailmate_patron/</a></p>
</div>

</body>
</html>