Hey guys, I made some customizations for the new Airtable forum and figured I'd share them in case anyone else found them useful!You can turn off whatever features you don't want, and I've left comments in the code to help with figuring out what you ...
I put together a bunch of hotkeys to make my own life easier, and figured I might as well clean it up and post it in case any one else found them useful!
This all works via a Tampermonkey script, and installation instructions can be found below
Demo...
Hello!
Default formula fields too small? Hate using your mouse?
Good news! Here’s a Tampermonkey script that
Makes the formula input field larger by default (Customizable)Allows you to set a hotkeys to:
Save the field (e.g. Hitting Left Control + R...
Ranks your data in descending order based on a field you select, and updates a field you select with the ranking number.
Here’s a link to an example base which you can copy and try for yourself: https://airtable.com/shr1Ymp6Z39jsN1Pq
//This script wi...
You could do this by creating a formula field that would check if today's date was a day after the date in the cell, something like this:IS_SAME(
DATEADD({Date}, 1, 'day'),
TODAY()
) And create an automation that triggers when this formula field...
> Is it possible to iterate over the history of a cell/record to create the comparison. If that is not possibleNot that I know of> how can I create a second column and automations where if that column changes an 'X' or emoji show up as a notification...
> Is there a way to open the Single & Multiple Field data in another larger window so I can edit these fields there?> Or the ability to drag a corner of the window to make the Editor window bigger?I don't think so I'm afraid. You could try fiddling w...
Hm okay. After we create the formula field we're using an automation to paste the value in the formula field into the multiple select field though, right?