Questions tagged [stackedit]

StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

17 questions
20
votes
2 answers

How can I use stackedit's markdown editor in my application

I am looking for a way to integrate stackedit's markdown editor into my own project and I can not find a way to do this. I looked into stackedit's github page and I am stuck. I see how can I edit nicely already precreated document, but I want to…
Salvador Dali
  • 214,103
  • 147
  • 703
  • 753
5
votes
2 answers

StackEdit Icons

I recently came across a webapp called StackEdit which lets you create HTML documents while typing in (almost) plain text, using the Markdown syntax (that is also implemented here on StackExchange) to convert text to HTML. The introductory document…
Guy
  • 604
  • 5
  • 21
4
votes
1 answer

How to open a local document with StackEdit viewer?

From this question I learned this syntax: https://stackedit.io/viewer#!url=http://path/to/markdown.md However I did not find how to open a local file (which is possible with the "Import from disk" dialog). Is is possible to open a local document…
nowox
  • 25,978
  • 39
  • 143
  • 293
3
votes
0 answers

Disable full screen or modal for StackEdit

Our goal: We need the StackEdit editor to render exactly at the same place where the textbox is (the way TinyMCE and other editors do) instead of rendering it in modal/fullscreen/covering the entire UI on the HTML page. We are trying to implement…
Raghav
  • 8,772
  • 6
  • 82
  • 106
2
votes
2 answers

Changing StackEdit Formatting

I am new to StackEdit. I notice that it adds an underline to H1 elements in the html output. Is it possible to change that -- I would like to remove the underline. If so, how? Thanks.
Moshe
  • 6,011
  • 16
  • 60
  • 112
2
votes
1 answer

Does stackedit allow you to disable syntax highlighting for a block of code?

I know you can do ```html some html code ``` to make it highlight in html syntax. Is there something like below? ```nohighlight some code that shouldn't be highlighted ```
stackoverflower
  • 3,885
  • 10
  • 47
  • 71
1
vote
0 answers

Change the keyboard shortcuts into emacs style for stack edit?

I am using the Google app called Stackedit. I am satisfied with every aspects of its features except keyboard shortcut, as I am more used to the C^f, C^b, C^n, C^p combinations that makes me a lot faster in moving cursor in the article. I just…
Da Teng
  • 551
  • 4
  • 21
1
vote
1 answer

code blocks using backticks doesn't work

I've used Stackedit previously, but since the update I can't get backticks to work in code blocks. This means that I can't get syntax highlighted code-blocks, the reason I used Stackedit. If I type ```javascript at the beginning of a line ... it…
stukennedy
  • 1,088
  • 1
  • 9
  • 25
0
votes
1 answer

Collapsible in StackEdit

StackEdit deletes certain html tags making it troublesome to implement a collapsible button. How do you implement collapsible sections in StackEdit?
Sebastian Nielsen
  • 3,835
  • 5
  • 27
  • 43
0
votes
0 answers

Is there a way to remove the StackEdit button from StackEdits toolbar?

I am currently trying to integrate StackEdit.js into my site to use as an internal editor and I would ideally like to remove the StackEdit button from the toolbar of the editor if it is relatively straight forward to do so. This button links to…
Adam
  • 100
  • 6
0
votes
0 answers

Markdown: is C++ a valid anchor?

In Markdown (StackEdit) I cannot create a working C++ anchor: # Contents [C++](#c++) <-- not working [C++](#cplusplus) <-- not working [C++](#ccc) <-- not working ... ## [C++](#contents) <--…
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
1 answer

Start Vagrant VM and start Node.js script by shell script

I installed StackEdit on Vagrant. I would like to start Vagrant and StackEdit by one click. I created bash script: #!/bin/bash vagrant up #ssh -p 2222 -i /d/stackedit/.vagrant/machines/default/virtualbox/private_key vagrant@127.0.0.1 -t…
Petr
  • 113
  • 1
  • 7
0
votes
1 answer

Stackedit doesn't accept custom CSS

I'm trying to follow this guide: AlPacini's Space: Markdown - StackEdit's HTML export template with highlighting by using Prettify or Highlight.js and personalized markDown.css in order to improve my markdown rendering. Now, I simply copied and…
MadHatter
  • 638
  • 9
  • 23
0
votes
2 answers

StackEdit: cannot start server.js

After installing StackEdit: git clone https://github.com/benweet/stackedit cd stackedit npm install bower install (export PORT=5000 && node server.js) It reports the errors: I googled without finding any solutions. Could any one please help?
Joy
  • 9,430
  • 11
  • 44
  • 95
0
votes
4 answers

Changing 'Div' Property from HTML

I'm using StackEdit (Which is amazing!). It has a feature to export HTML file of the document. The document uses The CSS File which is the default. For instance, I downloaded HTML file with the following code:
Royi
  • 4,640
  • 6
  • 46
  • 64
1
2