master
Name already in use
Commits on Feb 1, 2021
Commits on Jun 14, 2018
-
updated hexo-fs dependency, currently not working (#167)
tested this fix locally
Commits on Apr 8, 2018
Commits on Mar 26, 2017
Commits on Mar 2, 2017
Commits on Feb 24, 2017
Commits on Feb 23, 2017
-
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
-
-
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
-
-
-
layout functions properly on firefox
* clean old CSS * posts & pages lists and display scroll properly * editor scrolls properly * fix draft header
Commits on Feb 22, 2017
-
cherry-picked from yfsoftcom@32dea78
-
Commits on Feb 20, 2017
Commits on Jan 31, 2017
-
-
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
-
authentication setup page (#109)
* authentication setup page * Update Readme.md
-
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
Commits on Jan 23, 2017
Commits on Jan 20, 2017
-
* pasted images can ask for filename, settings page can change image dir * custom filenames don't overwrite * allow overwrite of images
Commits on Dec 20, 2016
-
* 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
Commits on Dec 11, 2016
Commits on Jun 23, 2016
-
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
-
Merge pull request #58 from dalibormesaric/delete-post
add delete post