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

Support item names using Label X (placeholder) for number #48

Open djplaner opened 3 years ago

djplaner commented 3 years ago

Currently the name of an item for a card can start with Topic 5: Some item title and if the label for the card is Topic and the card is 5th topic then TOpic 5 doesn't appear in the card title.

problem is that yo uwant to move things around, you have to manually edit the 5.

Allow the 5 to be a variable i.e. X that gets automatically replaced by the card interface

djplaner commented 3 years ago

But would only work if the sub page included Javascript that could make the modification from X to the number. Otherwise the break crumbs would be out.