-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some thingies * back to plutoui 0.5.2 because i messed up the registry * fix notebook saving bug * bump
- Loading branch information
Showing
7 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "Pluto" | |
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781" | ||
license = "MIT" | ||
authors = ["Fons van der Plas <[email protected]>", "Mikołaj Bochenski <[email protected]>"] | ||
version = "0.11.4" | ||
version = "0.11.5" | ||
|
||
[deps] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ The Pluto project is an ambition to [_rethink what a programming environment sho | |
### You can chat with us | ||
|
||
- contact me (fonsi) **[via email](mailto:[email protected])** or on my <a href="https://meet.jit.si/Pluto.jl"><b>video chat room</b></a> | ||
- send your funky notebooks to the **[Zulip chat room](https://julialang.zulipchat.com/#narrow/stream/243342-pluto.2Ejl)** | ||
- send your funky notebooks to the **[Zulip chat room](https://julialang.zulipchat.com/#narrow/stream/243342-pluto.2Ejl)** (_search for the `pluto.jl` stream_) | ||
- use Pluto's **[built-in feedback system:](https://github.com/fonsp/Pluto.jl/issues/182#issue-637726414)** | ||
|
||
<img alt="feedback screencap" src="https://user-images.githubusercontent.com/6933510/84502876-6f08db00-acb9-11ea-84c3-f5daaba29273.png" width="100%"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,13 +19,13 @@ | |
<script src="common/RegisterSW.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/dist/stdlib.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/lib/codemirror.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/mode/julia/julia.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/hint/show-hint.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/display/placeholder.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/edit/matchbrackets.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/lib/codemirror.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/hint/show-hint.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/lib/codemirror.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/mode/julia/julia.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/hint/show-hint.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/display/placeholder.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/edit/matchbrackets.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/lib/codemirror.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/hint/show-hint.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="editor.css" type="text/css" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ | |
<script src="common/RegisterSW.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/dist/stdlib.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/lib/codemirror.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/hint/show-hint.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/display/placeholder.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/lib/codemirror.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.55.0/addon/hint/show-hint.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/lib/codemirror.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/hint/show-hint.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/display/placeholder.min.js" defer></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/lib/codemirror.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codemirror@5.56.0/addon/hint/show-hint.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="index.css"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07d6b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
07d6b80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/19404
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: