Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message "👀 Reading hidden code" #2920

Merged
merged 2 commits into from
May 16, 2024
Merged

Message "👀 Reading hidden code" #2920

merged 2 commits into from
May 16, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented May 16, 2024

This should explain a bit better that Pluto sometimes shows code that is actually folded. FYI, this happens when:

  • the cell is errored and folded
  • the cell contains unsubmitted changes but gets folded
  • navigating into a folded cell from a neighbour using the up and down arrows
  • in safe preview (although maybe we should hide the message here to not overload the user)
image
Schermopname.2024-05-16.om.11.49.04.mov

TODO

dark mode
safe preview

@fonsp fonsp added the frontend Concerning the HTML editor label May 16, 2024
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="Reading-hidden-code")
julia> using Pluto

@fonsp fonsp merged commit 77d7aef into main May 16, 2024
3 checks passed
@fonsp fonsp deleted the Reading-hidden-code branch May 16, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant