Code Monkey home page Code Monkey logo

Comments (3)

andre-dietrich avatar andre-dietrich commented on July 29, 2024

You made a good point. Currently all of your states are stored within IndexedDB per course. Thus, for every document/course a database is created. You can delete them manually via the developer console or, I added a special button (not that beautiful), under LiaScript settings, below the table of contents, there is a gearwheel, and the last element is a button, that can be used to reset the local database for a particular course.
PS: what is currently not mentioned within the docs. There is a version tag, within the main comment of every course in the format of 0.0.1. As long as the first number is a zero, you are in some kind of a development mode, thus, no data is stored locally within the indexedDB. If you change this to 1.xx.xx or something else, you can add additional quizzes, code, etc. to the end of your course and let it grow without a problem, but if you move already existing quizzes and code snippets, then you will have to make a major version change to 2.xx.xx or 3.xx.xx. This first number is also used as the version number for indexedDB...

from docs.

mneuschaefer avatar mneuschaefer commented on July 29, 2024

I did not find the version tag, but the button is very helpful already (if you know where it is :-) )
+1 adding it to the manual. thanks!

from docs.

andre-dietrich avatar andre-dietrich commented on July 29, 2024

Probably it was a bit misleading. You can insert a html comment to the beginning of your Markdown file. On github it is not visible, but for LiaScript it can provide some usefull metainformation, also the version ...

<!--
author:   Full Name

email:    [email protected]

version:  0.0.1

language: en

narrator: US English Male

comment:  some basic comments on the content of this document ...

link:    https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css

script: https://whatever_JavaScript_library_you_think_might_be_usefull

import: https://the_url_of_an_foreign_course_and_thus_import_its_macros_and_js_and_css_and...
-->

If you are using the atom plugin liascript_snippets then you can simply start typing liaheadermain and a template definition is inserted to your document, or you can start a new project by typing liainit and it will generate a complete document-stub that can be used as the basis for your project ...

from docs.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.