Hey guys! Here's a list of some of my mouse actions at the present date (11/28/24). I talk more about this in THIS VIDEO.
- Left Button
- Button 2 (Vertical Scrollwheel)
- Right Button
- Button 3 = Low Left back
{# | |
renew-craft-licenses.twig | |
Create a new Craft Console cart with all licenses from a Craft CMS project | |
#} | |
{# Biz Logic #} | |
{% set paidPlugins = craft.app.plugins.allPluginInfo |
Hey guys! Here's a list of some of my mouse actions at the present date (11/28/24). I talk more about this in THIS VIDEO.
Requirements and assumptions:
Add a “type” icon to the {{title}}
attribute
################################################################### | |
# Title: Create Link(s) from Mail, Safari, Things 3, Devonthink or Finder | |
################################################################### | |
# Iain Dunn | |
# Logic2Design | |
# www.logic2design.com | |
# Last update: 2020-12-01 | |
# Version: 1 |
set message_dates to {} | |
set message_subjects to {} | |
set message_senders to {} | |
set message_ids to {} | |
set message_urls to {} | |
tell application "Mail" | |
--Get the messages currently selected in Mail | |
set selected_messages to selection as list | |
#set selected_messages to selected messages of message viewer 0 |
############################################## | |
# Title: Create Contact(s) from Mail Message | |
############################################## | |
# Iain Dunn | |
# Logic2Design | |
# www.logic2design.com | |
# logic2design@icloud.com | |
# Last update: 13 April 2022 |
############################################## | |
# Title: Mail Process - Calendar | |
############################################## | |
# Iain Dunn | |
# Logic2Design | |
# www.logic2design.com | |
# logic2design@icloud.com | |
# Last update: 7 August 2022 |
############################################## | |
# Title: Mail Process - Reminders | |
############################################## | |
# Iain Dunn | |
# Logic2Design | |
# www.logic2design.com | |
# logic2design@icloud.com | |
# Last update: 5 August 2022 |
############################################## | |
# Title: List Completed Reminders | |
############################################## | |
# Iain Dunn | |
# Logic2Design | |
# www.logic2design.com | |
# logic2design@icloud.com | |
# Last update: 11 April 2022 |
{{title|replace("#","")|replace("?","")|replace(".","")|replace(""","")|replace(""","")|replace("'","")|replace("'","")|truncate(127)}} by {{author|truncate(120)}} - Notes
I do this so that weird characters or overly-long file names don't break dropbox or git, tho Readwise now natively sanitizes things.