[Owncloud] [NewsApp] Plugin configuration

Bernhard Posselt dev at bernhard-posselt.com
Fri Sep 27 11:41:36 UTC 2013


On 09/27/2013 12:08 PM, Thomas Citharel wrote:
> Hi,
> I'm trying to create a plug-in for the News App. It should change the
> views and add buttons for sharing an article (like to Poche
> http://inthepoche.com/, a Pocket-like ) or flattring it. These buttons
> should be placed in the bottom-utils section of each item.
> Since I've read the wiki, I was thinking if it's possible just to make
> all this work with some kind of JS |createElement()metho|ds to add these
> buttons, or if there's something blocking, and then wait for this Custom
> user interface you promise to bring. :)
>
> Any ideas.
> Thank you.
>
> Thomas
>
>
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
A way to do it would be to register a hover event on an article and then
conditionally insert html at the right place. This should be context
sensitive anyways and not show when you dont hover over the article.



More information about the Owncloud mailing list