bashblog icon indicating copy to clipboard operation
bashblog copied to clipboard

Support for inputting a file?

Open KharmaScribbles opened this issue 6 years ago • 2 comments

I was wondering if there was a command or an easy way to add on the ability to have bashblog take another method for STDIN, I write markdown using a browser extension so I have my posts already in .txt/.md files. Can I feed them to bashblog and have bashblog compile and serve then as usual from inputing "filenames.md" instead of typing it in the console?

I would love a way to do that, I prefer to write on an external program but love how small and hard working bashblog is.

Thanks :)

KharmaScribbles avatar Apr 12 '18 06:04 KharmaScribbles

I believe markdown automatically converts them if it detects them, I know there's some setting markdown setting for it, and yes you can use already written files to post with it.

On Wed, Apr 11, 2018 at 11:41 PM, Kharma Scribbles <[email protected]

wrote:

I was wondering if there was a command or an easy way to add on the ability to have bashblog take another method for STDIN, I write markdown using a browser extension so I have my posts already in .txt/.md files. Can I feed them to bashblog and have bashblog compile and serve then as usual from inputing "filenames.md" instead of typing it in the console?

I would love a way to do that, I prefer to write on an external program but love how small and hard working bashblog is.

Thanks :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cfenollosa/bashblog/issues/148, or mute the thread https://github.com/notifications/unsubscribe-auth/AD1Ct-DnCKGSnsMLqJDRrqsuxwXwtn-Sks5tnvc1gaJpZM4TROMp .

leafstrat avatar Apr 12 '18 18:04 leafstrat

You could save the file from browser and then specify bb.sh which file [the one you just created] to edit/post.

Unip0rn avatar Dec 04 '18 20:12 Unip0rn