🎩 Want to build a plugin? Join the power users that receive cash for building popular stuff. View the Complete Plugin Builders Guide to start.

Developer Notes & Instructions

9 Comments

3:39pm on September 17, 2023

I'm getting an error plugin failed to load after updating the app. I uninstalled and reinstalled it. Still getting the error.

2:10am on September 18, 2023

Hey there, Anna! I pushed a fix to this error now, it might take until tomorrow to post, but try updating the plugin if you find the option to in Settings > Plugins

User #101278
10:02am on October 29, 2023

brilliant

User #101791
6:28pm on November 6, 2023

Hey Felipe, would it be possible to add an option to add a list of all scheduled meetings from my connected calendar into the "jot"?

5:10am on February 3, 2024

It would be great to use this plugin only with a keyboard (no mouse). I can press the tab key to move from "Text to add" to "Format as," but I still need my mouse to choose an option (either plain, bullet, or task).

11:26am on February 3, 2024

Hello, Toni! Unfortunately the issue you mentioned is related to how the Alerts work, and I can't modify them to make them more keyboard accessible.

However, you can ignore the "Format as" option if you add markdown syntax in your "Text to add" field. For example, for bullet points, you can add an asterisk (*) or a minus sign (-) at the start. For tasks, you need to add a minus sign, followed by an opening and closing square bracket (- [] ). Hope this was helpful!

User #123766
1:10am on July 4, 2024

great, some suggestions for improvement,

eg. test task @work

1) support note reference @work .
This is why I'm still limited to adding task ONLY in a note, and using the !move command.

2) after adding a task etc, show a link to jump directly to the location of the task.
This is useful for further edits, or as a workaround for (1).

User #123766
1:12am on July 4, 2024

3) add to a totally new note. Currently we are limited to existing notes.

2:14pm on July 4, 2024

Hey there, user#123766! Thanks for the suggestions, here are my comments about them:

1 - I don't think this will be added, since I've also developed another plugin that allows you to add note references (inline tags) in many tasks at once. The code was relatively complicated, and it would be even more so in this plugin.
2- I believe this can be added, due to some recent additions to the plugin API
3 - This is a feature I originally overlooked. I had this idea, but only applied it to creating a new daily note. I'll try to do that next.