You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
5 lines
184 B
TypeScript
5 lines
184 B
TypeScript
import Setting from '@joplin/lib/models/Setting';
|
|
|
|
const getResourceBaseUrl = () => `joplin-content://note-viewer/${Setting.value('resourceDir')}/`;
|
|
export default getResourceBaseUrl;
|