-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes and additional functions #1
Conversation
kuz-z-zma
commented
May 30, 2024
- Fixed Feed URL
- Added more detailed description for Flickr User ID and where to find it
- Fixed typos and inconsistent capitalization
- Added separate URL and Title functions for use in themes
Fix for Feed URL, typos in description, uniform capitalization, description for User ID + link to get one
Added separate getItemTitle and getItemURL functions for use in themes
Thanks for your contributions. I originally made this for a client whithout ever having used Flickr myself. A few notes:
|
Restored backticks in plugin description + clean up of leftover </p> for results of getItemLinkAndThumb
It helps to differentiate easily between functions and keys for options, improves readability.
I'm obviously not attached to this change - I don't think I saw them used as such for any Zenphoto plugins I've dealt with (code is just pasted as is in commented portion with plugin info) and since this does nothing for formatting when viewing plugin info in backend - never occurred to me to suspect their purpose. Where can I check the markdown documentation for that?
I wanted an easy way to construct output for the theme without Image preview - for custom headers, display of description etc. |
Clarification in the description
Rolled back backticks and added some clean-up to the getItemLinkAndThumb output, as it produced an empty |
Yes , of course
Well, third party plugins are of course not use for our general doc. zenphoto does not have it consistently for historic reasons but whenever we change things we primarily use markdown. It's a clean formatting even readable without processing. GitHub has a documentation: https://docs.github.com/de/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
I added primarily functions only if the value requires some processing like pubDate does. No big deal otherwise to keep them. |