I don't know if I understand you. When you create a new (default) tiddler, it has the default fields. You can see them in the info panel (except the text field).
Then you can: - Create a new tiddler and then add the url field (tm-add-field) - Create a new tiddler from template tiddler (with url field) El jueves, 15 de julio de 2021 a las 18:33:16 UTC+2, Brian Radspinner escribió: > Try adding the following code to a new tiddler tagged with > "$:/tags/EditTemplate" > > <div class="tc-edit-fields"> > <table class="tc-edit-fields"> > <tbody> > <tr class="tc-edit-field"> > <td class="tc-edit-field-name">url</td> > <td class="tc-edit-field-value"><$edit-text field="url" default="" > tag="input"/></td> > </tr> > </tbody> > </table> > </div> > > This will put a table styled like the other fields list with the URL field > showing in the tiddler editor. > > > On Thursday, July 15, 2021 at 9:00:22 AM UTC-7 [email protected] wrote: > >> I want the "url" field to be always visible from the start for all new >> records. Can I add something to the system so that it always appears on its >> own? >> >> $:/config/EditTemplateFields/Visibility/url ?????? >> >> I already know about custom buttons "tm-new-tiddler", about templates >> param=, about $:/tags/EditTemplate >> But all this requires additional actions one way or another. >> I want everything to be as simple as it is now, only with the url field) >> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/389f9733-d0d8-422a-bb27-20d4bbfc744bn%40googlegroups.com.

