Files
notesnook/apps/mobile/features.ts
2022-08-16 11:09:39 +05:00

9 lines
246 B
TypeScript

import { FeatureType } from './src/components/sheets/new-feature';
export const features: FeatureType[] = [
{
title: 'Date & time shortcuts in editor',
body: 'Try typing /date, /now or /time in editor and see the magic happen.'
}
];