Save/Share Pluto by E-mail (request): #904
Unanswered
paradocs
asked this question in
Pluto development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To make Pluto easier for casual users,
please consider this to save and share.
Send:
Clicking the triangle/circle will
give a 4th option tab asking to
send current notebook by e-mail.
Cells:
emailSubject = "Id Name ProjectId123.4"
emailTo = "[email protected]"
emailTo2 (optional)
emailTo3 (optional)
emailFile = "my1.jl" (optional)
If blank, reminds to make them.
The Body will be the notebook.
Use:
A teacher could use e-mail search
to find all the project sheets or
all sheets of a certain student.
E-mails are given a time stamp.
Reading:
Pluto's file in the body may be
read directly or with an extension
like MultiTabs Markdown Editor.
Discussion:
Are there major issues in sending
the notebook script as an e-mail?
Edit --request withdrawn--
I see from SMTPClient.jl that:
The best universal solution is to save
the notebook and use select all with
ctrl-a. Then ctrl-v to past into your e-mail.
The subject line and address can
be in cells near the top to be easily
selected and pasted from the body
into the subject and address fields.
Beta Was this translation helpful? Give feedback.
All reactions