Does anyone have a #VisualStudioCode extension for #MDX that shows syntax errors that actually works?
Struggle pays off when you spread the word! @HolgerHellinger wrote an article on #md in #mdx
Do you like Emacs? Do you like modern tools like MDX? Do you want to know how to glue them together? Do you want to know why I'm phrasing everything as questions?
Check this out on the @tailscale DevRel blog: https://tailscale.dev/blog/configuring-emacs-mdx
Maybe it will answer your questions.
#emacs #mdx #nextjs #webdev #hacking
↑
跟着补充一下:
#欧路词典 本身的词典扩充是通过支持#MDX 和#MDD 这两个词典库文件格式实现的,而这两个文件格式是由另一个#闭源 #商业软件 #mdict 开发的(很多人误以为mdict是开源的)
https://www.v2ex.com/t/647812
mdict后来更新了mdx #文件格式 使其和旧版不再兼容,应该意图也是想加强控制以走向商业化
目前网络上和论坛里流传的各种词典库也还是用旧版的mdx/mdd的
所以更推荐开源的词典软件如#GoldenDict 等,它们除了兼容常见的(旧版本)mdx/mdd格式外还支持很多开源词典文件格式,而且自身#开源 也不用担心突然被mdic限制
顺便如果是#iOS 和#macOS 用户的话,Apple一直在系统内自带了免费的完整版各语言#词典 的
https://mastodon.social/@hiromst/106918833537850530
#开源 #欧路词典 #mdx #闭源 #商业软件 #Mdict #文件格式 #goldendict #iOS #macos #词典 #数 #mdd
I've been playing around with my personal portfolio / antiBlog (not a blog) setup and have discovered a new headless CMS called Tina. It's even simpler than Sanity. Sanity is still cool but this is much easier to implement, makes sense for smaller projects... https://tina.io
#ContentAsCode #HeadlessCMS #Tina #WebDev #Javascript #NextJS #MDX
#contentascode #headlesscms #tina #webdev #javascript #nextjs #mdx
I've been playing around with personal portfolio /website / antiBlog (not a blog) setup and have discovered a new headless CMS called Tina. It's even simpler than Sanity. Sanity is still cool but this is much easier to implement, makes sense for smaller projects... https://tina.io
#ContentAsCode #HeadlessCMS #Tina #WebDev #Javascript #NextJS #MDX
#contentascode #headlesscms #tina #webdev #javascript #nextjs #mdx
How I Built My Blog by Josh Comeau #nextjs #mongodb #vercel #mdx https://www.joshwcomeau.com/blog/how-i-built-my-blog/
I also published an article this week on how I keep my #github profile in sync with my #nextjs site using the magic of #MDX and #markdown - one source of truth makes it easier for me to manage!
Shout out to @blackgirlbytes and the rest of the team at #GitHub for making a great product.
#github #NextJS #mdx #markdown
Throwback to my book launch at Middlesex University in 2016, with Rae Lindsay from Clifford Chance as guest speaker #bizhumanrights #book #bhre #bhr #booklaunch #MiddlesexUni #MDX
#mdx #middlesexuni #booklaunch #BHR #BHRE #book #bizhumanrights
@calebjasik@mastodon.social @fasterthanlime lol I got #AstroDotBuild #mdx to work.
```mdx
import { Code } from "astro/components";
import attempt1Raw from "./attempt1.ts?raw";
<Code code={attempt1Raw} lang="ts" />
```
where `attempt1.ts` contains
```ts
export const attempt1 = (_input: string) => {
return 3;
};
```
@cderv do you happen to know who was working on the #quarto #docusaurus extension? there are 404s for a PR when searching that makes me think that it _used_ to be an extension :blobfoxthonking:
i want to try something similar with #mdx as a midway point to astro and curious how it was set up before it was merged into quarto-cli :blobfoxhappy:
I wrote a article on how to add a table of contents to your contentlayer blog.
Go read!
https://youssefbouzekri.vercel.app/posts/contentlayer-table-of-contents
#Britannica, World Book #Encyclopedia - #MDX- #MDict-#BlueDict - Windows, Android and #Goldendict Windows - #Dictionary databases https://russian-world-citizens.blogspot.com/2021/10/encyclopaedia-britannica-online-offline.html
#britannica #encyclopedia #mdx #Mdict #bluedict #goldendict #dictionary
Ok #Markdown support is builtin with #Astro
but I don't get how you can customize how it's rendered. Do I need to use #MDX for this? Do I need a remark plugin?
I would like to know how to use it with #TailwindCSS. The documentation is unclear for me. #Javascript
#markdown #astro #mdx #tailwindcss #javascript
RT @timlrxx
Just released a new #rehype plugin that emulates pandoc citation in the #unifiedjs ecosystem. Check it out here: https://github.com/timlrx/rehype-citation
#rehype #unifiedjs #javascript #markdown #mdx
@hugo I've got the idea in my head to use #fannypack with #nextjs and #mdx, I'm feling pretty good about it. What do you think?