djplaner / Card-Interface-Tweak

Javascript tweak to transform a collection of Blackboard Learn content items into a visual card interface.
https://djplaner.github.io/Card-Interface-Tweak/
1 stars 1 forks source link

With edit mode on - add a "edit" link to a card #41

Open djplaner opened 3 years ago

djplaner commented 3 years ago

Currently cards (with edit mode) will show a link to "origin" to the actual content item the card represents.

Add a "edit" link that would actually edit the item?? Probably can't do it because different items use different edit URLs. Would need to extract the edit link from the HTML for the item.

djplaner commented 3 years ago

Implementation idea

Can't create the the link programmtically, would have to probably find the element, click on it and then click on the edit button.