You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Add support for multiple columns note list (#9924)
This commit is contained in:
7
packages/lib/services/noteList/depNameToNoteProp.ts
Normal file
7
packages/lib/services/noteList/depNameToNoteProp.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ListRendererDependency } from '../plugins/api/noteListType';
|
||||
|
||||
export default (dep: ListRendererDependency) => {
|
||||
let output: string = dep as string;
|
||||
if (output === 'note.titleHtml') output = 'note.title';
|
||||
return output;
|
||||
};
|
||||
Reference in New Issue
Block a user