Zoom Meetup
2020-10-25 3:00a AEDT
2020-10-24 6:00p CEST | 9:00a PDT
Agenda
Please reply with suggestions for the agenda
2020-10-25 3:00a AEDT
2020-10-24 6:00p CEST | 9:00a PDT
Please reply with suggestions for the agenda
Iām getting prompted for a passcode. Can you please add that here?
65535
New meetup link!
Further reference from some points arising from the Saturday:
Understanding map vs outline (and most other) views
Finding crash/hang logs to email to support (info@eastgate.com).
Resetting Displayed Attributes (previously called Key Attributes) via the UI or via action code.
By all means prod me if thereās anything else (or just add links)
This week was super fun! Thanks, All.
We also touched on linking metadata (tags, keyword, [you term here]) to notes. You can do it manually, but you can either realise later in your process you want those links or decide early to defer linkage to allow things like the subject tags to emerge more fully. At that point linkto()
(or its sister linkFrom()
) are your friend. For instance this one small bit of code, linked some 4.5 per-author notes to c.1.5K target notes of the papers they wrote:
linkTo(find($Prototype=="Paper"&$Authors.contains($Name(that))),"authored");
CAUTION: do not run this sort of thing as a rule. Why? Because every note running this code is having to check 1.5k notes using a regex (.contains
) and it takes a little while. The code also really only needs to run once per note and for some on-demand later if changes are made. So, use an edict or a stamp.
This is admittedly more considered use for mature documents but I wanted to show how Tinderbox has further depth in this use case. The first time I tried this approach I was blown away as completing in minutes what I thought would be a large manual tasks.
Even more fun (just tested) links created this way honour link actions. Neat!
Hi Mark,
Can you explain the qualifier ā(that)ā. What is āthatā doing?
Have you seen my aTbRef note on the āthatā designator? I believe it should answer the question, but please let me know if it doesnāt.
Is there a video of the most recent meetup?
Not yet
Thanks. Iāll have to experiment.
Happy Friday, Everyone
Apologies I didnāt get this up sooner. This week has been unexpectedly busy.
Hereās the saved chat from the meeting: chat.txt.zip (2.2 KB)
Iām uploading the video now for Mark.
Iāll also post tomorrowās meetup. Again, apologies for the last minute!
Might the saved video be available to watch please?
The available videos/chats, Iāve summarised in this thread. Note: all meetings have video and/or chat recordings.