Forum Discussion
AhmedGendya
2 years agoCommunity Member
Is there anyway to copy and paste from the "Note" section?
Hi,
I wonder if there is anyway to copy text from the built-in Notes section in Articulate Storyline and paste it anywhere? Any idea?
Thank you
Jürgen_Schoene_
Community Member
append the css
<style>
#transcript-content {
user-select: text;
}
</style>
as last block in the body of story.html
Important: with every publish, these inserted lines are removed and you have to insert again
Update: If you use "Publish to LMS" you have to patch index_lms.html
AhmedGendya
2 years agoCommunity Member
Thanks for your addition Jürgen
Surely I will try this now, but what is meant by patching index_lms.html?
Thanks