Skip to content

Commit

Permalink
v0.8.2: disable « fullscreen » and « side-by-side » until they are co…
Browse files Browse the repository at this point in the history
…rrectly integrated

see github issues #1 and #2
  • Loading branch information
adrienjoly committed Aug 12, 2017
1 parent 279138f commit 6c5cfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello-outliner-power-up",
"version": "0.8.1",
"version": "0.8.2",
"description": "Comment Editor by AJ: a Trello Power-Up that allows you to edit card comments using an Outliner.",
"homepage": "https://adrienjoly.com/trello-outliner",
"main": "server/server.js",
Expand Down
1 change: 1 addition & 0 deletions public/js/comment-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function initEditor(token, commentId, SimpleMDE) {
placeholder: $input.attr('placeholder'),
codeSyntaxHighlighting: false, // TODO: read https://github.com/sparksuite/simplemde-markdown-editor
status: false,
hideIcons: [ 'side-by-side', 'fullscreen' ] // TODO: see github issues #1 and #2
});

simplemde.codemirror.on('change', function(){
Expand Down

0 comments on commit 6c5cfdc

Please sign in to comment.