Read Only Mode (Rem Locking)

If you want read-only mode, tag readonly on your Document-title or each rem contents.

[data-rem-container-tags*="readonly"] .rem-text {
	pointer-events: none;
}
5 Likes

would love for it to work… I’ve been waiting for this :slight_smile:
any idea on what is going wrong?

7159d96f-00de-49ce-ad27-35b7d05fb7d2

I’ve changed the code is it working @ftfk?
well… It is not perfect but at least it works.

it works now … but too well :sweat_smile:
It has become impossible to revert the behaviour

image

1 Like

Here comes the perfect one. try it! :grinning:

1 Like

:smiley:
indeed, thanks man :+1:

1 Like
[data-rem-container-tags*="readonly"] .rem-text {
	pointer-events: none;
}

You should put readonly between Quotation marks

1 Like

Oh, I missed! thanks for pointing out

1 Like