ImprovedPasting a Tana node or a link to a Tana node while text is selected, turns the selected text into an inline link to the node (similar to what happens if you paste an external URL over selected text)
NewIntroducing a new progress bar indicator, that will show number of checkboxes done/not done below the node. It will auto-show when adding a checkbox below a node, or can be enabled with command "Toggle Progress bar". Docs coming!
NewGamechanger?? New commands to be run on tag template: "Convert template node to field" + "convert template field to node". What this does: Inside the content section of a supertag config, you can now convert fields to nodes, and nodes to fields. These will update the tag template / 'content', and all nodes that have already been tagged and 'initialized' with this tag template. Fields with values / content will be turned into nodes with children, nodes with children will be turned into fields with values.
ImprovedAdd option to set Today or Inbox as default node
Tana mobile
ImprovedInbox added as one of the default targets
Tana mobile
ImprovedWe cleaned up the way referenced nodes and search node results are sent in AI chat, and fixed a few bugs. We'd love to hear reports if AI chat is still not giving you the results you expect.
ImprovedWe've now simplified the AI chat prompt for chats without references to Tana nodes. We welcome feedback about the quality of interactions with the AI chat.
ImprovedYou can now use Draft panel as the Target node all command nodes that support Target node (press space to choose), which will open an ephemeral panel to the right with the output, with the option to move or insert in daily node
ImprovedNew prompt expressions for source (like raw transcript of voice memo): ${sys:source} for the source, and ${sys:sourceOrContent} will insert the source, or content (node children) if there is no source node.
Ai command nodes
ImprovedWe now automatically create a new checkboxed item when you hit enter at the end of one checkboxed item. A simple backspace will remove the checkbox on the new node.
FixedSearching for a field that is of datatype=checkbox without checking the box will now only return nodes with that field unchecked. Previously every node even without this field would be returned. Oops.
InfoInitial sorting of groups when Grouping by Workspace now follows the order of the workspaces in the sidebar. (Note that this is not responsive, if you want it updated, you need to turn off grouping and turn it back on again)
InfoThere is now a warning in the supertag config if you have some owned nodes in a supertag that cause Tana to create a lot of new nodes for every new tagged node. We are still trying to refine this so if you get a warning you think is surprising/unreasonable, reach out to the team.
ImprovedSidebar pinned nodes and workspaces improvements: 1. Expand/collapse pinned nodes, 2. Distinguish template tags and added create new instance button, 3. Remove unpin button, available from right click, 4. Unified appearance and functionality, 5. Minor layout and style tweaks for clarity
ImprovedWe renamed "Remove reference" to "Unpin" on pinned nodes in the context menu, and removed the "Rename" option, since it did not work well with complex node names.
ImprovedWhen you right-click a node now, you see a context menu instead of the toolbar. We've also added context menus on right-click to several places, like related content headers, panel headers, and breadcrumb items.
InfoWe have removed the Cluster nodes command, which was an early experiment of what was possible with AI and embeddings. We might bring back a better/more robust version in the future.
NewWe have fullscreen preview! Expand image nodes by hitting <space> while it's focused. Use the previous/next buttons to navigate to the previous or next image in the list.
FixedDragging cards and columns in a grouped Cards view should now properly stick to the cursor position. This was looking a bit different across browsers but now should work the same in Chromium based browsers, Safari and Firefox.
ImprovedThe sorting for at-mentions no longer penalizes nodes with title expressions, but we slightly boost nodes whose name (not title) start with the same string that you searched for
ImprovedAsk AI via the command line now uses GPT-4o, and a lot of places where we were using GTP3.5 by default have been upgraded to GPT4o-mini, which is smarter, faster and cheaper. We are no longer using GPT3.5 by default anywhere, but it is still available for manual configuration in an Ask AI command. We have therefore removed the GPT4 switch from the UI.
ImprovedWe've made some changes to AI prompts and models for field suggestions, suggest table columns, AI fields, autocomplete etc which should give more stable results.
ImprovedReference section with only unlinked references default to be collapsed. The same for reference section on a calendar node that has a related content section.
FixedSome searches for a text string could give so many results that the server timed out getting them, causing the search node to look empty or have too few results. Now this search is faster and stays within its 10s timeout.