Hello there! I came across your set of tools to build digital garden with Astro and it looks super cool! :)
I've been trying to use braindb to render wikilinks on my DG, but it doesn't seem to work.
This is my config:
// @ts-check
import mdx from '@astrojs/mdx';
import react from '@astrojs/react';
import tailwind from '@astrojs/tailwind';
import { defineConfig } from 'astro/config';
import { brainDbAstro } from "@braindb/astro";
// https://astro.build/config
export default defineConfig({
integrations: [react(), tailwind(), mdx(), brainDbAstro()],
});
But all I see in the post is a string without a link (see screenshot)
Do I need to configure anything else?
I'm using the latest version of Astro.
Thanks 🙏
Hello there! I came across your set of tools to build digital garden with Astro and it looks super cool! :)
I've been trying to use braindb to render wikilinks on my DG, but it doesn't seem to work.
This is my config:
But all I see in the post is a string without a link (see screenshot)
Do I need to configure anything else?
I'm using the latest version of Astro.
Thanks 🙏