uniorg

oleksii.shmalko.com

unirog is a org mode parser.

uniorg

uniorg-parser

uniorg-rehype

unirog-slug

astro-org

has issue now, due to astro updated to v5.0

error message like,

8:53:05 PM [vite] (ssr) Error when evaluating SSR module /Users/mayphus/workspaces/mayphus.org/astro.config.mjs: Missing "./jsx/renderer.js" specifier in "astro" package Plugin: vite:import-analysis File: /Users/mayphus/workspaces/mayphus.org/src/lib/astro-org.ts:6:29 1 | import fs from "node:fs/promises"; 2 | import astroJSXRenderer from "astro/jsx/renderer.js";

^

3 | import { unified } from "unified"; 4 | import { VFile } from "vfile"; at e (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:15361:25) at n (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:15361:634) at o (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:15361:1296) at resolveExportsOrImports (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16564:18) at resolveDeepImport (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16577:25) at tryNodeResolve (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16407:18) at ResolveIdContext.resolveId (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16180:19) at EnvironmentPluginContainer.resolveId (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:47520:17) at process.processTicksAndRejections (node:internal/process/taskqueues:105:5) at async TransformPluginContext.resolve (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:47723:15) [astro] Unable to load your Astro config

Missing "./jsx/renderer.js" specifier in "astro" package Location: /Users/mayphus/workspaces/mayphus.org/src/lib/astro-org.ts:6:29 Stack trace: at e (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:15361:25) at o (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:15361:1296) at resolveDeepImport (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16577:25) at ResolveIdContext.resolveId (file:///Users/mayphus/workspaces/mayphus.org/node_modules/vite/dist/node/chunks/dep-CfG9u7Cn.js:16180:19) at process.processTicksAndRejections (node:internal/process/taskqueues:105:5)

related issue https://github.com/rasendubi/uniorg/issues/118

first try failed.

revert astro back to 4.x version.