Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 1, 2021

  1. Update Readme.md

    jaredly committed Feb 1, 2021

Commits on Jun 14, 2018

  1. updated hexo-fs dependency, currently not working (#167)

    tested this fix locally
    hughpearse authored and jaredly committed Jun 14, 2018

Commits on Apr 8, 2018

Commits on Nov 10, 2017

  1. 2.3.0

    jaredly committed Nov 10, 2017

Commits on Nov 9, 2017

Commits on Sep 21, 2017

Commits on Mar 30, 2017

  1. update jquery cdn to https (#132)

    kakas authored and jaredly committed Mar 30, 2017

Commits on Mar 26, 2017

  1. disable remove button for published posts (#129)

    William Chanrico authored and jaredly committed Mar 26, 2017

Commits on Mar 2, 2017

Commits on Feb 24, 2017

Commits on Feb 23, 2017

  1. Delete post confirmation (#125)

    * Change remove button icon
    
    * Add remove post confirm modal
    
    * Change confirmation text and improve style
    
    * Replace confirmation buttons colours
    
    * remove the extra closures
    fadehelix authored and jaredly committed Feb 23, 2017
  2. Remove flex from CodeMirror, resolves cursor problems from #124

    * CodeMirror has problems calculating proper measurements when it is flexed
      and, therefore, has a lot of bugs on cursor selection.
    
    * Removed flex & changed positioning CSS
    
    * Changed height calculation logic in code-mirror.js -> hardcoded header height
    pirtleshell committed Feb 23, 2017
  3. layout functions properly on firefox

    * clean old CSS
    
    * posts & pages lists and display scroll properly
    
    * editor scrolls properly
    
    * fix draft header
    pirtleshell committed Feb 23, 2017

Commits on Feb 22, 2017

  1. fix new pages error (#120)

    cherry-picked from yfsoftcom@32dea78
    lucascaro authored and jaredly committed Feb 22, 2017
  2. add yarn lock

    jaredly committed Feb 22, 2017
  3. 2.2.0

    jaredly committed Feb 22, 2017

Commits on Feb 20, 2017

  1. Update Readme.md

    jaredly committed Feb 20, 2017

Commits on Jan 31, 2017

  1. fix link in posts list

    * fix link in posts list
    pirtleshell committed Jan 31, 2017
  2. fix link in posts list

    pirtleshell committed Jan 31, 2017
  3. editor offers writing improvements (#93)

    * editor can check grammar
    
    * editor shows line numbers when checking grammar
    
    * grammar check live updates
    
    * 'grammar' -> 'writing suggestions'
    
    * credit to write-good
    
    * back to preview button
    pirtleshell authored and jaredly committed Jan 31, 2017
  4. authentication setup page (#109)

    * authentication setup page
    
    * Update Readme.md
    pirtleshell authored and jaredly committed Jan 31, 2017
  5. Ability to change filenames of posts & pages from editor (#105)

    * can rename & move post markdown filenames from editor
    
    * filename triggers previewLink update, moved logic from post.js to editor.js
    
    * removed unnecessary permalink logic from page.js
    
    * handle rename error
    
    * renaming works on pages
    
    * enter and escape key bindings
    
    * pretend functionality to demo
    
    * remove debug remnant
    pirtleshell authored and jaredly committed Jan 31, 2017

Commits on Jan 23, 2017

  1. Minor CSS fixes (#108)

    * editor width, fixes #107
    * rendered empty code line height, fixes #95
    pirtleshell committed Jan 23, 2017
  2. editor width, fixes #107

    pirtleshell committed Jan 23, 2017

Commits on Jan 20, 2017

  1. Pasted image settings (#92)

    * pasted images can ask for filename, settings page can change image dir
    
    * custom filenames don't overwrite
    
    * allow overwrite of images
    pirtleshell authored and jaredly committed Jan 20, 2017

Commits on Dec 20, 2016

  1. Settings page (#91)

    * added settings page, interfaces w/ editor settings through new api functions 🐝
    
    * titles to settings and remove buttons on editor 🦄
    
    * changed the settings api for better extendability 🚀
    
    * add spellcheck, contenteditable in codemirror editor
    
    * fix post preview link
    
    * PR fixes
    
    * addOptions -> addedOptions
    pirtleshell authored and jaredly committed Dec 20, 2016

Commits on Dec 11, 2016

Commits on Jun 23, 2016

  1. 2.1.0

    jaredly committed Jun 23, 2016
  2. fix root path for imageupload return and permalink (#73)

    * fix image upload return
    * permlink root path fix
    * fs to hexo-fs
    * update with asset dir
    * add author
    wwulfric authored and jaredly committed Jun 23, 2016
  3. Merge pull request #58 from dalibormesaric/delete-post

    add delete post
    jaredly committed Jun 23, 2016
Older