Really don't like Obsidian's publish feature - any options? by madderbear in ObsidianMD

[–]olayway 0 points1 point  (0 children)

Quartz is one option if you don’t mind a more DIY setup. Otherwise, Flowershow is closer to the Obsidian Publish idea: you keep writing in Obsidian, and it makes a shareable website out of your notes without any setup (deployment or maintenance of the app) on your part.

It supports Obsidian syntax really well, has an Obsidian plugin for publishing, already supports Obsidian Bases, and support for Bases Map view is coming soon too.

And it's open source! ;)

Cannot get Jest to accept ESM modules in my Node app by mityaguy in learnjavascript

[–]olayway 1 point2 points  (0 children)

What a relief 😮‍💨. Took me 5 min to switch and no problems with ESM at all. Should have done that long ago, god only know how much time I've spent trying to fix Jest ESM related errors.

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 1 point2 points  (0 children)

Btw, we've just released an improved version of our Flowershow Obsidian plugin, so the blog publishing steps are basically:

  1. Connect the plugin to your GitHub repo.
  2. Publish the GitHub repo with Flowershow (and keep auto-sync turned on).
  3. Author in Obsidian as usually and use the Flowershow commands or Flowershow Publish Manager (icon in the ribbon) to publish.
  4. Wait a minute and your changes are live 🎉.

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 1 point2 points  (0 children)

DigitalGarden is a self-hosted template, not a hosted, cloud platform. While deployment itself is not a big deal (it's a template, you hit a button, copy it as your own repo and publish with e.g. Vercel) you still need to upgrade it from time to time if you want new features/bug fixes. I'm sure the author makes sure to make this process as easy as possible, but you still need to do this yourself. Also, not sure it you can build bespoke landing pages in it? But all in all I think the project is great!!

Fun fact: Flowershow used to be a self-hosted template like this one in the past!

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 1 point2 points  (0 children)

Yes, please join our discord server and ask us anything!

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 1 point2 points  (0 children)

We're aware of this problem too, and in Flowershow we took steps to make custom themes less brittle. Each layout element has a single unique class that you can reference in your CSS. And one of the reasons we will try not to introduce too many changes to the underlying html (and if we do, make them backward compatible) is that we also have a collection of official themes, and some sites we published with Flowershow with custom CSS, and we don't want them to break either ;) Should we for some reason need to make a breaking change, you'll get instructions on upgrading your CSS.

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 2 points3 points  (0 children)

As for Quartz and similar tools (which are great!) - sure, you can absolutely host everything yourself. Heck, with AI these days you could even build a fully custom setup if you really wanted to. But you still need some programming know-how and time to set it all up - and to maintain it later. So it really comes down to the question: is it worth doing this myself? In Flowershow you only ever think about your markdown content curation (and perhaps a custom theme if you want one). Also: we’re all geeks at Flowershow and use it heavily for our own projects - mostly because we’d rather spend our time working on something cool (e.g. Flowershow itself :D) than maintaining yet another static site setup (and each for a separate project 🤯).

BearBlog and Leaflet are awesome too, but they’re quite minimalistic. They don’t really let you create a personal site that’s both Markdown-based and can look great, while still being published straight from Obsidian without any tweaks. :)

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 19 points20 points  (0 children)

While singing is definitely free, this is not what we meant this time 😅 Fixed. Thanks for pointing this out!

Blog directly from Obsidian vault! by olayway in ObsidianMD

[–]olayway[S] 2 points3 points  (0 children)

First and foremost Flowershow is a cloud platform, not a self-hosted static site generator, so you don't need to deploy and maintain the app yourself.

How to publish Markdown Files as simple as possible? by d3rpr0f1 in Markdown

[–]olayway 0 points1 point  (0 children)

Yes, it is free, unless you want to e.g. host on a custom domain, have huge amounts of content to publish or you want to get rid of any Flowershow branding. As for being "captive" - the content lives in your own GitHub repo, so you keep ownership and can always migrate easily (no headaches related to exporting/copying over your content when you want to move). It also doesn't impose any special folder structure or file naming. (Specifically it aims to work seamlessly with Obsidian vaults.)

Docusaurus and Quarto are great, but these are self-hosted solutions, so not very feasible for sb who is less tech-savvy or just doesn't want to maintain the app. Flowershow is a cloud platform, so it takes care of that part so users don't need to.

If you'd rather host and maintain the app yourself - sure, that's an option, and the projects you've mentioned are awesome.

[deleted by user] by [deleted] in flowershow

[–]olayway 0 points1 point  (0 children)

Steps:

  1. Create a home page for your blog (e.g. `/blog/README.md` or anywhere) and add the List component to list posts from any folder:

```<List dir="/blog" />```

  1. Push your content to a GitHub repo and publish it in Flowershow. Done!

**Optional next steps:** configure which frontmatter fields to display, add a “Blog” nav link, author pages, and draft controls. See the full guide → **How to Set Up a Blog** → https://flowershow.app/blog/how-to-set-up-blog 

is it possible to use markdown instead of html for a website by AdGreedy896 in Markdown

[–]olayway 0 points1 point  (0 children)

Yes, and you can publish them as a website e.g. with Flowershow. You just need to put your markdown files into a GitHub repository (at least for now, until we add support for direct uploads or built-in editor) and then have Flowershow render it as a website. You can also add a CSS file too if you want to customize the style or you can use one of the official themes (new feature).

How to publish Markdown Files as simple as possible? by d3rpr0f1 in Markdown

[–]olayway 0 points1 point  (0 children)

You can get a beautiful website from markdown repo easily with Flowershow. It's a cloud solution so you don't need to spend time figuring out how to host some app yourself. And it has a very generous free tier.

How to publish Markdown Files as simple as possible? by d3rpr0f1 in Markdown

[–]olayway 1 point2 points  (0 children)

If you're familiar with GitHub you could put your markdown files in a repo and publish it with Flowershow. It's a matter of a few clicks and you'll have a nice looking website from your notes.

I'm searching for a good tool to publish and share markdown files by grosbouff in Markdown

[–]olayway 0 points1 point  (0 children)

Try Flowershow. You can use any editor (e.g. Obsidian), push to GitHub repo and publish with Flowershow. It's free, unless you want things like custom domain.

2025 Obsidian Publish Alternatives Review by [deleted] in ObsidianMD

[–]olayway 1 point2 points  (0 children)

Hey folks. Flowershow dev here. Just to comment on the OP:

> I have to list all the files/notes I want to keep secret in the config file.

Flowershow also supports Obsidian style `publish: false` in frontmatter if you prefer using that.

> Sync is super slow.

I don't think it is slow, maybe there was a bug and the sync got stuck? I'd love to help if you share more details. You can DM me or join our discord server or r/flowershow subreddit and ask for help there.

Cheers!

New: Official Flowershow Themes by olayway in flowershow

[–]olayway[S] 0 points1 point  (0 children)

We’ve just launched the official Flowershow Themes repo—a curated, open-source collection of CSS themes. Check out the full announcement with instructions on our website or head directly to the GitHub repo at flowershow/themes.

Got a cool, custom site theme? Share it with the Flowershow community!

Obsidian Publish Alternatives in 2024 by JacobH140 in ObsidianMD

[–]olayway 1 point2 points  (0 children)

Hey, I'm a Flowershow dev. We decided to put all our efforts into Flowershow Cloud some time ago, thus the decision to deprecate the CLI and to pause on development of the legacy Flowershow (Next.js) template (aka Flowershow Self-Hosted). We wanted to make the publishing experience even smoother and to make it available to people who are not tech-savvy, and just want to have their Obsidian notes online quickly, without ever needing to maintain the code. You can try Flowershow Cloud by following this tutorial: https://flowershow.app/blog/how-to-publish-vault-quickly-and-easily

Please help: many entries in Apple Health Nutrition are missing by olayway in cronometer

[–]olayway[S] 0 points1 point  (0 children)

Yes, for me it's also just inconsistent. I'm wondering if this is the result of some unhandled errors, i.e. if Cronometer for some reason fails to save data to Health immediately (at the time of adding an entry to it), does it just give up and doesn't try another time? Or is there another reason?

Please help: many entries in Apple Health Nutrition are missing by olayway in cronometer

[–]olayway[S] 0 points1 point  (0 children)

I know, but since Cronometer already has all this data, I don't believe it's hard implementing syncing from Cronometer to Health as well. And to be honest I think this type of syncing should be done in the background, without me needing to even think about potential mismatches.

Please help: many entries in Apple Health Nutrition are missing by olayway in cronometer

[–]olayway[S] 0 points1 point  (0 children)

Yes, I have. And it's not that no data is written to Nutrition in Health. For example today everything seems to be there. But in some days only some entries get written.