I do not need these GUI elements in my workspace. How do I remove them?
- $:/core/ui/EditTemplate/type
- $:/core/ui/EditTemplate/fields
- $:/core/ui/SideBarSegments/search
- $:/core/ui/SideBarSegments/tabs
- $:/core/ui/TopBar/menu
- $:/core/ui/EditTemplate/tags
Go to advanced search. Find tiddlers listed above from shadows tab and remove whatever tags they are having.
Interpreting the image I’m guessing you want a streamlined UI for your phone. I’d say the better way to do it is to create a “theme” because the things you want to remove are rather significant. Of course, if you follow Riz’ suggestion, you can always restore/reset those tiddlers by just deleting them, but maybe a better idea would be to create some button that toggles the tags of those tiddlers. You could include this button in the page toolbar (that you indicate that you want to keep).
I’d also like not see the date last-edited which displays below the title of a tiddler.
Create a tiddler, tagged with $:/tags/Stylesheet
, containing:
.tc-subtitle { display:none; }
figured out which one to delete the tags of for this
$:/core/ui/ViewTemplate/subtitle