Is there a way to use the creation of a template instance to create another template instance inside it?
This interior template block links to another page, which is in a central Knowledge Base...
...so creating an instance makes a copy of that page inside this project. Linking to the external page in the template block allows the page to be updated from the Knowledge Base - hence, all new generated instances will be up-to-date as well.
However, creating the checklist instance inside this template removes that benefit; when a new project template instance is created from it, the interior copy of the Checklist will be potentially out-of-date. It's no longer pulling from the Knowledge Base.
The only solution I can think of right now is to just manually click the Template button inside each project instance when the checklist is needed - which is fine, but not optimal.
Ideally, hitting "New" and choosing the project template would trigger logic that also generates fresh instances of the checklists inside it.
I don't think this is currently possible, but if it is, I'd love to know about it!
• • •
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.