From 7337f77119f3a1fe4088e070cd6996b60a3e1bd6 Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Wed, 10 Jul 2024 01:57:24 +0200 Subject: [PATCH] Add $mol tree example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 01a33c3..676aa7e 100755 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ const player = document.getElementsByTagName('optimade-cifplayer-player')[0].vie player.data(structure); ``` +Or in another `$mol` application natively, using a tree markup: + +``` + <= Your_block_name $optimade_cifplayer_player + data <= your_data_string null +``` + Comparison with the other open-source plugin-free engines ------