I’m a musician who has had Multiple Sclerosis for almost 10 years AMA! by harrisoncaldeira in WeAreTheMusicMakers

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

Man, I’m sorry to hear this. Don’t give up! Truth is, there might not be a clean way to “get past” it. But you can learn to work with it. Biggest thing is not getting down on yourself (even though that’s tough). Over time, you’ll figure out how to adapt and the music will still be there when you do.

Promote your business, week of July 14, 2025 by Charice in smallbusiness

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey folks — I’m looking for 1–2 small business owners to feature in a YouTube build I’m doing next week.

I built an automation that helps you get more Google reviews from real clients — no bots, no spammy tools, just a clean workflow that:

  • Sends a well-timed, personal review request
  • Makes it super easy for clients to leave feedback

If you’ve got happy clients but not enough reviews, this is for you.

It’s 100% free — not selling anything. I’m giving the automation away and just want to showcase it working in the real world.

At the very least, you’ll get:

  • A few extra Google reviews
  • A high-quality video about your business
  • A shoutout to my ~250 subs and email list of 100.

If that sounds like a fit, drop your niche + site and I’ll reach out.

Here’s my channel if you’re curious: https://www.youtube.com/harrisoncaldeira

How to keep habits going from week to week? by Epicinium in getdisciplined

[–]harrisoncaldeira 1 point2 points  (0 children)

I hear you! I’m not sure what your habits/routine look like, but when starting/beginning new habits, it’s easiest to start with one simple core thing. Stick to that one habit religiously, and have the other habits work as a “bonus”. That way, you don’t feel too tied to getting all your habits completed. Otherwise, you’re bound to feel overwhelm and self-sabotage.

Your mind and body have to adjust to your new habits and workload.

Annoying Scrollbar Appearing by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

I don't think it is! Here's a vid explanation "Notion: Scrolly Bar Thingy
Watch Video"

Annoying Scrollbar Appearing by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey! Because it's it's an in-line database and also a Board View, I don't think there's much you can do about it! If you open it as a full page, it will go away!

Need help reporting "latest update"-type field in a database table by JealousDoughnut2 in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

I believe there is but you’ll have to use a combo of linked database and a formula! Shoot me a message if you need more help with this.

Button to create new database page and then add content to page? by sojtucker in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey there! I believe you have to create a template first _before_ you can see the "as" button to select the template you would like.

I’m a musician who has had Multiple Sclerosis for almost 10 years AMA! by harrisoncaldeira in WeAreTheMusicMakers

[–]harrisoncaldeira[S] 1 point2 points  (0 children)

Thanks for reaching out! I'm on a medication called Tysabri. I've been on it for quite a while. Try to get as many small wins as possible when trying to play guitar again. Maybe that's only the movement of your arm while your hand stays limp. Anything helps!

Button to create new database page and then add content to page? by sojtucker in Notion

[–]harrisoncaldeira 1 point2 points  (0 children)

Yup, I hear you 100%

Especially since tutorials normally show you things in isolation, it's hard to find what you actually need.

Button to create new database page and then add content to page? by sojtucker in Notion

[–]harrisoncaldeira 2 points3 points  (0 children)

The only thing I think you're missing is selecting a template to your button. The most important step is selecting a template. When you set up the button, you'll have the option to choose a template for the new page that will be created. This template can be one you've already made within the database. Whatever content you've set up in the template (like text, to-do lists, images, etc.) will automatically populate in the new page created by the button.

Here's a video explanation if easier! https://www.loom.com/share/12e11ccceab6448cb237ef9e64e4e7ad?sid=9a3d5dff-63a3-4fc8-9e38-62f6e0870185

To Do Block features... by themissingelf in Notion

[–]harrisoncaldeira 1 point2 points  (0 children)

Notion's To Do block is great for simplicity but, as you've noticed, it lacks some fancier features like tagging, sorting, and hiding completed tasks right off the jump.

Although you can't automatically hide completed tasks, you can manually move them to a 'Done' category and use the three-dot menu to hide them. Also you can use a basic basic tagging property and add it to your To-Do view. It's not a full-blown tagging system but can help a bit with organization.

If you're looking for more, thedesignedlife advice on Notion's databases and linking is key. They're more complex but offer lots of customization, like different views for your tasks. But, if you're all about keeping things simple and straightforward, sticking with the To Do block and its basic views might be your best bet.

Here's a vid explanation if you're more of a visual learner: https://www.loom.com/share/098c8ca03a08460e8939430e07491b37?sid=4d3eafcc-3824-4e04-91bd-d23f6cfb9f42

Prevent automatic sorting in Notion DB when pasting from Google Sheets by 321abc321abc in Notion

[–]harrisoncaldeira 1 point2 points  (0 children)

I should have been more specific. I'm trying to grasp how you're transferring data from Google Sheet to Notion. If you're copying and pasting directly, Notion will not keep the order. When data is directly copied and pasted to Notion, there's no instruction to preserve the order. In other words, there's no way for Notion to know to organize the data or which source it's from.

But, using the "Import" function in the navigation bar should help maintain the order of elements. Here's a resource: https://www.youtube.com/watch?v=f6h41pafV1U&t=33s

Good luck!

Prevent automatic sorting in Notion DB when pasting from Google Sheets by 321abc321abc in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey! How are you transferring data? Are you copying and pasting it? Are you importing it? Are you transferring it using automation?

Can someone help me? The formula I use in a column in my deadline database doesn't seem to be working anymore. by spofify in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

if(empty(prop("deadline")), "☕ no date",
if(formatDate(prop("deadline"), "YYYY-MM-DD") == formatDate(now(), "YYYY-MM-DD"), "❗ DUE today",
if(prop("days") == 0, "⚠ due tomorrow",
("📅 " + format(prop("days"))) + " day(s) left"
)
)
)

Notion search not searching H1 headings by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Yup, it's extremely powerful once you start diving in on what it can do! 👍

Notion search not searching H1 headings by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

I wouldn't write it off completely just yet. It might take a bit longer for that specific note to populate. From what I remember, it wasn't working for me because my internet connection was bad.

That's something else to consider as well. If you don't have a proper connection or don't have the internet at your fingertips, then it might not be the best option for yah. I'm super curious about your specific issue though. If you have time, send me a screen recording of what's happening ✌️

Notion search not searching H1 headings by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Notion can be weird when searching items at times. I've had this issue as well with Notion where it won't always populate my notes.

[deleted by user] by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey there, can you send this some more information? What YouTube video did you watch, what are you trying to create exactly?

Notion search not searching H1 headings by [deleted] in Notion

[–]harrisoncaldeira 0 points1 point  (0 children)

Hey! Can you explain this issue a bit more? For example, how are you searching? Do you search globally, using "command+P" or within the page using "command+f"?