HowTo: Footer with CC Logo + Question about Language selector not working #176
Replies: 5 comments 7 replies
-
Hi @michaelkowalczyk ...
|
Beta Was this translation helpful? Give feedback.
-
Concerning the LiveEditor ...No, there is no folder, on the hard drive, everything is stored within the browser. But you can upload images too, these will also be stored within the browser, only the name is replaced with a hash value. Using this on a tablet, you can also directly shoot an image or a video that gets uploaded into your browser. You can then download the entire project as a zip-file This will include all images, videos, and sound files.
If you need more control over the structure of your content, I would suggest installing VSCode, together with the preview plugin. There you can organize your content better. You can find a how-to here: https://liascript.github.io/vscode/ Regarding the language translation not loadingI see it not ... sorry for the confusion ... there was a feature request, that if on a large screen, the menu looses focus, then this menu will be closed. Clicking on the link will remove the focus and this happens, before the link is actually clicked. I will fix this in the next release, in the following setting this will work, but it will open the link and not add the liascript-URL to the beginning ... I will fix this too ... so far we had only used this with relative urls ... Another question regarding https://liascript.github.io/course/Yes, these are all courses that have been loaded by the user, you can get there via the home-button. We do not monitor anything ... This behavior is intended, the browser will also cache this content, once it is loaded so users can always get back to previously visited courses. And if you install LiaScript on your mobile or Chrome, you can access all the content also offline. If you later, when your course is ready, switch to version 1.0.0 or above, all the states of quizzes, surveys, codes, tasks, will also be stored permanently within the browser (see section version for more information on this topic). This way we tried to guarantee that also remote users with a poor internet connectivity can reopen their courses, whenever they want... If you want to delete a course, simply click onto the delete button on the card...
Additional NotesIf you have control over your wordpress installation, then you could enable CORS cross-origin-resource-sharing for the LiaScript website or ask your administrator. https://biglinden.com/support/how-to-enable-cors-in-wordpress/ By allowing this, LiaScript will not use anymore the proxy-url https://api.allorigins.win/raw |
Beta Was this translation helpful? Give feedback.
-
Regarding: So anything anyone loads into https://liascript.github.io/ is then listed publicly on https://liascript.github.io/course/ and also can by deleted by anyone using the "Trash" icon? No it is not publicly available, this is only shown and cached in your browser ... Simply open the website in another browser ... These cards are only shown if you have send this course to others, then their browser will store this course for later use as well... The LiaScript-Website and interpreter is only a static website, there is no other server and no tracking ... Since It is a progressive web app it makes use of a lot of browser-based functionalities, but only on the browser at client-side... I hope the following link explains this better than I do ... https://de.wikipedia.org/wiki/Progressive_Web_App#Offline-Funktionalit%C3%A4t |
Beta Was this translation helpful? Give feedback.
-
CORS ... sorry about this too ... no the proxy is only used, so that the LiaScript-Website at the client-browser is allowed to fetch the content... If you add the CORS settings or host your content on GitHub, then the LiaScript-Website will be able to directly load and render it ... so fetching and rendering happens also on the clients browser only ... there is no other entity in between ... |
Beta Was this translation helpful? Give feedback.
-
Hi, the translations file-problems should be solved in the new version ... simply reload your course or the live-editor ... |
Beta Was this translation helpful? Give feedback.
-
Hi, I have two questions
Example from a video:
However when I click to change the language, the file is not loaded.
The Documentation on https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md#109 does only relate to "Translate with Google (experimental)"
Thank you for any tips!
Beta Was this translation helpful? Give feedback.
All reactions