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

212 lines
5.1 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'
}
]
},
2021-11-16 12:58:47 +05:00
{
title: 'No limit on notes or devices',
detail:
"Basic or Pro, you can create unlimited number of notes and access them on all your devices. You won't be running out of space or blocks ever."
},
2021-11-11 13:08:28 +05:00
{
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'
}
]
},
{
2021-11-16 12:58:47 +05:00
title: 'Keep secrets always locked with private vault',
2021-11-11 13:08:28 +05:00
detail:
2021-11-16 12:58:47 +05:00
'An extra layer of security for any important data. Notes in the vault always stay encrypted and require a password to be accessed or edited everytime.',
pro: true
2021-11-11 13:08:28 +05:00
},
{
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'
2021-11-16 12:58:47 +05:00
},
{
highlight: 'Pin note in',
content: 'notifications',
icon: 'pin',
platform: 'android'
2021-11-11 13:08:28 +05:00
}
],
info: '* Free users are limited to keeping 3 notebooks (no limit on topics) and 5 tags.'
},
{
title: 'Instant syncing',
detail:
2021-11-16 12:58:47 +05:00
'Seemlessly work from anywhere on any device. Every change is synced instantly to all your devices.',
2021-11-11 13:08:28 +05:00
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
2021-11-16 12:58:47 +05:00
},
{
highlight: 'Write notes from',
content: 'notifications',
icon: 'bell',
platform: 'android'
}
]
},
{
title: "Share notes with people who don't have Notesnook",
detail:
"With monographs, you can publish share your notes with anyone even if they don't have the Notesnook App.",
features: [
{
highlight: 'Password protected',
content: 'sharing',
icon: 'send-lock'
},
{
highlight: 'Self destruct',
content: 'monographs',
icon: 'bomb'
2021-11-11 13:08:28 +05:00
}
]
},
{
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'
2021-11-16 12:58:47 +05:00
},
{
highlight: 'Change accent',
content: 'color',
icon: 'invert-colors'
2021-11-11 13:08:28 +05:00
}
]
}
];
2021-11-16 12:58:47 +05:00
/**
*
{
highlight: 'Private vault',
content: 'for notes',
icon: 'shield-lock'
}
*/