├── API ├── Foundation │ ├── JSBNSArray.h │ ├── JSBNSAttributedString.h │ ├── JSBNSCharacterSet.h │ ├── JSBNSCountedSet.h │ ├── JSBNSData.h │ ├── JSBNSDate.h │ ├── JSBNSDateComponents.h │ ├── JSBNSDateFormatter.h │ ├── JSBNSDecimalNumber.h │ ├── JSBNSDictionary.h │ ├── JSBNSEnumerator.h │ ├── JSBNSError.h │ ├── JSBNSFileHandle.h │ ├── JSBNSFileManager.h │ ├── JSBNSFormatter.h │ ├── JSBNSHTTPURLResponse.h │ ├── JSBNSHashTable.h │ ├── JSBNSIndexPath.h │ ├── JSBNSIndexSet.h │ ├── JSBNSJSONSerialization.h │ ├── JSBNSKeyedArchiver.h │ ├── JSBNSKeyedUnarchiver.h │ ├── JSBNSLocale.h │ ├── JSBNSMapTable.h │ ├── JSBNSMutableArray.h │ ├── JSBNSMutableAttributedString.h │ ├── JSBNSMutableCharacterSet.h │ ├── JSBNSMutableData.h │ ├── JSBNSMutableDictionary.h │ ├── JSBNSMutableIndexSet.h │ ├── JSBNSMutableOrderedSet.h │ ├── JSBNSMutableSet.h │ ├── JSBNSMutableString.h │ ├── JSBNSMutableURLRequest.h │ ├── JSBNSNotification.h │ ├── JSBNSNotificationCenter.h │ ├── JSBNSNull.h │ ├── JSBNSNumber.h │ ├── JSBNSNumberFormatter.h │ ├── JSBNSOperation.h │ ├── JSBNSOperationQueue.h │ ├── JSBNSOrderedSet.h │ ├── JSBNSPointerArray.h │ ├── JSBNSPredicate.h │ ├── JSBNSProxy.h │ ├── JSBNSScanner.h │ ├── JSBNSSet.h │ ├── JSBNSSimpleCString.h │ ├── JSBNSTimeZone.h │ ├── JSBNSTimer.h │ ├── JSBNSURL.h │ ├── JSBNSURLComponents.h │ ├── JSBNSURLConnection.h │ ├── JSBNSURLRequest.h │ ├── JSBNSURLResponse.h │ ├── JSBNSUUID.h │ ├── JSBNSUserDefaults.h │ └── JSBNSValue.h ├── JSBJSExtension.h ├── MarginNote │ ├── Application │ │ ├── JSBApplication.h │ │ ├── JSBDocumentController.h │ │ ├── JSBMindMapNode.h │ │ ├── JSBMindMapView.h │ │ ├── JSBNotebookController.h │ │ ├── JSBOutlineView.h │ │ ├── JSBReaderController.h │ │ └── JSBStudyController.h │ ├── NoteDatabase │ │ ├── JSBMbBook.h │ │ ├── JSBMbBookNote.h │ │ ├── JSBMbModelTool.h │ │ └── JSBMbTopic.h │ └── Utility │ │ ├── JSBMenuController.h │ │ ├── JSBSQLite.h │ │ ├── JSBSpeechManager.h │ │ ├── JSBUndoManager.h │ │ └── JSBZipArchive.h ├── QuartzCore │ ├── JSBCAAnimation.h │ ├── JSBCAAnimationGroup.h │ ├── JSBCABasicAnimation.h │ ├── JSBCAGradientLayer.h │ ├── JSBCAKeyframeAnimation.h │ ├── JSBCALayer.h │ ├── JSBCAMediaTimingFunction.h │ ├── JSBCAPropertyAnimation.h │ ├── JSBCAReplicatorLayer.h │ ├── JSBCAScrollLayer.h │ ├── JSBCAShapeLayer.h │ ├── JSBCATextLayer.h │ ├── JSBCATiledLayer.h │ ├── JSBCATransaction.h │ ├── JSBCATransformLayer.h │ ├── JSBCATransition.h │ └── JSBCAValueFunction.h └── UIKit │ ├── JSBNSMutableParagraphStyle.h │ ├── JSBNSParagraphStyle.h │ ├── JSBNSTextStorage.h │ ├── JSBUIActivityIndicatorView.h │ ├── JSBUIAlertView.h │ ├── JSBUIApplication.h │ ├── JSBUIBarButtonItem.h │ ├── JSBUIBarItem.h │ ├── JSBUIBezierPath.h │ ├── JSBUIButton.h │ ├── JSBUICollectionView.h │ ├── JSBUICollectionViewCell.h │ ├── JSBUICollectionViewController.h │ ├── JSBUICollectionViewLayout.h │ ├── JSBUICollectionViewLayoutAttributes.h │ ├── JSBUIColor.h │ ├── JSBUIControl.h │ ├── JSBUIDatePicker.h │ ├── JSBUIDevice.h │ ├── JSBUIEvent.h │ ├── JSBUIFont.h │ ├── JSBUIGestureRecognizer.h │ ├── JSBUIImage.h │ ├── JSBUIImagePickerController.h │ ├── JSBUIImageView.h │ ├── JSBUIKeyCommand.h │ ├── JSBUILabel.h │ ├── JSBUILocalNotification.h │ ├── JSBUILongPressGestureRecognizer.h │ ├── JSBUINavigationBar.h │ ├── JSBUINavigationController.h │ ├── JSBUINavigationItem.h │ ├── JSBUIPageControl.h │ ├── JSBUIPageViewController.h │ ├── JSBUIPanGestureRecognizer.h │ ├── JSBUIPasteboard.h │ ├── JSBUIPickerView.h │ ├── JSBUIPinchGestureRecognizer.h │ ├── JSBUIPopoverController.h │ ├── JSBUIResponder.h │ ├── JSBUIRotationGestureRecognizer.h │ ├── JSBUIScreen.h │ ├── JSBUIScreenMode.h │ ├── JSBUIScrollView.h │ ├── JSBUISearchBar.h │ ├── JSBUISegmentedControl.h │ ├── JSBUISlider.h │ ├── JSBUISwipeGestureRecognizer.h │ ├── JSBUISwitch.h │ ├── JSBUITabBar.h │ ├── JSBUITabBarController.h │ ├── JSBUITabBarItem.h │ ├── JSBUITableView.h │ ├── JSBUITableViewCell.h │ ├── JSBUITableViewController.h │ ├── JSBUITapGestureRecognizer.h │ ├── JSBUITextField.h │ ├── JSBUITextInputMode.h │ ├── JSBUITextPosition.h │ ├── JSBUITextRange.h │ ├── JSBUITextView.h │ ├── JSBUIToolbar.h │ ├── JSBUITouch.h │ ├── JSBUIView.h │ ├── JSBUIViewController.h │ ├── JSBUIWebView.h │ └── JSBUIWindow.h ├── README.md └── Samples ├── HelloWorld ├── main.js └── mnaddon.json └── UIKit ├── Buttons ├── SampleViewControllerU.js ├── UIButton_custom.png ├── blueButton.png ├── main.js ├── mnaddon.json └── whiteButton.png ├── Controls ├── SampleViewControllerC.js ├── main.js └── mnaddon.json └── WebView ├── SampleViewControllerW.js ├── main.js └── mnaddon.json /API/Foundation/JSBNSArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSArray.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSAttributedString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSAttributedString.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSCharacterSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSCountedSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSCountedSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSData.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSDate.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSDateComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSDateComponents.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSDateFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSDateFormatter.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSDecimalNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSDecimalNumber.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSDictionary.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSEnumerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSEnumerator.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSError.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSFileHandle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSFileHandle.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSFileManager.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSFormatter.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSHTTPURLResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSHTTPURLResponse.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSHashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSHashTable.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSIndexPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSIndexPath.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSIndexSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSIndexSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSJSONSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSJSONSerialization.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSKeyedArchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSKeyedArchiver.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSKeyedUnarchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSKeyedUnarchiver.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSLocale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSLocale.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMapTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMapTable.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableArray.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableAttributedString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableAttributedString.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableCharacterSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableData.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableDictionary.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableIndexSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableIndexSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableOrderedSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableOrderedSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableString.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSMutableURLRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSMutableURLRequest.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSNotification.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSNotificationCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSNotificationCenter.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSNull.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSNull.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSNumber.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSNumberFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSNumberFormatter.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSOperation.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSOperationQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSOperationQueue.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSOrderedSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSOrderedSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSPointerArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSPointerArray.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSPredicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSPredicate.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSProxy.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSScanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSScanner.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSSet.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSSimpleCString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSSimpleCString.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSTimeZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSTimeZone.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSTimer.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSURL.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSURLComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSURLComponents.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSURLConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSURLConnection.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSURLRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSURLRequest.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSURLResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSURLResponse.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSUUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSUUID.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSUserDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSUserDefaults.h -------------------------------------------------------------------------------- /API/Foundation/JSBNSValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/Foundation/JSBNSValue.h -------------------------------------------------------------------------------- /API/JSBJSExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/JSBJSExtension.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBApplication.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBDocumentController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBDocumentController.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBMindMapNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBMindMapNode.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBMindMapView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBMindMapView.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBNotebookController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBNotebookController.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBOutlineView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBOutlineView.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBReaderController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBReaderController.h -------------------------------------------------------------------------------- /API/MarginNote/Application/JSBStudyController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Application/JSBStudyController.h -------------------------------------------------------------------------------- /API/MarginNote/NoteDatabase/JSBMbBook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/NoteDatabase/JSBMbBook.h -------------------------------------------------------------------------------- /API/MarginNote/NoteDatabase/JSBMbBookNote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/NoteDatabase/JSBMbBookNote.h -------------------------------------------------------------------------------- /API/MarginNote/NoteDatabase/JSBMbModelTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/NoteDatabase/JSBMbModelTool.h -------------------------------------------------------------------------------- /API/MarginNote/NoteDatabase/JSBMbTopic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/NoteDatabase/JSBMbTopic.h -------------------------------------------------------------------------------- /API/MarginNote/Utility/JSBMenuController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Utility/JSBMenuController.h -------------------------------------------------------------------------------- /API/MarginNote/Utility/JSBSQLite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Utility/JSBSQLite.h -------------------------------------------------------------------------------- /API/MarginNote/Utility/JSBSpeechManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Utility/JSBSpeechManager.h -------------------------------------------------------------------------------- /API/MarginNote/Utility/JSBUndoManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Utility/JSBUndoManager.h -------------------------------------------------------------------------------- /API/MarginNote/Utility/JSBZipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/MarginNote/Utility/JSBZipArchive.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAAnimation.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAAnimationGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAAnimationGroup.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCABasicAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCABasicAnimation.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAGradientLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAGradientLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAKeyframeAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAKeyframeAnimation.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCALayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCALayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAMediaTimingFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAMediaTimingFunction.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAPropertyAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAPropertyAnimation.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAReplicatorLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAReplicatorLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAScrollLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAScrollLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAShapeLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAShapeLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCATextLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCATextLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCATiledLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCATiledLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCATransaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCATransaction.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCATransformLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCATransformLayer.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCATransition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCATransition.h -------------------------------------------------------------------------------- /API/QuartzCore/JSBCAValueFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/QuartzCore/JSBCAValueFunction.h -------------------------------------------------------------------------------- /API/UIKit/JSBNSMutableParagraphStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBNSMutableParagraphStyle.h -------------------------------------------------------------------------------- /API/UIKit/JSBNSParagraphStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBNSParagraphStyle.h -------------------------------------------------------------------------------- /API/UIKit/JSBNSTextStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBNSTextStorage.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIActivityIndicatorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIActivityIndicatorView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIAlertView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIApplication.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIBarButtonItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIBarButtonItem.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIBarItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIBarItem.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIBezierPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIBezierPath.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIButton.h -------------------------------------------------------------------------------- /API/UIKit/JSBUICollectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUICollectionView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUICollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUICollectionViewCell.h -------------------------------------------------------------------------------- /API/UIKit/JSBUICollectionViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUICollectionViewController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUICollectionViewLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUICollectionViewLayout.h -------------------------------------------------------------------------------- /API/UIKit/JSBUICollectionViewLayoutAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUICollectionViewLayoutAttributes.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIColor.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIControl.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIDatePicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIDatePicker.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIDevice.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIEvent.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIFont.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIImage.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIImagePickerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIImagePickerController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIImageView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIKeyCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIKeyCommand.h -------------------------------------------------------------------------------- /API/UIKit/JSBUILabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUILabel.h -------------------------------------------------------------------------------- /API/UIKit/JSBUILocalNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUILocalNotification.h -------------------------------------------------------------------------------- /API/UIKit/JSBUILongPressGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUILongPressGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUINavigationBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUINavigationBar.h -------------------------------------------------------------------------------- /API/UIKit/JSBUINavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUINavigationController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUINavigationItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUINavigationItem.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPageControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPageControl.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPageViewController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPanGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPanGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPasteboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPasteboard.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPickerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPickerView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPinchGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPinchGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIPopoverController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIPopoverController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIResponder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIResponder.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIRotationGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIRotationGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIScreen.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIScreenMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIScreenMode.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIScrollView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUISearchBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUISearchBar.h -------------------------------------------------------------------------------- /API/UIKit/JSBUISegmentedControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUISegmentedControl.h -------------------------------------------------------------------------------- /API/UIKit/JSBUISlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUISlider.h -------------------------------------------------------------------------------- /API/UIKit/JSBUISwipeGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUISwipeGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUISwitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUISwitch.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITabBar.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITabBarController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITabBarItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITabBarItem.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITableView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITableViewCell.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITableViewController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITapGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITapGestureRecognizer.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITextField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITextField.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITextInputMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITextInputMode.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITextPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITextPosition.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITextRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITextRange.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITextView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIToolbar.h -------------------------------------------------------------------------------- /API/UIKit/JSBUITouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUITouch.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIViewController.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIWebView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIWebView.h -------------------------------------------------------------------------------- /API/UIKit/JSBUIWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/API/UIKit/JSBUIWindow.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Addon 2 | [插件开发指南预览版](http://docs.test.marginnote.cn) 3 | -------------------------------------------------------------------------------- /Samples/HelloWorld/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/HelloWorld/main.js -------------------------------------------------------------------------------- /Samples/HelloWorld/mnaddon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/HelloWorld/mnaddon.json -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/SampleViewControllerU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/SampleViewControllerU.js -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/UIButton_custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/UIButton_custom.png -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/blueButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/blueButton.png -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/main.js -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/mnaddon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/mnaddon.json -------------------------------------------------------------------------------- /Samples/UIKit/Buttons/whiteButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Buttons/whiteButton.png -------------------------------------------------------------------------------- /Samples/UIKit/Controls/SampleViewControllerC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Controls/SampleViewControllerC.js -------------------------------------------------------------------------------- /Samples/UIKit/Controls/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Controls/main.js -------------------------------------------------------------------------------- /Samples/UIKit/Controls/mnaddon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/Controls/mnaddon.json -------------------------------------------------------------------------------- /Samples/UIKit/WebView/SampleViewControllerW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/WebView/SampleViewControllerW.js -------------------------------------------------------------------------------- /Samples/UIKit/WebView/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/WebView/main.js -------------------------------------------------------------------------------- /Samples/UIKit/WebView/mnaddon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marginnoteapp/Addon/HEAD/Samples/UIKit/WebView/mnaddon.json --------------------------------------------------------------------------------