Quick Dynalist - The native Android app for Dynalist

What a terrific app Louis, I use it every day. Many thanks!

One question / request - I usually add voice items in my native language and the Google assistant speech to text is horrible at recognizing what I said. I know this is also true for many foreign languages.

It would be fantastic if, instead of relying on the Google Assistant, the voice item would be inserted as an MP3 (low khz would suffice to save bandwidth and upload quota).

I would envision it in a such a way that after clicking on the icon ā€œVoice Itemā€, the MP3 recording would start recording immediately with 2 small buttons (such as in the Quick Dialog box) always present: PAUSE and SEND. The Pause option would pause the recording process. Then a Resume button would appear, after which the recording would continue from the point where it was paused.

After hitting SEND (during recording or even during pause), the recording would generate an MP3 file and be attached to the inbox weā€™ve specified. Any plans on doing something like this in the future?

Thanks!

2 Likes

This actually sounds quite nice. I could also use this. Iā€™ll add it to the list of ideas, canā€™t say when Iā€™ll have time to implement it though.

2 Likes

Great to hear! I believe this feature would be a game changer for many people.
Thanks again for your work!

1 Like

Trying QD for the first time today, Iā€™m quite impressed. Thank you for your generous work!

But a few things make it, in many cases, less useful for me than the native Dynalist app.

For better or worse, I use notes profusely as an integrated part of my Dynalist workflow, and Iā€™ve customized the CSS so notes are lighter but not smaller than normal text. Therefore the two features which would make QD far more useful to me are:

  1. Option to show full notes for all visible items (though obviously not for children or grandchildren)

  2. Option to customize font sizes, ideally including note size independently of item size

Thanks Marcus!

You want to see multiple notes at once if I understand correctly? Otherwise you can just select the item and pull down the toolbar.

Are you talking specifically about the font sizes in the list of items or also in other places? (e.g. navigation drawer, widgets, filter configuration, edit dialog, etc)

New to Dynalist - set up QD on my phone - excellent :slightly_smiling_face:
In case I have missed anything, is there a user guide?
Also is it possible to create new documents and folders or can this only be done on the official app?

There is no user guide at the moment (except for this thread perhaps). I would love to put one together though at some point :wink: Creating documents and folders is not possible from the app at the moment but the API for that was created by the Dynalist team in the meanwhile so it is just a matter of implementing it ā€“ any contributions welcome. https://github.com/louiskirsch/QuickDynalist

1 Like

Thanks Louis - much appreciated šŸ¤ø

Found a small bug - when editing a Note, Gboardā€™s auto-capitalisation fails (start of sentence). This feature works fine in editing an Item and in other areas of QD

1 Like

When I try to configure G Assistant, QD is not showing as an option for adding notes. Any suggestions?

Oh, interesting. Perhaps Google Assistant has changed how they interface with the notes app.
EDIT: Yes, this feature has to be reimplemented using their new API. https://developers.google.com/assistant/app/intents
On the upside it now allows for much more control.

Create item list Construct a new list of items.
Get digital document Search and view existing documents or notes.
Get item list Search and view personal lists and public collections.
Create digital document Construct a new document or note.
Update digital document Edit an existing note or document.
Update item list Add an item to an existing list.

Thanks for reporting.

Thanks for your feedback :infinity:

Hi Louis,

I have a suggestion to quick Dynalist. When I tap a node, it often opens the tag search instead of opening the node. I need to tap several times to get it work, finding the right place to tap.

Is there any way to optimize that behaviour?

Cheers

Hi FM,

this is probably a problem with the tag ā€˜linkā€™ position calculation. I vaguely remember that the default link handling in Android was subpar (aka broken).

Maybe one can fix it in this file

I think this repository had some of the fixes that one might be able to transfer over

Ah yes, this could be the point. Probably an option in quickdynalist to disable autolink on tags would also help me.

I put it on the list of bugs. Not sure when I will get to that. Feel free to make a github pull request if you are familiar with Android / software development.

Will Google assistant interesting return in the future?

You can control Dynalist via Google Assistant via IFTTT, here is a tutorial [Tutorial] Add to multiple inboxes! via any voice assistant! [IFTTT Webhooks]

Does QuickDynalist understand dates recurring from completion?

I set up a filter with ā€œDate: Todayā€, and it seems like it captures
!(2022-04-04)
and
!(2022-04-04 | 1d)

but not
!(2022-04-04 | ~1d)

Also, !(2022-04-04 | ~1d) shows up in QuickDynalist as plain text; it doesnā€™t have a little calendar icon next to it like the other date formats do.

Iā€™m also wondering whether using ā€œSort Order: By Dateā€ is supposed to sort based on time of day as well calendar day.

The filter I mentioned in the previous post is set up to show everything due today, and I added time of day to some tasks so that morning tasks appear near the top and evening tasks near the bottom, but I donā€™t see the list reorganizing based on this.