NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

{
"name": "mb_consumer_v2",
"version": "5.0.7",
"author": "MB Tech Team",
"homepage": "https://www.milkbasket.com",
"scripts": {
"ng": "ng",
"set:dev:target": "npm run sync:plugins && npm run updateWidgetIdAndAppName dev && rm -rf ./www",
"set:qa:target": "npm run sync:plugins && npm run updateWidgetIdAndAppName qa && rm -rf ./www",
"set:uat:target": "npm run sync:plugins && npm run updateWidgetIdAndAppName uat && rm -rf ./www",
"set:prod:target": "npm run sync:plugins && npm run updateWidgetIdAndAppName prod && rm -rf ./www",
"set:platform:android": "npm run setTargetPlatform android",
"set:platform:ios": "npm run setTargetPlatform ios",
"set:platform:web": "npm run setTargetPlatform web",
"sync:plugins": "npm run updateCordovaPlugins",
"sync:configs": "npm run updateGradleConfigs",
"sync:certificates:dev": "npm run updateCertificateConfig dev",
"sync:certificates:qa": "npm run updateCertificateConfig qa",
"sync:certificates:uat": "npm run updateCertificateConfig uat",
"sync:certificates:prod": "npm run updateCertificateConfig prod",
"sync:ios:certificates:dev": "npm run updateIosCertificateConfig dev",
"sync:ios:certificates:qa": "npm run updateIosCertificateConfig qa",
"sync:ios:certificates:uat": "npm run updateIosCertificateConfig uat",
"sync:ios:certificates:prod": "npm run updateIosCertificateConfig prod",
"sync:build:configs": "npm run updateGradleBuildConfigs",
"set:android:config": "npm run updateAndroidManifest && npm run sync:build:configs",
"serve:dev": "npm run set:dev:target && ionic cordova platform rm browser && ionic cordova run browser -c dev --livereload",
"serve:qa": "npm run set:qa:target && ionic cordova platform rm browser && ionic cordova run browser -c qa --livereload",
"serve:uat": "npm run set:uat:target && ionic cordova platform rm browser && ionic cordova run browser -c uat --livereload",
"serve:prod": "npm run set:prod:target && ionic cordova platform rm browser && ionic cordova run browser --prod --release",
"build:dev": "npm run set:dev:target && ionic cordova platform rm browser && ionic cordova build browser -c dev ",
"build:qa": "npm run set:qa:target && ionic cordova platform rm browser && ionic cordova build browser -c qa ",
"build:uat": "npm run set:uat:target && ionic cordova platform rm browser && ionic cordova build browser -c uat ",
"build:prod": "npm run set:prod:target && npm run set:platform:web && ionic cordova platform rm browser && ionic cordova build browser --prod --release",
"android:serve:dev": "npm run sync:configs && npm run set:dev:target && npm run sync:certificates:dev && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova run android -c dev --livereload --device",
"android:serve:qa": "npm run sync:configs && npm run set:qa:target && npm run sync:certificates:qa && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova run android -c qa --livereload --device",
"android:serve:uat": "npm run sync:configs && npm run set:uat:target && npm run sync:certificates:uat && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova run android -c uat --livereload--device",
"android:serve:prod": "npm run sync:configs && npm run set:prod:target && npm run sync:certificates:prod && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova run android --prod --livereload --device",
"android:build:dev": "npm run sync:configs && npm run set:dev:target && npm run sync:certificates:dev && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova build android -c dev --debug ",
"android:build:qa": "npm run sync:configs && npm run set:qa:target && npm run sync:certificates:qa && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova build android -c qa ",
"android:build:uat": "npm run sync:configs && npm run set:uat:target && npm run sync:certificates:uat && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova build android -c uat ",
"android:build:prod": "npm run sync:configs && npm run set:prod:target && npm run sync:certificates:prod && npm run set:platform:android && ionic cordova platform rm android && npm run updateAndroidSMSRetriever && ionic cordova platform add [email protected] && npm run set:android:config && ionic cordova build android --prod --release ",
"ios:prepare:dev": "npm run set:dev:target && ionic cordova platform rm ios && ionic cordova platform add ios && ionic cordova build ios -c dev && npm run removeUnSupportedArchitecturesForIOSProdBuildDev",
"ios:prepare:qa": "npm run set:qa:target && ionic cordova platform rm ios && npm run sync:ios:certificates:qa && ionic cordova platform add ios && ionic cordova build ios -c qa && npm run removeUnSupportedArchitecturesForIOSProdBuildQa",
"ios:prepare:uat": "npm run set:uat:target && ionic cordova platform rm ios && npm run sync:ios:certificates:uat && ionic cordova platform add ios && ionic cordova build ios -c uat && npm run removeUnSupportedArchitecturesForIOSProdBuildUat",
"ios:prepare:prod": "npm run set:prod:target && ionic cordova platform rm ios && npm run sync:ios:certificates:prod && npm run set:platform:ios && ionic cordova platform add ios && ionic cordova build ios --prod && npm run createFileDisableBounceIOS && npm run removeUnSupportedArchitecturesForIOSProdBuild",
"appflow:build": "ng build -c production && npm run addCordovaToIndex",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"updateWidgetIdAndAppName": "./update_widget_id_and_app_name.js",
"updateAndroidSMSRetriever": "./update_androidSMSRetriever.js",
"updateAndroidManifest": "./update_window_soft_input_mode.js",
"updateCordovaPlugins": "./update_cordova_plugins.js",
"updateCertificateConfig": "./update_certificates_config.js",
"updateIosCertificateConfig": "./update_ios_certificates_config.js",
"updateGradleConfigs": "./update_gradle_configs.js",
"setTargetPlatform": "./.scripts/set_target_platform.js",
"updateGradleBuildConfigs": "./update_gradle_build_configs.js",
"createFileDisableBounceIOS": "./create_file_disable_bounce_ios.js",
"addCordovaToIndex": "node ./.scripts/add_cordova_to_index.js",
"removeUnSupportedArchitecturesForIOSProdBuild": "lipo -remove i386 platforms/ios/Milkbasket/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/Milkbasket/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove x86_64 platforms/ios/Milkbasket/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/Milkbasket/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove i386 platforms/ios/Milkbasket/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/Milkbasket/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage && lipo -remove x86_64 platforms/ios/Milkbasket/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/Milkbasket/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage",
"removeUnSupportedArchitecturesForIOSProdBuildDev": "lipo -remove i386 platforms/ios/MBDev/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBDev/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove x86_64 platforms/ios/MBDev/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBDev/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove i386 platforms/ios/MBDev/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBDev/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage && lipo -remove x86_64 platforms/ios/MBDev/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBDev/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage",
"removeUnSupportedArchitecturesForIOSProdBuildUat": "lipo -remove i386 platforms/ios/MBUat/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBUat/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove x86_64 platforms/ios/MBUat/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBUat/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove i386 platforms/ios/MBUat/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBUat/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage && lipo -remove x86_64 platforms/ios/MBUat/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBUat/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage",
"removeUnSupportedArchitecturesForIOSProdBuildQa": "lipo -remove i386 platforms/ios/MBQa/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBQa/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove x86_64 platforms/ios/MBQa/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK -o platforms/ios/MBQa/Plugins/clevertap-cordova/CleverTapSDK.framework/CleverTapSDK && lipo -remove i386 platforms/ios/MBQa/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBQa/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage && lipo -remove x86_64 platforms/ios/MBQa/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage -o platforms/ios/MBQa/Plugins/clevertap-cordova/SDWebImage.framework/SDWebImage",
"stats-build": "ng build -c production --stats-json",
"stats-build-watch": "ng build --output-path www --watch -c production --stats-json",
"stats-analyze": "webpack-bundle-analyzer www/stats.json",
"stats-build-analyze": "ng build -c production --stats-json && webpack-bundle-analyzer www/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "13.0.0",
"@angular/cdk": "13.1.3",
"@angular/common": "13.0.0",
"@angular/core": "13.0.0",
"@angular/forms": "13.0.0",
"@angular/platform-browser": "13.0.0",
"@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0",
"@angular/service-worker": "13.0.0",
"@awesome-cordova-plugins/core": "6.3.0",
"@awesome-cordova-plugins/firebase-dynamic-links": "6.2.0",
"@awesome-cordova-plugins/firebase-x": "6.2.0",
"@ionic-native/app-availability": "5.36.0",
"@ionic-native/appsflyer": "5.36.0",
"@ionic-native/camera": "5.36.0",
"@ionic-native/clevertap": "5.36.0",
"@ionic-native/clipboard": "5.36.0",
"@ionic-native/core": "5.13.0",
"@ionic-native/device": "5.36.0",
"@ionic-native/diagnostic": "5.36.0",
"@ionic-native/file": "5.36.0",
"@ionic-native/file-opener": "5.36.0",
"@ionic-native/file-transfer": "5.36.0",
"@ionic-native/geolocation": "5.36.0",
"@ionic-native/http": "5.36.0",
"@ionic-native/in-app-browser": "5.36.0",
"@ionic-native/ionic-webview": "5.36.0",
"@ionic-native/keyboard": "5.36.0",
"@ionic-native/location-accuracy": "5.36.0",
"@ionic-native/market": "5.36.0",
"@ionic-native/native-geocoder": "^5.36.0",
"@ionic-native/network": "5.36.0",
"@ionic-native/network-interface": "5.34.0",
"@ionic-native/sms-retriever": "5.36.0",
"@ionic-native/social-sharing": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
"@ionic/angular": "6.1.5",
"@ionic/storage": "2.2.0",
"@types/hammerjs": "2.0.40",
"cordova-browser": "6.0.0",
"cordova-clipboard": "1.3.0",
"cordova-plugin-advanced-http": "3.2.1",
"cordova-plugin-android-fragmentactivity": "2.2.1",
"cordova-plugin-appavailability": "0.4.2",
"cordova-plugin-appsflyer-sdk": "6.4.0",
"cordova-plugin-camera": "6.0.0",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-dialogs": "2.0.2",
"cordova-plugin-geolocation": "4.1.0",
"cordova-plugin-inappbrowser": "5.0.0",
"cordova-plugin-ionic": "5.5.2",
"cordova-plugin-ionic-keyboard": "2.0.5",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-market": "1.2.0",
"cordova-plugin-networkinterface": "2.2.0",
"core-js": "2.6.9",
"es6-promise-plugin": "4.2.2",
"firebase": "8.6.8",
"hammerjs": "2.0.8",
"ion-bottom-sheet": "2.0.6",
"ion2-calendar": "./src/lib/ion2-calendar",
"lottie-web": "5.7.14",
"moment": "2.24.0",
"ng-in-viewport": "13.0.1",
"ngx-loading": "13.0.1",
"ngx-lottie": "7.0.4",
"ngx-moment": "3.4.0",
"rxjs": "6.6.0",
"scroll-into-view": "1.9.7",
"stacktrace-js": "2.0.2",
"swipe": "1.7.7",
"swiper": "8.0.7",
"tslib": "2.2.0",
"xml2js": "0.4.22",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "13.0.1",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.0.1",
"@angular/compiler": "13.0.0",
"@angular/compiler-cli": "13.0.0",
"@angular/language-service": "13.0.0",
"@ionic/angular-toolkit": "5.0.0",
"@types/jasmine": "3.6.0",
"@types/jasminewd2": "2.0.3",
"@types/node": "12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"clevertap-cordova": "2.6.2",
"compression-webpack-plugin": "9.0.0",
"cordova-android": "^11.0.0",
"cordova-android-support-gradle-release": "3.0.1",
"cordova-ios": "^6.3.0",
"cordova-plugin-androidx": "2.0.0",
"cordova-plugin-androidx-adapter": "1.1.3",
"cordova-plugin-app-review": "git+https://[email protected]/gorangjoshi15/cordova-plugin-app-review.git#mb_app_review",
"cordova-plugin-enable-multidex": "0.2.0",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-file-opener2": "3.0.5",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-firebase-dynamiclinks": "7.0.2",
"cordova-plugin-firebasex": "git+https://[email protected]/gorangjoshi15/cordova-plugin-firebasex.git#mb_firebase_ios_pods_compatible",
"cordova-plugin-idfa": "2.1.0",
"cordova-plugin-iroot": "^3.1.0",
"cordova-plugin-nativegeocoder": "^3.5.1",
"cordova-plugin-network-information": "github:apache/cordova-plugin-network-information",
"cordova-plugin-request-location-accuracy": "2.3.0",
"cordova-plugin-sms-retriever-manager": "github:sparshkumaranand/ionic-native-sms-retriever-plugin-master",
"cordova-plugin-splashscreen": "6.0.2",
"cordova-plugin-statusbar": "github:breautek/cordova-plugin-statusbar#issue-110-statusbar-overlay-keyboard-resize",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wkwebview-file-xhr": "3.0.0",
"cordova-plugin-x-socialsharing": "github:kartikthakur2022/SocialSharing-PhoneGap-Plugin",
"cordova-plugin-zip": "3.1.0",
"cordova-support-android-plugin": "2.0.4",
"cordova.plugins.diagnostic": "6.0.4",
"eslint": "7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"hyper-sdk-plugin": "2.0.30",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "5.0.0",
"javascript-obfuscator": "4.0.2",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "1.5.0",
"phonegap-plugin-mobile-accessibility": "github:phonegap/phonegap-mobile-accessibility",
"protractor": "7.0.0",
"ts-node": "8.3.0",
"typescript": "4.4.4",
"webpack-bundle-analyzer": "4.4.2",
"webpack-obfuscator": "3.5.1"
},
"description": "Milkbasket",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-advanced-http": {
"OKHTTP_VERSION": "3.12.1",
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
},
"cordova-plugin-appavailability": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-appsflyer-sdk": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+",
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"cordova-plugin-inappbrowser": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "28.0.0"
},
"cordova-clipboard": {},
"cordova-plugin-network-information": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+",
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-sms-retriever-manager": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-splashscreen": {},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+",
"ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
},
"cordova-plugin-firebasex": {
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
"ANDROID_ICON_ACCENT": "#FF00FFFF",
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "18.0.1",
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "20.2.0",
"ANDROID_FIREBASE_MESSAGING_VERSION": "23.0.5",
"ANDROID_FIREBASE_CONFIG_VERSION": "21.1.0",
"ANDROID_FIREBASE_PERF_VERSION": "20.0.6",
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.4",
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.1.2",
"ANDROID_FIREBASE_FIRESTORE_VERSION": "24.1.2",
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.2.10",
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.2.10",
"ANDROID_GSON_VERSION": "2.9.0",
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.1",
"FIREBASE_FCM_AUTOINIT_ENABLED": "true"
},
"cordova-plugin-firebase-dynamiclinks": {
"APP_DOMAIN": "link.app.milkbasket.com",
"APP_PATH": "",
"APP_DOMAIN_NAME": "link.app.milkbasket.com",
"APP_DOMAIN_PATH": "",
"IOS_FIREBASE_POD_VERSION": "9.3.0",
"ANDROID_FIREBASE_BOM_VERSION": "30.3.1"
},
"clevertap-cordova": {
"CLEVERTAP_ACCOUNT_ID": "TEST-K7R-686-954Z",
"CLEVERTAP_TOKEN": "TEST-6b6-2a3",
"CLEVERTAP_REGION": " ",
"FIREBASE_MESSAGING_VERSION": "22.0.0"
},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-networkinterface": {},
"cordova-plugin-request-location-accuracy": {
"PLAY_SERVICES_LOCATION_VERSION": "16.+"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-enable-multidex": {},
"hyper-sdk-plugin": {},
"cordova-plugin-app-review": {
"ANDROID_PLAY_REVIEW_VERSION": "2.0.+"
},
"cordova-plugin-idfa": {
"ANDROID_PLAY_ADID_VERSION": "17.0.+"
},
"cordova-plugin-ionic": {
"APP_ID": "da9bc241",
"CHANNEL_NAME": "mb_consumer_v2:production",
"UPDATE_METHOD": "none",
"MAX_STORE": "50",
"MIN_BACKGROUND_DURATION": "30",
"UPDATE_API": "https://codepush.milkbasket.com/prod/apps/da9bc241/channels/check-device",
"DisableDeploy": "false"
},
"cordova-plugin-iroot": {},
"cordova-plugin-nativegeocoder": {
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-whitelist": {}
},
"platforms": [
"ios",
"browser",
"android"
]
}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.