GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/2448
[ZEPPELIN-2702] save notes in reader-friendly format with zpln extension for VFS and Git repo ### What is this PR for? first task in converting note files into human readable and Zeppelin own format ### What type of PR is it? Improvement | Feature ### Todos * [x] - initial flow * [ ] - add rename tests ### What is the Jira issue? [ZEPPELIN-2702](https://issues.apache.org/jira/browse/ZEPPELIN-2702) ### How should this be tested? go create new notes or rename title of old ones ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? maybe You can merge this pull request into a Git repository by running: $ git pull https://github.com/khalidhuseynov/zeppelin feat/zpln-extension Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2448.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2448 ---- commit 60b3d8bc31872d05818d28d476c83d3a3b1d775b Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-27T12:36:27Z read note from zpln and json files commit 4d02c8f24fae27bfa01c330d34e0371be9d57855 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T15:05:53Z add file conversion routine commit b469cc4003524a446488670153017c5b4f29985d Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T18:14:14Z fix create note commit e14889c7f7446b2e4b4bf1c5f9a6fb3447bbae02 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T18:14:48Z add convert util test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---