Live data from Hacker News

Show HN: I made a platform to publish my Google Docs files as blogs

hexo.press

11–20 of 56 posts

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#11

Earlier quoted context omitted.

From looking at the code, I think it's basically just downloading the relevant google docs files as docx (or markdown if the file's just .md) and converting it into octopress, so I don't think it will matter. Source: https://github.com/joelewis/hexopress/blob/55f55c39136ef301f...

This comment caught my eye because I use a lot of markdown. What do you mean about downloading the file as markdown if it's just an .md? I haven't ever created a .md in Google Docs and I don't see a way to download one. Edit: After looking at the code, I think the comment applies to Google Drive and not Google Docs. I only use Google Drive via the web interface and it's a bit of a pain to "create" an md file via that…

[deleted]

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#12

Earlier quoted context omitted.

From looking at the code, I think it's basically just downloading the relevant google docs files as docx (or markdown if the file's just .md) and converting it into octopress, so I don't think it will matter. Source: https://github.com/joelewis/hexopress/blob/55f55c39136ef301f...

This comment caught my eye because I use a lot of markdown. What do you mean about downloading the file as markdown if it's just an .md? I haven't ever created a .md in Google Docs and I don't see a way to download one. Edit: After looking at the code, I think the comment applies to Google Drive and not Google Docs. I only use Google Drive via the web interface and it's a bit of a pain to "create" an md file via that…

I deleted my previous comment since it was irrelevant. Yes, you are right. I wanted to write markdown files and make them as posts. So I wrote that piece of code that, looks for md files as well, in addition to Google Doc files – for publishing as posts.

Helps me write code-blocks heavy posts in markdown directly in Google Drive, using markdown extensions. Google Docs is yet to support code blocks and by now I doubt they ever will :(

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#14

Earlier quoted context omitted.

This comment caught my eye because I use a lot of markdown. What do you mean about downloading the file as markdown if it's just an .md? I haven't ever created a .md in Google Docs and I don't see a way to download one. Edit: After looking at the code, I think the comment applies to Google Drive and not Google Docs. I only use Google Drive via the web interface and it's a bit of a pain to "create" an md file via that…

I deleted my previous comment since it was irrelevant. Yes, you are right. I wanted to write markdown files and make them as posts. So I wrote that piece of code that, looks for md files as well, in addition to Google Doc files – for publishing as posts. Helps me write code-blocks heavy posts in markdown directly in Google Drive, using markdown extensions. Google Docs is yet to support code blocks and by now I doubt…

Yeah I agree, it really sucks that really basic things like equations, code-blocks, and captions in images aren't supported in Google Docs, it's an incredible dealbreaker.

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#16
Curious if anyone has seen something like this to publish Mailchimp newsletters on the web. Mailchimp's "archive" page is weak.

I have a weekly newsletter on carbon removal, published on Mailchimp. My site [1] starts with a script that pulls from the Mailchimp API, compiles pages and an archive, and deploys on vercel. Plus some static files for homepage/header/footer are pulled in.

[1] https://tito.co

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#17
post #16

Curious if anyone has seen something like this to publish Mailchimp newsletters on the web. Mailchimp's "archive" page is weak. I have a weekly newsletter on carbon removal, published on Mailchimp. My site [1] starts with a script that pulls from the Mailchimp API, compiles pages and an archive, and deploys on vercel. Plus some static files for homepage/header/footer are pulled in. [1] https://tito.co

Can't you do that with a simple zappier integration? Just thinking out loud. When I wrote hexo.press I also wanted to make a full-featured CMS with Google Drive as the backend, but then I realized a lot of this can be achieved with Zapier and can be done generically as well - adaptable for Microsoft OneDrive, Zoho Workdrive or Google Drive

Did you already try Zapier?

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#19

Hi, I was following the project for a while but lost track. What's changed since 4 years ago? https://news.ycombinator.com/item?id=13857137

I lost the domain name (https://hexopress.com), but got a better one: it's https://hexo.press now

Feature wise, the web UI now lets you write a small "About" piece that gets populated in your blog's sidebar.

Google Analytics support is something I added sometime later, but you might want to take a loot at that one too :)

Re: Show HN: I made a platform to publish my Google Docs files as blogs

#20
post #16

Curious if anyone has seen something like this to publish Mailchimp newsletters on the web. Mailchimp's "archive" page is weak. I have a weekly newsletter on carbon removal, published on Mailchimp. My site [1] starts with a script that pulls from the Mailchimp API, compiles pages and an archive, and deploys on vercel. Plus some static files for homepage/header/footer are pulled in. [1] https://tito.co

Can't you do that with a simple zappier integration? Just thinking out loud. When I wrote hexo.press I also wanted to make a full-featured CMS with Google Drive as the backend, but then I realized a lot of this can be achieved with Zapier and can be done generically as well - adaptable for Microsoft OneDrive, Zoho Workdrive or Google Drive Did you already try Zapier?

I adore Zapier! But how would I use it in this case? I can imagine triggering with a new Mailchimp campaign, but where would it post to?
Post reply on HN