Editing tiddler without entering edit mode?

What plugin and/or setting is required in order to edit a tiddler without having to manually enter edit mode and save? I’ve seen some of the TW editions, especially those inspired by Roam, have this feature. Thank you!

You might check out streams. This is what is used, for instance, by
https://rr-tw5.github.io/.

The edit text widget lets you edit fields directly.

  • you may need to set the tag parameter for single line fields
  • editing the title may need rename, an extra step
  • editing the text field can make use of the existing editor and buttons if you want.
    • If current tiddler set {{||$:/core/ui/EditTemplate/body}} else {{tiddlername||$:/core/ui/EditTemplate/body}}

I used SideEditor to sometimes edit the tiddler text field. I also use the edit text widget to edit other fields depending on the use case (via a ViewTemplate).