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

Add first and last filter operators #241

Closed
Jermolene opened this issue Nov 28, 2013 · 5 comments
Closed

Add first and last filter operators #241

Jermolene opened this issue Nov 28, 2013 · 5 comments
Milestone

Comments

@Jermolene
Copy link
Owner

[first[listname]] would return the first item in the specified list, and [last[listname]] would return the final one.

@Skeeve
Copy link
Contributor

Skeeve commented Dec 19, 2013

What about [rest[listname]] which would return all but the first?

@Jermolene
Copy link
Owner Author

@Skeeve yes, good idea.

@Skeeve
Copy link
Contributor

Skeeve commented Dec 31, 2013

I'm volunteering to implement this. Are there any use-cases?

Skeeve pushed a commit to Skeeve/TiddlyWiki5 that referenced this issue Jan 1, 2014
@Skeeve
Copy link
Contributor

Skeeve commented Jan 3, 2014

Added some more list functions and synonyms for "rest" https://github.com/Skeeve/TiddlyWiki5/tree/listops

@Jermolene
Copy link
Owner Author

Fixed in #326

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

No branches or pull requests

2 participants