how to use “stackedit.io” offline, ie. NOT connected to the internet, and NOT connect to a cloud?












0














I'm looking for a way to edit markdown documents in stackedit.io, without publishing my documents on the internet, or letting corporations spy on my personal data with facebook-like obsession.



I'm wondering if I can download the source code for stackedit.io and run it with my internet disconnected, specifically for editing markdown application locally? Or maybe there's a similar web server application i can run local to my computer?










share|improve this question
























  • I think you could create an html page that loads the editor's js and be done with it.
    – beppe9000
    Dec 14 '18 at 19:16










  • its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
    – Bill Moore
    Dec 14 '18 at 19:18










  • you might try to replicate stackedit with a website downloader. many come with their own web server
    – beppe9000
    Dec 14 '18 at 19:26










  • They are on github: github.com/benweet/stackedit
    – Bill Moore
    Dec 14 '18 at 19:55










  • dependency packages are broken
    – beppe9000
    Dec 15 '18 at 14:07
















0














I'm looking for a way to edit markdown documents in stackedit.io, without publishing my documents on the internet, or letting corporations spy on my personal data with facebook-like obsession.



I'm wondering if I can download the source code for stackedit.io and run it with my internet disconnected, specifically for editing markdown application locally? Or maybe there's a similar web server application i can run local to my computer?










share|improve this question
























  • I think you could create an html page that loads the editor's js and be done with it.
    – beppe9000
    Dec 14 '18 at 19:16










  • its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
    – Bill Moore
    Dec 14 '18 at 19:18










  • you might try to replicate stackedit with a website downloader. many come with their own web server
    – beppe9000
    Dec 14 '18 at 19:26










  • They are on github: github.com/benweet/stackedit
    – Bill Moore
    Dec 14 '18 at 19:55










  • dependency packages are broken
    – beppe9000
    Dec 15 '18 at 14:07














0












0








0







I'm looking for a way to edit markdown documents in stackedit.io, without publishing my documents on the internet, or letting corporations spy on my personal data with facebook-like obsession.



I'm wondering if I can download the source code for stackedit.io and run it with my internet disconnected, specifically for editing markdown application locally? Or maybe there's a similar web server application i can run local to my computer?










share|improve this question















I'm looking for a way to edit markdown documents in stackedit.io, without publishing my documents on the internet, or letting corporations spy on my personal data with facebook-like obsession.



I'm wondering if I can download the source code for stackedit.io and run it with my internet disconnected, specifically for editing markdown application locally? Or maybe there's a similar web server application i can run local to my computer?







privacy markdown






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 14 '18 at 21:46







Bill Moore

















asked Dec 14 '18 at 19:06









Bill MooreBill Moore

1363




1363












  • I think you could create an html page that loads the editor's js and be done with it.
    – beppe9000
    Dec 14 '18 at 19:16










  • its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
    – Bill Moore
    Dec 14 '18 at 19:18










  • you might try to replicate stackedit with a website downloader. many come with their own web server
    – beppe9000
    Dec 14 '18 at 19:26










  • They are on github: github.com/benweet/stackedit
    – Bill Moore
    Dec 14 '18 at 19:55










  • dependency packages are broken
    – beppe9000
    Dec 15 '18 at 14:07


















  • I think you could create an html page that loads the editor's js and be done with it.
    – beppe9000
    Dec 14 '18 at 19:16










  • its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
    – Bill Moore
    Dec 14 '18 at 19:18










  • you might try to replicate stackedit with a website downloader. many come with their own web server
    – beppe9000
    Dec 14 '18 at 19:26










  • They are on github: github.com/benweet/stackedit
    – Bill Moore
    Dec 14 '18 at 19:55










  • dependency packages are broken
    – beppe9000
    Dec 15 '18 at 14:07
















I think you could create an html page that loads the editor's js and be done with it.
– beppe9000
Dec 14 '18 at 19:16




I think you could create an html page that loads the editor's js and be done with it.
– beppe9000
Dec 14 '18 at 19:16












its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
– Bill Moore
Dec 14 '18 at 19:18




its a good idea... its just that not really a javascript developer... i'm looking for something similar already finished... like a python script or github project i can download with said python script...
– Bill Moore
Dec 14 '18 at 19:18












you might try to replicate stackedit with a website downloader. many come with their own web server
– beppe9000
Dec 14 '18 at 19:26




you might try to replicate stackedit with a website downloader. many come with their own web server
– beppe9000
Dec 14 '18 at 19:26












They are on github: github.com/benweet/stackedit
– Bill Moore
Dec 14 '18 at 19:55




They are on github: github.com/benweet/stackedit
– Bill Moore
Dec 14 '18 at 19:55












dependency packages are broken
– beppe9000
Dec 15 '18 at 14:07




dependency packages are broken
– beppe9000
Dec 15 '18 at 14:07










1 Answer
1






active

oldest

votes


















0














Turns out that you can run "stackedit.io" in offline mode if you install it as a "chrome app", (not to be confused with the "chrome stackedit extension" which just adds an icon that only works with cloud drives.)



I'm not sure why, but the "stackedit app" doesn't show up in the chrome webapp store but you can click this link to install it.



[https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/related]



or you can google for "chrome stackedit app"



once you install it, you can right click on the stackedit.io icon in chrome and select create shortcut, then it appears on your desktop like a normal desktop application.






share|improve this answer























  • That chrome app just opens the website...
    – beppe9000
    Dec 15 '18 at 14:06










  • ok, solution, number two, use Typora, markdown editor, instead [typora.io]
    – Bill Moore
    Dec 17 '18 at 1:21











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383662%2fhow-to-use-stackedit-io-offline-ie-not-connected-to-the-internet-and-not-co%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Turns out that you can run "stackedit.io" in offline mode if you install it as a "chrome app", (not to be confused with the "chrome stackedit extension" which just adds an icon that only works with cloud drives.)



I'm not sure why, but the "stackedit app" doesn't show up in the chrome webapp store but you can click this link to install it.



[https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/related]



or you can google for "chrome stackedit app"



once you install it, you can right click on the stackedit.io icon in chrome and select create shortcut, then it appears on your desktop like a normal desktop application.






share|improve this answer























  • That chrome app just opens the website...
    – beppe9000
    Dec 15 '18 at 14:06










  • ok, solution, number two, use Typora, markdown editor, instead [typora.io]
    – Bill Moore
    Dec 17 '18 at 1:21
















0














Turns out that you can run "stackedit.io" in offline mode if you install it as a "chrome app", (not to be confused with the "chrome stackedit extension" which just adds an icon that only works with cloud drives.)



I'm not sure why, but the "stackedit app" doesn't show up in the chrome webapp store but you can click this link to install it.



[https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/related]



or you can google for "chrome stackedit app"



once you install it, you can right click on the stackedit.io icon in chrome and select create shortcut, then it appears on your desktop like a normal desktop application.






share|improve this answer























  • That chrome app just opens the website...
    – beppe9000
    Dec 15 '18 at 14:06










  • ok, solution, number two, use Typora, markdown editor, instead [typora.io]
    – Bill Moore
    Dec 17 '18 at 1:21














0












0








0






Turns out that you can run "stackedit.io" in offline mode if you install it as a "chrome app", (not to be confused with the "chrome stackedit extension" which just adds an icon that only works with cloud drives.)



I'm not sure why, but the "stackedit app" doesn't show up in the chrome webapp store but you can click this link to install it.



[https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/related]



or you can google for "chrome stackedit app"



once you install it, you can right click on the stackedit.io icon in chrome and select create shortcut, then it appears on your desktop like a normal desktop application.






share|improve this answer














Turns out that you can run "stackedit.io" in offline mode if you install it as a "chrome app", (not to be confused with the "chrome stackedit extension" which just adds an icon that only works with cloud drives.)



I'm not sure why, but the "stackedit app" doesn't show up in the chrome webapp store but you can click this link to install it.



[https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/related]



or you can google for "chrome stackedit app"



once you install it, you can right click on the stackedit.io icon in chrome and select create shortcut, then it appears on your desktop like a normal desktop application.







share|improve this answer














share|improve this answer



share|improve this answer








edited Dec 14 '18 at 21:50

























answered Dec 14 '18 at 21:20









Bill MooreBill Moore

1363




1363












  • That chrome app just opens the website...
    – beppe9000
    Dec 15 '18 at 14:06










  • ok, solution, number two, use Typora, markdown editor, instead [typora.io]
    – Bill Moore
    Dec 17 '18 at 1:21


















  • That chrome app just opens the website...
    – beppe9000
    Dec 15 '18 at 14:06










  • ok, solution, number two, use Typora, markdown editor, instead [typora.io]
    – Bill Moore
    Dec 17 '18 at 1:21
















That chrome app just opens the website...
– beppe9000
Dec 15 '18 at 14:06




That chrome app just opens the website...
– beppe9000
Dec 15 '18 at 14:06












ok, solution, number two, use Typora, markdown editor, instead [typora.io]
– Bill Moore
Dec 17 '18 at 1:21




ok, solution, number two, use Typora, markdown editor, instead [typora.io]
– Bill Moore
Dec 17 '18 at 1:21


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383662%2fhow-to-use-stackedit-io-offline-ie-not-connected-to-the-internet-and-not-co%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...