Closed pylemon closed 3 years ago
Can you give me a demo? I need detail about this
"<hello> world"
" world"
FYI, I've tried to add \
to escape <
, it will save correctly on the first time, but when you try to modify the node, things will be the same as above.
"\<hello\> world"
"<hello> world"
"\ world"
FYI, I've tried to add
\
to escape<
, it will save correctly on the first time, but when you try to modify the node, things will be the same as above.
- create new node with content
"\<hello\> world"
- save the node, will get the right content
"<hello> world"
- edit the node, content will changed to
"\ world"
The browser parses <hello\>
as a custom tag , next version will solve this
v0.1.7
When new node has content like
"<some text here> other text"
, it will save to node correctly in the first time. but when you try to modify it. the content in angle brackets are disappared together with the angle brackets, leaving only "other text"This is very annoying when you making some mind map about some tech documentation.