diff --git a/.style.css.swp b/.style.css.swp new file mode 100644 index 000000000..4a5e1ee89 Binary files /dev/null and b/.style.css.swp differ diff --git a/default.tpl b/default.tpl index 853fce8ea..226c10a2b 100644 --- a/default.tpl +++ b/default.tpl @@ -26,6 +26,9 @@ document.querySelectorAll('li').forEach(el => { el.innerHTML = ` ${el.innerHTML}`; } }); +document.querySelectorAll('.toc .has-nested').forEach(el => { + el.classList.remove('has-nested', 'closed'); +}); document.querySelectorAll('li.has-nested').forEach(el => { el.querySelector('.toggle').addEventListener('click', () => { el.classList.toggle('closed'); diff --git a/writing/post-self/qoheleth/index.html b/writing/post-self/qoheleth/index.html index 91348b9c5..6c429fa38 100644 --- a/writing/post-self/qoheleth/index.html +++ b/writing/post-self/qoheleth/index.html @@ -13,6 +13,19 @@

writing post-self qoheleth fiction scifi outline novel

+
+ +

The basic structure is in two threads: the plot from Qoheleth intertwined with the plot from Exocortices, with the shared theme of memory and forgetting. Dear can't forget RJ, RJ can't forget information while lost. The lost lead to tech required for uploading.

Includes appendix about both threads.

Cast

@@ -257,6 +270,9 @@ document.querySelectorAll('li').forEach(el => { el.innerHTML = ` ${el.innerHTML}`; } }); +document.querySelectorAll('.toc .has-nested').forEach(el => { + el.classList.remove('has-nested', 'closed'); +}); document.querySelectorAll('li.has-nested').forEach(el => { el.querySelector('.toggle').addEventListener('click', () => { el.classList.toggle('closed');