diff --git a/spike/review/reinvent/ezmded/server/todo.yaml b/spike/review/reinvent/ezmded/server/todo.yaml index 6529976..6cb6d3a 100644 --- a/spike/review/reinvent/ezmded/server/todo.yaml +++ b/spike/review/reinvent/ezmded/server/todo.yaml @@ -1,6 +1,7 @@ todo: -- table of contents - alert box; https://concisecss.com/documentation/ui +- table of contents +- anchor per line - scrape odo - scrape gdoc - scrape gsheet diff --git a/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl b/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl index 7e7785a..534f1b8 100644 --- a/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl +++ b/spike/review/reinvent/ezmded/ui/templates/_filetree.ctmpl @@ -51,10 +51,11 @@ const name=`filetree-leaf-${nameSafeId}` const parentname=`filetree-leaf-${parentNameSafeId}` const title=id ? branch.Leaf.Title : "ROOT" - const isLive = '{{ .This.ID }}'.slice(0, id.length) == id + const isLiveParent = '{{ .This.ID }}'.slice(0, id.length) == id + const isLive = '{{ .This.ID }}' == id return `
- + ` }