Tana Push
(1.08+) Push specific events to Tana as any supertag (i.e #todo or #task)
Last updated
(1.08+) Push specific events to Tana as any supertag (i.e #todo or #task)
Last updated
Go in your calendar and mark any event's location with TANA
to send it automatically to Tana on the same day. EventLink checks for new events every minute and will never send the same event twice.
Events arrive in the Tana Inbox as nodes with the event title as the content, and the notes of the event underneath by default. This is perfect for recurring tasks.
Create a new workspace API token in Tana and copy it to your clipboard. Then in EventLink, set the token.
In the bottom left corner, click settings in Tana, and then API Tokens. Then click create, the token is automatically copied to your clipboard.
Next, click 'Enabled' to start pushing marked events to Tana.
You can mark events for pushing using your own supertags, by filling the location value of an event with the supertag's id. i.e. TANA//SUPERTAG_ID//DESTINATION_ID
.
Mark an event with TANA
to send it to the Tana Inbox as a plain node, with its notes as children.
Mark an event with TANA//SUPERTAG_ID
to send it to the Tana Inbox as a super-tagged node, with its notes as children.
Mark and event with TANA//SUPERTAG_ID//DESTINATION_ID
to send it to the Tana specified destination as a super-tagged node, with its notes as children.
Go to your tag definition in Tana and on the title, press CMD+K, select Show API schema, and press enter (or click it)
Next, copy the id (1) from the popup that shows.
In this example above, the id is BT0I0eOGfO
, so the total location field would look like: TANA//BT0I0eOGfO
.
If you want to send your nodes to another spot, you can customize the location. By default they go to the inbox. This only works for super-tagged notes. Format your location like this: TANA//SUPERTAG_ID//DESTINATION_ID
. You can use any node id as the persistent id.
To get the id of any node, press CMD+K and type "Get link to node" and paste the result in any text editor.
The link looks something like: https://app.tana.inc?nodeid=f18ki9aTwc-D with the last part being the DESTINATION_ID
to fill in the location field.