Relating to Tags removal from shadows
Something that would help this would be perhaps a tab in the info drop down that indicated which fields if anything, on an overridden tiddler, differ from the shadow. Or in this case when only the tags are different compared to the shadow tiddler. noteThis is available in the editor preview excluding the fields
- I or someone could make an option on the tag dropdown, such as in my reimagine tags solution, that could present an option when this is the case, “remove tag and reset to show tiddler”.
- Similarly a filter pill version
- Lets make a simple to use function that returns the tag name when and if this is the case.
- It need only appear on the last nonstandard tag on the tiddler.
- What about when the only difference is a tag was removed?
In many ways an easy way to get easy to determine differences between shadows and the modified non-shadow, that can be part of the view mode interactive UI would be very helpful
On the idea of no touch flags
I think to start I will create a demo, as mentioned earlier. For now I may restrain flags to being displayed in the subtitle with an optional colored flag, optional short name (caption or title), and a description on mouse over to start.
-
Triangular Flag on Post — U+1F6A9
-
Chequered Flag — U+1F3C1
-
White Flag — U+1F3F3
-
Black Flag — U+1F3F4
Although I would love to have a text field full of readable titles, one for each line, I will start by adding titles to the list field of the flag tiddler.
[Update] I have completed 80% of a demo, but I think I need to;
- not use the list field in flag tiddlers, because if they are also tag tiddlers the list field will be compromised. As a result I plan to change all my code so far (very little needed) to use the flagged-list fieldname instead.
- The same could be said for other flag fields like color or do we just use the single color field and deal with the compromise?
- should I assist users by providing a two click method to make the current tiddler a flag as well? this could cause flags to proliferate.