Finish coding the feature to duplicate tasks to the daily jot and complete the original task
Change function Publish schedule to Jot
to mirror tasks to the daily jot, once the feature is shipped and we have plugin API calls for that
@coding @esperando @Media Energia
You can download the plugin in the Plugin Directory page or use Amplecap to duplicate this page
name | Quick Add |
icon | Playlist Add |
description | A plugin to add information quickly into other notes, without leaving the current note |
instructions | WIth this plugin, you can add content to specific notes in your system without leaving the current screen/note. For it, you need to: Open Quick Open using Type one of the commands or the plugin name in the field Fill out the information you want to add, the format it should have and the home note Here are the current options you can choose, this list will grow as the plugin gets updated:
It will open a general alert, follow the previously described steps to use it The content will be added to the top of the note
It will open an alert, asking you for the content to add to the current day's jot Additionally, there's an option to add the current time, only with the current hour and minutes, before the text to be added The content will be added to the top of the note
Inserts the current time to the current note, with the same functionality as the default Can be accessed using the curly brackets, for quick access, just type
Publishes all tasks schedule to today in the daily jot P.S. - It will only get tasks scheduled today that are still incomplete. It won't get overdue tasks from before today, nor completed tasks for today
Changes the Start Time of a task as For quick access, just type linkKnown issues:If you try to insert a task into any note and the text of that task is multi-lined, it will show an error If you schedule a task as "All Day" through the plugin while in Jots or Notes mode, and the task does not have a set Start Time, you might need to call the same action again for it to add the duration. If you schedule a task as "All Day" through the plugin, and the task has been newly created, you'll need to wait for the note to save the task before using the plugin. |
Entry: https://github.com/Matheus-Felipe-C/Quick-add/lib/compiled.js
Changelog
September 6th, 2024
Added an option to schedule tasks as All day tasks
July 20th, 2024
Added an option to create a new note from the Insert content inside a note
user prompt.
July 17th, 2024
Bugfix: Fixed error handling that appeared when added text didn't inform a formatting option
July 10th, 2024
Bugfix: Fixed bug on Insert time now
function that wouldn't bold text
Added more user-friendly error handling
July 6th, 2024
Added buttons to redirect to edited files in Insert content inside a note
and Add journal entry to today's jot
functions
December 28th, 2023
Bugfix: Insert time now
now goes back to the original formatting after insertion, instead of keeping the cursor bold
October 5th, 2023
Bugfix: Function Publish schedule to jot
button will now appear if note hasn't been created and if the note doesn't have content inside it
September 28th, 2023}
Now the Publish schedule to jot
function caller only appears if there is no corresponding heading
September 17th, 2023
Hotfix: fixed error that caused the plugin to not work
September 14th, 2023
Calling the Publish schedule to Jot
function will now get the tag from the jot it's called from
You can now change the format of the agenda to bullet points, by changing the value of the formatAsBullet
constant to true
September 1st, 2023
Features:
New function Publish schedule to Jot
(use in Jots mode): Publishes all tasks schedule to today in the daily jot
P.S. - It will only get tasks schedule today that are still incomplete. It won't get overdue tasks from before today, nor completed tasks for today
Bug fixes:
Fixed bug where bullet points wouldn't be added using Insert content inside a note
and Add journal entry to today's jot
August 31st, 2023
Bug fixes:
Fixed bug when a daily jot was created, it would throw ReferenceError: day is not defined
Fixed bug where created daily jots would get a wrong suffix
August 17th, 2023
Features:
New function Insert time now
: Inserts the current time to the note, similar to {now}
, but with a style similar to Logseq and Roam Research
Added specifications to the instructions session
Bug fixes:
Now adding multi-lined tasks will return an error
Calling Add journal entry to today's jot
before today's jot was created will automatically create it for you
August 5th, 2023
Published the first version to the public