From c4a8ed3448f563ba3d6ef5683f4cd7f916d31a4a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 22 Dec 2023 17:17:56 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index c46adcb..c94d4a0 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -148,8 +148,10 @@ var setup = function(){ - code filtering ``` .__code_attrs__(attrs, code, elem) - -> bool + -> true + -> false ``` + _system attrs are always hidden, the client can control whether the code is shown or not_ - view filtering ``` .__view_attrs__(attrs, code, elem)