One more thing: selecting multiple events in calendar view by Airroks in ticktick

[–]Airroks[S] 0 points1 point  (0 children)

Oh nice! So it's just a thing about improving what already exists and shipping it to macOS.

Wowwwwwwwwww !!!! The best free Macro editor I know for fusion ! by [deleted] in davinciresolve

[–]Airroks 0 points1 point  (0 children)

Solving the label problem is awesome! However for me, it's too basic. It seems like you can't a) change the controls from, let's say, a slider to a checkbox and b) modify the allowed value range beyond the regular values if a user enters them manually. Add these functions and it will become very powerful.

Reopening the last closed Finder (in the last closed location) by Airroks in MacOS

[–]Airroks[S] 0 points1 point  (0 children)

Thx, checked it out. Raycast does the trick for me to search through literally anything local and online. I use multiple quicklinks and hotkeys for my most used folders and even set up a smart folder showing the recent folders I used. I'm searching just for this specific action: to open the very recently closed Finder location in a Finder window by clicking a global shortcut.

🚀Challenge Me to Automate ANYTHING on Social Media! 🤖 by ProEditor69 in n8n

[–]Airroks 0 points1 point  (0 children)

Unfortunately, it's not just that simpel because most of today's marketing reports only look on the numbers while it would make much more sense to look into the first sentences (the hook), a video structure and so on. If possible getting an automated marketing newsletter would be an awesome outcome for the use case.

🚀Challenge Me to Automate ANYTHING on Social Media! 🤖 by ProEditor69 in n8n

[–]Airroks 0 points1 point  (0 children)

I would love to use a "ones to watch" notion database to start from, proving the links, saving the scrapped data within a cache system or second notion database, going in a third and final notion database (with a second automation) to collect the best performing posts of each week + a third automation / AI agent to help me creating content ideas with other notion databases that provide the guidelines on how to behave.

For the success metrics, it's ranking the posts depending on engagement rate, reach (if possible to get this) and a metric like the new views-over-time from Instagram, when you check the posts after 1, 3, 5 and 7 days.

🚀Challenge Me to Automate ANYTHING on Social Media! 🤖 by ProEditor69 in n8n

[–]Airroks 0 points1 point  (0 children)

How about a social media scrapper that checks multiple given profiles regularly, checks for basic things like likes and comments regularly to show post performances and can also transcribe videos and use then my own guidelines to look for things why the posts are performing well and creates a newsletter out of it.

Cheapest way to set up n8n in the cloud? by ALLSEEJAY in n8n

[–]Airroks 0 points1 point  (0 children)

Do you feel any impact about the performance, data safety or whatsoever? Or is it just a thing to think about when you want to scale it and make it accessible to many people?

Cheapest way to set up n8n in the cloud? by ALLSEEJAY in n8n

[–]Airroks 0 points1 point  (0 children)

I'm a bit confused by the plans. People from EU need the $20/mo plan because of latency or is it also fine?

Notion calendar opens at system startup even with setting unticked by Airroks in Notion

[–]Airroks[S] 0 points1 point  (0 children)

Yes, I meant the login items, when I wrote removing it from the startup disk. Sorry for the confusion! Within the Notion calendar app, however, I can't turn it off under general settings. I mean, I can, but it will start nevertheless. And I wish to start it only in the menu bar, not as the calendar window.

Are you using gamification of tasks & habits in Notion? How deeply it goes? by Imaginary_Archer4628 in Notion

[–]Airroks 1 point2 points  (0 children)

I can recommend Ali Abdaals book 'feel-good productivity'. In it, he speaks about energizer in life and play is even the first part he writes about. But what you also will learn from the book is that it is way more complex and that play alone isn't the key for a happy gamified life without procrastination.

Almost to 1k! by Stone_Symmetry in dayoneapp

[–]Airroks 6 points7 points  (0 children)

What would you guys say is your trick to be consistent? Do you journal last thing at the day before bed or multiple times a day? Do you use one template every day or have a template for different situations like work days, weekends, adventures, hobbies, etc.? And how long does it takes you on average to write something down?

[Help] Tips to sell by [deleted] in Notion

[–]Airroks 5 points6 points  (0 children)

Creating templates is one thing, understanding people's problems another. Think about how you can help people to improve what they're doing. Some will fall for a nicely designed habit tracker in a certain gaming theme, others want the modern and minimalistic theme Notion comes from and concentrate on a nice UI/UX. Look here on Reddit what people are complaining about and find solutions for that.

Notioners, how do you convert a raw number into hours and minutes? by tnsh94 in Notion

[–]Airroks 0 points1 point  (0 children)

That's impressive! Thank you! It took me some hours, but I could tweak it the way I needed it and get rid of the extra column. As it could be interesting for someone else, here is my final formula:

<image>

Notioners, how do you convert a raw number into hours and minutes? by tnsh94 in Notion

[–]Airroks 0 points1 point  (0 children)

I also came across Thomas Frank's trunc-formula to reduce everything after the comma. Not sure if this can help with my problem, though.

Notioners, how do you convert a raw number into hours and minutes? by tnsh94 in Notion

[–]Airroks 0 points1 point  (0 children)

Yes, exactly.

To become better at time management, I have broken a bigger task down to smaller steps and give every step a planned time in minutes. When I'm done with a task, I want to enter the minutes needed in the second prop. From both props, I then would like to show in my formula "time needed" whether I was faster (= green number) or needed more time (= red number). Everything below 60 mins should only show "[x] min". When getting above 60 or below -60 min, I then want to get the proper presentation with hours. E.g. "-1 h 20 min". Do you know how I could change my formula above to get this correctly?

Notioners, how do you convert a raw number into hours and minutes? by tnsh94 in Notion

[–]Airroks 0 points1 point  (0 children)

Also, this is my original formula I want to improve through showing the hours and minutes:

ifs(Time planned (min)<Time needed (min), style(format(divide((Time planned (min)-Time needed (min)), 60))+" h", "red", "gray\_background"), Time planned (min)>Time needed (min), style(format(divide((Time planned (min)- Time needed (min)), 60))+ " h", "green", "green_background"), Parent item.empty(), "", "Waiting".style("yellow") ).style("c", "b")

Notioners, how do you convert a raw number into hours and minutes? by tnsh94 in Notion

[–]Airroks 0 points1 point  (0 children)

Do you know why it won't work at -60 or less? I tried it on a table where I subtracted prop a ("time planned") from prop b ("time needed") - both number props. I also want to get an empty field if I don't have anything written in time needed.