If you have a linked database with filter criteria, dragging a page into it applies that filter criteria.
Here I'm dragging from another linked DB that targets the same original DB. However, this is possible with pages from other DBs too.
This, along with the improvements they've made to how inline DBs are displayed on mobile devices, means my Evernote-styled note-taking system might be able to use a single master database now.
I'm thinking through that now; updates soon.
Example 2: Another linked database for a sub-category is hidden in a toggle. Dragging a note there will apply both the category and sub-category, and will ensure the note shows in BOTH linked DB's (category-based and sub-category-based)
Last little insight for tonight:
The same trick works with "is empty" filters, and can be used to remove a property selection.
Given this, it's possible to build a drag-and-drop note-taking system with any number of hierarchy levels. Just gotta set your filters right.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Today I'm going to share all my tricks for making thumbnails FASTER:
- How to get hundreds of high-quality poses of yourself
- How to create a consistent look
- A sprinkle of thumbnail strategy (especially in the last tweet)
Here's the main hack right up front:
I have a gallery with tons of poses I took over a single session.
Nearly any emotion or reaction I'd want to use in a thumbnail is in it.
Here's how to make your own:
Set up a green screen if you can.
This makes cutting yourself out from the background easier.
If you can't, try to shoot against a flat background.
I started learning how to code only 10 months ago.
I am NOT a very talented coder. But with the help of:
- AI tools
- Automation platforms
- No-code tools
...I can build nearly anything I want.
Here are the exact tools I used to learn how to code (all are free):
TL;DR version:
(For context, I chose to learn JavaScript.)
- JavaScript Algorithms and Data Structures by @freeCodeCamp (start here)
- The Modern JavaScript Tutorial by @iliakan
- That Weird JavaScript Course by @fireship_dev
- The MDN Web Docs by @MozDevNet
- ChatGPT 😉
Best place to start:
JavaScript Algorithms and Data Structures by @freeCodeCamp
I started with this course. It goes from the absolute basics all the way to very advanced problems.
Best of all, each lesson is interactive and makes you write code.