dillinger icon indicating copy to clipboard operation
dillinger copied to clipboard

Saving documents using FTP

Open Stephan123 opened this issue 10 years ago • 9 comments

Hello! Can you save the created documents with FTP to a server ?

Yours sincerely

Stephan

Stephan123 avatar Dec 25 '14 17:12 Stephan123

If you run dillinger locally you could add that functionality but if I was to do it with FTP it would have to be via proxy which means you would have to give me, dillinger.io, your username/password and other credentials to FTP into your server.

Make sense?

joemccann avatar Jan 11 '15 22:01 joemccann

How about WebDAV sync or Owncloud?

zeigerpuppy avatar Jan 21 '15 22:01 zeigerpuppy

Do either support oAuth? You need oAuth-friendly services.

joemccann avatar Jan 21 '15 22:01 joemccann

Owncloud has an oAuth plugin https://github.com/owncloud/apps/tree/master/user_oauth

zeigerpuppy avatar Jan 22 '15 00:01 zeigerpuppy

Sorry for bringing up an old issue.But if i wanted to save the files locally,would you be able to guide on how to make a plugin for that?Do you have that documentation?

notsatyarth avatar Apr 29 '16 14:04 notsatyarth

saving a file locally would be just downloading the markdown file

On Fri, Apr 29, 2016 at 7:58 AM, Satyarth Sampath [email protected] wrote:

Sorry for bringing up an old issue.But if i wanted to save the files locally,would you be able to guide on how to make a plugin for that?Do you have that documentation?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/joemccann/dillinger/issues/281#issuecomment-215744868

joemccann avatar May 02 '16 14:05 joemccann

I am running this on another server.I was trying to use this as the editor in a CMS mashup if that makes any sense

notsatyarth avatar May 02 '16 18:05 notsatyarth

You'll need to integrate to CMS

On Monday, May 2, 2016, Satyarth Sampath [email protected] wrote:

I am running this on another server.I was trying to use this as the editor in a CMS mashup if that makes any sense

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/joemccann/dillinger/issues/281#issuecomment-216313199

Sent from Joe In Real Life

joemccann avatar May 02 '16 19:05 joemccann

So by CMS mashup I mean.

Use a Static Site generator(Jekyll etc.) for rendering the pages (of the website). Use Dillinger to edit the markdowns(unlike the usual method of writing the files on sublime/emacs/other editors and then pushing to a git repo to build the website) . There is no CMS here.I am basically using several components to make a highly customizable CMS.The meta data can be using YAML(like most of the SSGs)..

notsatyarth avatar May 03 '16 05:05 notsatyarth