Files
notesnook/apps/mobile/src/components/Premium/features.js

167 lines
4.0 KiB
JavaScript
Raw Normal View History

2021-11-11 13:08:28 +05:00
export const features = [
{
title: 'Focused on privacy',
detail:
'Everything you do in Notesnook stays private. We use XChaCha20-Poly1305-IETF and Argon2 to encrypt your notes.',
features: [
{
highlight: 'Zero ads',
content: '& zero trackers',
icon: 'billboard'
},
{
highlight: 'On device',
content: 'encryption',
icon: 'cellphone'
},
{
highlight: 'Secure app',
content: 'lock for all',
icon: 'cellphone-lock'
},
{
highlight: '100% end-to-end ',
content: 'encrypted',
icon: 'lock'
},
{
highlight: 'Password protected',
content: 'notes sharing',
icon: 'file-lock'
},
{
highlight: 'Private vault',
content: 'for notes',
icon: 'shield-lock'
}
]
},
{
title: 'Keep your files where they belong',
detail:
'Organize and simplify your work. Securely access your files from any device, anywhere without compromising on privacy.',
pro: true,
features: [
{
highlight: 'Bullet proof',
content: 'encryption',
icon: 'lock'
},
{
highlight: 'High quality',
content: '4k images',
icon: 'image-multiple'
},
{
highlight: 'No monthly',
content: 'storage limit',
icon: 'harddisk'
},
{
highlight: 'Generous 500 MB',
content: 'max file size',
icon: 'file-cabinet'
},
{
highlight: 'No restriction',
content: 'on file type',
icon: 'file'
}
]
},
{
title: 'No limit on notes for free users',
detail:
"Basic or Pro, you can create unlimited number of notes. You won't be running out of space or blocks ever."
},
{
title: 'Find what you need, when you need to',
detail:
'You are not limited on how you want to organize your notes. Use tags, notebooks, topics, colors.',
features: [
{
highlight: 'Unlimited',
content: 'notebooks & tags*',
icon: 'emoticon',
pro: true
},
{
highlight: 'Organize',
content: 'with colors',
icon: 'palette',
pro: true
},
{
highlight: 'Side menu',
content: 'shortcuts',
icon: 'link-variant'
}
],
info: '* Free users are limited to keeping 3 notebooks (no limit on topics) and 5 tags.'
},
{
title: 'Instant syncing',
detail:
'Seemlessly work from anywhere. Every change is synced instantly everywhere.',
pro: true
},
{
title: 'Write better, faster and smarter',
detail:
'With our powerful rich text editor, edit your notes with advanced features like tables, checklists, images and videos.',
features: [
{
highlight: 'Basic formating',
content: 'and lists',
icon: 'format-bold'
},
{
highlight: 'Advanced editing',
content: 'features',
icon: 'table',
pro: true
},
{
highlight: 'Markdown',
content: 'support',
icon: 'language-markdown',
pro: true
}
]
},
{
title: 'You own your data, take it anywhere',
pro: true,
detail:
'Export notes in the most commonly used formats such as PDF, Markdown and HTML.',
info: '* Free users can export notes in well formatted plain text.'
},
{
title: 'Automatic backups',
detail:
'Do not worry about losing your data. Turn on automatic backups on weekly or daily basis.',
features: [
{
highlight: 'Backup',
content: 'encryption',
icon: 'backup-restore'
}
],
pro: true
},
{
title: 'Personalize',
detail:
'Change app accent color from default to match your mood and use automatic dark mode.',
pro: true,
features: [
{
highlight: 'Automatic',
content: 'dark mode',
icon: 'theme-light-dark'
}
]
}
];