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

Allow users to have complex logic in templates #79

Merged
merged 10 commits into from
Nov 9, 2023

Conversation

nishantwrp
Copy link
Collaborator

Fixes #56, #64

@ImperialSquid
Copy link
Contributor

Looks great! You've definitely overhauled my little contribution huh? 😂😅

Just a thought, for completeness, there should probably be a power (a**b) and modulo (a mod b) operator in the maths helper, then pretty much every kind of maths you might want to do is covered!

Copy link
Collaborator Author

@nishantwrp nishantwrp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self

src/helpers/condition.ts Outdated Show resolved Hide resolved
@nishantwrp
Copy link
Collaborator Author

nishantwrp commented Oct 30, 2023

note to self - can probably add #69 too.

Todo - Case (beta), Repeat, Date (beta) helpers. Dialog for migration guide. Support button in menu. Better documentation.

@nishantwrp nishantwrp force-pushed the logic-in-templates branch 2 times, most recently from 2e5ef1a to 30eed04 Compare November 2, 2023 20:53
@dniku
Copy link

dniku commented Nov 11, 2023

Thanks for implementing this! Is there any documentation on how to use it?

@nishantwrp
Copy link
Collaborator Author

Hi @dniku, this feature will be released with the next version of the plugin (sometime around end of November).

@q-wertz
Copy link

q-wertz commented Jan 3, 2024

Sorry to add noise, but are there any plans for a new release?

@nishantwrp
Copy link
Collaborator Author

Hi @q-wertz, have been super busy lately, will try to get this out this month.

@q-wertz
Copy link

q-wertz commented Jan 3, 2024

No problem 😊
Thanks
And happy new year 🚀

@q-wertz
Copy link

q-wertz commented Mar 28, 2024

Sorry for annoying. Any news on a new release that includes this feature? 🙈

@PackElend
Copy link

I'm sorry we lost attention, GSoC keeps us somehow busy.
I mentioned it again towards those who has the permission to release the new version (I'm currently don't have)

@q-wertz
Copy link

q-wertz commented Mar 28, 2024

Thanks a lot 🙏😌
Have fun at GSoC 😊

@q-wertz
Copy link

q-wertz commented Jul 2, 2024

Any news?
👻😿

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

Successfully merging this pull request may close these issues.

Add (string) comparison as helper function
5 participants