-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Allow TC to modify/create non-existent tiddlers #17
Comments
Hi Mark! |
Could it be an option that only shows up when the "fields" tab is selected? |
May be! commander create tiddlers, so that part actually works on non-existent tiddler, but here we need to select a batch of tiddler which are not existed and then add some fields and values! See development branch! |
When you set a field on a non-existent tiddler, TW creates the tiddler for you automatically. It's one of 3 ways you can create new tiddlers. |
@Marxsal - At this weekend I am trying to see how to implement your idea. I think the safest one is to create those tiddlers using the create tiddler UI. The problem is the current UI creates tiddlers using a base name and sequential numbers if we add an input box to accept a filter then one create non-existing tiddlers. Please let me know your opinion. |
I think using createTiddlers will cause many headaches.
What I would do is have a checkbox like
[ ] Show Non-existent tiddlers
If checked, then TC would show those tiddlers along with the others. They will be in italics showing that they do not exist.
I would just use action-setfield, since it will not change the title, which will cause those headaches I mentioned.
On Saturday, December 19, 2020, 07:29:23 AM PST, Mohammad Rahmani <[email protected]> wrote:
@Marxsal - At this weekend I am trying to see how to implement your idea. I think the safest one is to create those tiddlers using the create tiddler UI. The problem is the current UI creates tiddlers using a base name and sequential numbers if we add an input box to accept a filter then one create non-existing tiddlers. Please let me know your opinion.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Marxsal - Your suggestion seem reasonable, lets give a try! |
idea: you can have a button create from missings and include in text the backlinks |
Currently you can only apply batch changes to tiddlers that actually exist. So, for instance, if you wanted to add color to a set of tags that aren't represented by tiddlers, you couldn't do it with TC. Having an option to allow adding new fields to also create new tiddlers would be useful in many such cases.
Thanks!
The text was updated successfully, but these errors were encountered: