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

NEW SSL platform https://stackedit.io #139

Closed
benweet opened this issue Oct 15, 2013 · 18 comments
Closed

NEW SSL platform https://stackedit.io #139

benweet opened this issue Oct 15, 2013 · 18 comments
Labels

Comments

@benweet
Copy link
Owner

benweet commented Oct 15, 2013

The new secured platform has been set up: https://stackedit.io, along with the new version 2.2, which includes:

  • New spell check extension, supporting english, french, german, spanish languages for now
  • Support for SmartyPants in the PageDown Extra extension
  • Keyboard shortcuts setting pane
  • YAML front matter parsing and interpreted for Blogger, WordPress and Tumblr publications
  • Enhanced support for enter/tab keys in list items
  • Better authorization management (especially for Google services)
  • Possibility to import/export documents and settings
  • Bug fixes
@benweet benweet closed this as completed Oct 15, 2013
@benweet benweet reopened this Oct 15, 2013
@Uberi
Copy link

Uberi commented Oct 16, 2013

This is a great editor - perfect for note-taking. However, the Chrome app doesn't seem to be updating - it seems to be stuck on version 2.1.7.

@benweet
Copy link
Owner Author

benweet commented Oct 16, 2013

Yes chrome app and Google drive are still pointing to the github server for now. I will have to handle local storage transfer from the old domain to the new one for user not to lose their documents.

@canpolat
Copy link

Thank you for the great editor. It gets better and better :)

According to the 'Publish on ...' dialog, StackEdit supports title and tags variables of YAML front matter. That already fixes #83. I hope support for date (publish date) will follow :)

@mAAdhaTTah
Copy link

Awesome SSL support - can't have the NSA reading my blog posts! Quick question: is the Chrome app using the SSL version?

@benweet
Copy link
Owner Author

benweet commented Oct 17, 2013

Nope, as mentioned above:

chrome app and Google drive are still pointing to the github server for now. I will have to handle local storage transfer from the old domain to the new one for user not to lose their documents.

NOTE: Actually, I wouldn't be so sure... Personally, I don't trust certificate authorities. But that's still a higher level of protection.

@mAAdhaTTah
Copy link

Personally, I don't trust certificate authorities.

Interesting - why not?

@benweet
Copy link
Owner Author

benweet commented Oct 21, 2013

Because I don't know how safely their secret keys are stored. But please, I don't want to debate...

@mAAdhaTTah
Copy link

Wasn't planning on it, just legitimately had no idea. Thanks for your help!

@benweet
Copy link
Owner Author

benweet commented Oct 21, 2013

You are welcome. Chrome app and Google Drive should now direct you to the new domain.

@rollbahn
Copy link

Thanks so much for the YAML front matter update.

It parses in the preview perfectly but when a post is published to Tumblr the post includes all the YAML at the top of the post.

Everything works - eg the title and tags are parsed properly (and it safely ignores the date for now) but I then have to manually strip out the YAML front matter from the post I just published on Tumblr.

Anyway hopefully this can be fixed - I look forward to the date getting included too at some point, that would be great.

@benweet
Copy link
Owner Author

benweet commented Oct 22, 2013

@rollbahn I will have to add "Markdown without front matter" option or maybe a template variable. In the meantime, you can use this template as a workaround:

<%= frontMatter ? documentMarkdown.substring(frontMatter._yaml.length + 8) : documentMarkdown %>

The _yaml attribute is the content of the frontMatter. I'm adding +8 to the length assuming you are wrapping the front matter with ---\n and \n--- without other spaces.

@benweet
Copy link
Owner Author

benweet commented Oct 22, 2013

@rollbahn I just created a new template variable trimmedDocumentMarkdown available in version 2.2.2.

@rollbahn
Copy link

That's awesome - thanks very much for the quick reply and solution. I'll try that out today.

I have about 200 articles I am moving from Wordpress to Tumblr and storing in Dropbox so StackEdit allows me to keep them in Markdown at Dropbox and publish to Tumblr.

@rollbahn
Copy link

I noticed a bug (I think) with tags in YAML front matter.

I had the following in a draft post on StackEdit - "tags: learn hiragana,beginner,learn japanese,worksheets" and the two word tags are being split in to two separate tags.

So "learn hiragana" is becoming "#learn #hiragana" rather than "#learn hiragana" once posted to Tumblr.

@benweet
Copy link
Owner Author

benweet commented Oct 23, 2013

Hi @rollbahn
Can you open another ticket? Thx

cben added a commit to cben/stackedit that referenced this issue Oct 23, 2013
@benweet
Copy link
Owner Author

benweet commented Oct 27, 2013

trimmedDocumentMarkdown has been renamed to strippedDocumentMarkdown.

@benweet benweet closed this as completed Oct 27, 2013
@bbhenry
Copy link

bbhenry commented Nov 4, 2013

Does the spell check feature only red flag mis-spelled words? Or is there function where I can have it suggest the correct spelling? I tried to right click, but there was no suggestion from the menu.

@benweet
Copy link
Owner Author

benweet commented Nov 4, 2013

Suggestions should appear in the context menu at least in Chrome and Firefox (maybe try to right click several times). However it doesn't perform any correction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants