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

Live editor tweaks #233

Merged
merged 7 commits into from
Oct 24, 2015
Merged

Live editor tweaks #233

merged 7 commits into from
Oct 24, 2015

Commits on Oct 23, 2015

  1. Configuration menu
    Copy the full SHA
    4a4335a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3cadd View commit details
    Browse the repository at this point in the history
  3. Use url-safe base64 encoding for permalinks

    This comes with backwards compatibility.
    
    The motivation is that:
    
    * The new URLs are slightly shorter
    * There's a lot of software out there which fails at recognising URLs
      when they contain less common characters, even if perfectly valid.
    spect88 committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    eea2ced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ac941 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Support hashchange immediately

    Previously the user had to reload (hard) the website after changing hash
    URL or clicking one of the permalinks.
    spect88 committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    7b07202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62902f9 View commit details
    Browse the repository at this point in the history
  3. Add a button to download SVG

    spect88 committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    9f8dedb View commit details
    Browse the repository at this point in the history