Skip to content

Different localStorage key for different notebooks

Richard requested to merge richard.szczerba/erp5:new-notebook into master

Works aby inserting a 'title' object in meta tag in jsmd text if no title object exists. When reading jsmd, iodide reads the title object and assignes it as the key in localStorage. The generated title is of the form 'notebook-'+timestamp.

Merge request reports