Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interstar/OWLdroid
Embed OWL (Outliner with Wiki Linking) in an Android app.
https://github.com/interstar/OWLdroid
Last synced: 5 days ago
JSON representation
Embed OWL (Outliner with Wiki Linking) in an Android app.
- Host: GitHub
- URL: https://github.com/interstar/OWLdroid
- Owner: interstar
- License: gpl-3.0
- Created: 2013-09-29T22:23:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T18:44:50.000Z (almost 11 years ago)
- Last Synced: 2024-08-01T12:34:41.973Z (3 months ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - interstar/OWLdroid - Embed OWL (Outliner with Wiki Linking) in an Android app. (others)
README
OWLdroid
========Embed OWL (Outliner with Wiki Linking) in an Android app.
What is this?
-------------This takes [OWL](https://github.com/interstar/OWL), the Concord-derived Outliner with Wiki Linking, and embeds it in an Android app. using WebView.
The outliner / wiki works just as the in-browser version, but the Android app. now provides the layer to save pages as OPML files to the SD Card of your Android device.
Status
------*tl;dr* : It's very, very crude and experimental. It just about works for me, but I've not tested it widely. If you're interested in this approach and want some help getting it working, then get in touch with me.
I've now refactored so that the code-base of OWLdroid, while still a fork of OWL / Concord, is largely in the same directory structure as the original OWL.
The "Quick" menu is now working for moving and deleting nodes. But remember nodes can only be deleted in non-text mode, which is still
hard to enter in the OWLdroid version.Quick Look
----------
![OWLdroid Screenshot](http://sdi.thoughtstorms.info/wp-content/uploads/2014/02/Screenshot_2014-02-03-13-19-04.png)Gotchas
--------I'm saving the pages into a directory on your Android device called /sdcard/OWL/ ... make sure you've created it. It won't work without this.
The little arrow icons (due to font-awesome) that Concord uses to distinguish between open / closed suboutlines, don't actually appear in
the OWLdroid version (some font-awesome problem I haven't fixed yet). Opening / closing on the left of the line *does* work. But it's hard to select an invisible icon!