Skip to content
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

Open
Marxsal opened this issue Dec 14, 2020 · 8 comments
Open

[Feature request] Allow TC to modify/create non-existent tiddlers #17

Marxsal opened this issue Dec 14, 2020 · 8 comments

Comments

@Marxsal
Copy link
Contributor

Marxsal commented Dec 14, 2020

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!

@kookma
Copy link
Owner

kookma commented Dec 14, 2020

Hi Mark!
I don't know how to do this while keep other operations intact.
Do you think we need to add an extra tab processing non-existing tiddlers?

@Marxsal
Copy link
Contributor Author

Marxsal commented Dec 14, 2020

Could it be an option that only shows up when the "fields" tab is selected?

@kookma
Copy link
Owner

kookma commented Dec 14, 2020

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!
I have created a development branch to give a try! So, please let me know how your idea works.

See development branch!

@Marxsal
Copy link
Contributor Author

Marxsal commented Dec 14, 2020

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.

@kookma
Copy link
Owner

kookma commented Dec 19, 2020

@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.

@Marxsal
Copy link
Contributor Author

Marxsal commented Dec 19, 2020 via email

@kookma
Copy link
Owner

kookma commented Dec 19, 2020

@Marxsal - Your suggestion seem reasonable, lets give a try!

@kookma
Copy link
Owner

kookma commented Jan 8, 2023

  • It possible to list missings

    • see $:/core/Filters/Missing
    • example <<list-links "[all[missing]prefix[B]]">>
  • Backlinks can be listed

    • notTid is missing
    • The [[notTid]backlinks[]] returns all backlinks

idea: you can have a button create from missings and include in text the backlinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants