Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12338274
schema.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
477 B
Subscribers
None
schema.js
View Options
import
{
schema
}
from
"prosemirror-markdown"
;
import
{
Schema
}
from
"prosemirror-model"
;
export
const
writeFreelySchema
=
new
Schema
({
nodes
:
schema
.
spec
.
nodes
.
addToEnd
(
"readmore"
,
{
inline
:
false
,
content
:
""
,
group
:
"block"
,
draggable
:
true
,
toDOM
:
(
node
)
=>
[
"div"
,
{
class
:
"editorreadmore"
},
"Read more..."
,
],
parseDOM
:
[{
tag
:
"div.editorreadmore"
}],
}),
marks
:
schema
.
spec
.
marks
,
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 15, 8:10 AM (13 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3489407
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment