That is so amazing, Matt! Thank you for your great work!
The top-level project still calculate the entire outline in the filtered view, or am I doing something wrong?
Test-Flight-Build: 260503.2345
Oli
I’ll look into it!
It would be helpful if the Cost(sum) tag calculated the total relative to the current filtered view. Keyword: income/expense tracking (for example @insurance, @groceries, @hobby,@clients etc.). I know that the grand old lady “Omni” can do something like this. Would that be possible, Matt?
Oli
Linking files is moving up my list now that I can open documents automatically.
@jesse
Something is going wrong with the chronology here?
@matt asked me to move that message to this thread. I think that likely caused problem. I haven’t really been tracking/reading this thread, so my brain isn’t setup to know if I created more issues than that. But that’s the reasons for the 9h, 1d, sequence I think.
Right, just trying to keep things centralised for each release.
Before and after watching Highlander at the cinema, I’ve fixed the outstanding bugs.
And have added a “iCloud Sync Status Bar” which gives information if the user choose to open a file that is still syncing, conflict, slow saving, etc. Not sure if it will be intrusive, depends how well iCloud is behaving, but I can dial it back a bit if that’s the case.
Also managed a first draft of Drag and Drop reordering for @bkmj.hughes !!!
I think let’s bug test this thing for a while. So much new stuff in here.
Dare I say “no more new features” for this release?
(they’re all done, except linking to other docs)
TestFlight
PaperTrail 1.1 (260504.2255)
- add: drag and drop by fold marker to reorder (supports indenting)
- add: sync bar shows state of iCloud files, conflicts, slow saves, etc
- add: focus bar breadcrumb trail items are now tappable to change focus level
- add: deleting contents of search bar will close it
- fix: costs are now recalculated immediately rather than on cursor move
- fix: editing text in focus block now copes with extending it with new text at start/end
@jesse
Ah, I understand now! For a brief moment, I had the nightmarish thought that I had fallen into a time hole, haha. Thanks for your reply, Jesse!
Oli
The time hole is scheduled for next week! Or is it last week, I forget?
![]()
The sum of the top-level project in a filtered view only updates to the correct value when I edit a child node within that filtered view.
Reordering via drag and drop is interesting, but I’m not sure whether the bullets used for fold/unfold are suitable for that (they would have a double function, which could cause some issues). Why not use a long press on the far right side of the screen?
What about reordering individual tasks (hyphen) or notes? Does that mean you can only move subtrees?
Oli
This is how TaskPaper does it on macOS. A little known feature I was unaware of until a few days ago!
Currently, yes.
I need to give my implementation a little more love.
Home view (collapsed projects): up/down arrow key navigation is inconsistent or doesn’t work at all.
Moving a node to a project works fine when unfocused. Not working for me when focusing the node.
@Oli, please post screenshots of these two so I know what I should be looking at
especially the up/down key navigation, I have no idea what you are referring to
Edit: i think I understand your 2nd, keyboard nav does not respect visible rows when moving around the doc. Fixed
@amelchi File Linking is done and will be in the next build.
TestFlight
PaperTrail 1.1 (260505.1718)
- add: Insert File Link toolbar button and command — pick another file and embed a portable Markdown link that renders as its label and opens supported documents in PaperTrail
- add: keyboard up/down navigation now respects folded sections, jumping only between visible lines
- change: drag fold markers to reorder, with horizontal drag position setting the destination indent level (works on single lines as well but they have no fold marker)
- change: drag-drop indicator is a dotted line when dropping would make no change and solid when it would, and it sits above the finger so the drop target stays visible
- change: iCloud sync status is now a small icon, shown only for delayed uploads or save failures
- chore: simplify focused-edit, folding, and intents code paths