From b44a28508155694b824eebf9f854783729723ff0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Dec 2023 19:54:04 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index ff3a52c..c46adcb 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -146,7 +146,16 @@ var setup = function(){ - ASAP: expand sub-tree on follow link... - ASAP: attributes: finalize base mechanics: - code filtering + ``` + .__code_attrs__(attrs, code, elem) + -> bool + ``` - view filtering + ``` + .__view_attrs__(attrs, code, elem) + -> str + -> undefined + ``` - attributes: need to show/hide the attributes -- option? attr::value - `.__parse_code__(..)`: add data attributes to code if missing...