Skip to content

Can't make wikilinks work #2

Description

@peppesilletti

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)

Image

Do I need to configure anything else?

I'm using the latest version of Astro.

Thanks 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions