mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Tools: Use Yarn 3 to manage monorepo (#5833)
This commit is contained in:
@@ -130,7 +130,7 @@ Later you will also need a way to generate the slug for each header. A slug is a
|
||||
Then this is the function you will need for Joplin, so copy it somewhere in your file:
|
||||
|
||||
```typescript
|
||||
const uslug = require('uslug');
|
||||
const uslug = require('@joplin/fork-uslug');
|
||||
|
||||
let slugs = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user