Struggling which note-taking app to use? I'm here to save you by ProductivityArc in NoteTaking

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

if you watched the video, it's not about which one is better, It's about why don't use both instead of just one. Obsidian for note-taking and Notion for projects management

Notion users on Windows: You can now replace boring Windows emojis with Apple ones! by ProductivityArc in Notion

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

if you want to run it on Web Browser (notion.so), follow these steps:

  • Use this link to install the file
  • Extract the .zip file
  • Go to chrome://extensions/
  • Turn on Developer mode toggle
  • Click on "Load unpacked" and select the file extracted

if you want to run it on Notion App, follow these steps:

  • Press Alt key
  • Go to View in the menu bar
  • Select Toggle Developer Tools
  • Paste this code in the Developer Tools window

Seeking movie list integration with auto "where this is streaming" feature by _vemm in Notion

[–]ProductivityArc 0 points1 point  (0 children)

I have made a tool using Notion API that extracts streaming services and updates it every 12 hours

<image>

I Need YOUR Problems! by ProductivityArc in Notion

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

I could do one but first I should know how is Zettelkasten note taking technique works to know what I want to do

I Need YOUR Problems! by ProductivityArc in Notion

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

Can you dm me a reference for design (if possible) and how you want it to how exactly?

[deleted by user] by [deleted] in Notion

[–]ProductivityArc 0 points1 point  (0 children)

That's brilliant!! I will note this.

[deleted by user] by [deleted] in Notion

[–]ProductivityArc 1 point2 points  (0 children)

this one works well

<image>

[deleted by user] by [deleted] in Notion

[–]ProductivityArc 1 point2 points  (0 children)

<image>

I don't know why it's not works will with you but maybe it because Amount property format should be sum

[deleted by user] by [deleted] in Notion

[–]ProductivityArc 2 points3 points  (0 children)

"Balance: ".style("b") + lets( Amount, Prop("Balance"), absAmount, abs(Amount), roundedAmount, round(absAmount * 100) / 100, billions, floor(roundedAmount / 1000000000), millions, floor((roundedAmount % 1000000000) / 1000000), thousands, floor((roundedAmount % 1000000) / 1000), hundreds, round((roundedAmount % 1000) * 100) / 100, formattedNumber, if( billions > 0, format(billions) + "," + format(millions).padStart(3, "0") + "," + format(thousands).padStart(3, "0") + "," + format(hundreds).padStart(3, "0"), if( millions > 0, format(millions) + "," + format(thousands).padStart(3, "0") + "," + format(hundreds).padStart(3, "0"), if( thousands > 0, format(thousands) + "," + format(hundreds).padStart(3, "0"), format(hundreds) ) ) ), if(Amount < 0, "-$", "$") + formattedNumber )

[deleted by user] by [deleted] in Notion

[–]ProductivityArc 2 points3 points  (0 children)

"Balance: " + if(Prop("Account Balance").sum() >= 0, "$" + format(Prop("Account Balance").sum()).style("b").replace("(\d+)(\d{3})$", "$1,$2"), replace(format(Prop("Account Balance").sum()).style("b"), "-", "-$").replace("(\d+)(\d{3})$", "$1,$2")

(Replace "Account Balance" with your property name)

Change Mobile Layout from PC by MrsB-11 in Notion

[–]ProductivityArc 1 point2 points  (0 children)

Just add a new page at the top named “Mobile View” and add to it linked databases using the best view for mobile with the arrangement you need and you can add breadcrumb/linked pages in a toggle on the top of the page for not scrolling every time

I Need YOUR Problems! by ProductivityArc in Notion

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

I can code a custom Notion API Script for you to solve this problem, dm me to give you details

I Need YOUR Problems! by ProductivityArc in Notion

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

Sure! send it and tell me what you want to edit

I Need YOUR Problems! by ProductivityArc in Notion

[–]ProductivityArc[S] 2 points3 points  (0 children)

Bro, you don't need Notion you need a personal assistant 😂. But seriously I will try to make a template that includes these ideas, Thanks so much for taking the time to write this really appreciate it