Giter Site home page Giter Site logo

openoutliner's People

Contributors

davidchisnall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

openoutliner's Issues

Rows are fixed size

Related to #7, it's possible to put multi-line text in a normal text cell, but the outline displays this as a single line.

Drag and drop between documents

Drag and drop works within a single document, but does not work to other documents.

It should also work to other applications.

Notes display is ugly

Notes display is about as good as it can be without a custom view, but a fairly simple custom notes view that draws a nice border around the notes would make it a lot better.

OmniOutliner 2 import support

The OmniOutliner 2 .ooutline file format is now orphaned. OmniOutliner 5 can't open it. It looks very simple: basically a property list serialisation of a dictionary. Each row contains:

  • An optional Children element containing an array of children in the same format.
  • A Cols array including a string containing RTF for the column contents.
  • An Expanded boolean indicating whether the row is expanded
  • A State integer for the check box (0 indicating unticked, 1 indicating ticked?)

The format is slightly complicated because notes are stored as simply another column value and you have to find the notes column by matching the column identifier to the value of the NoteColumn value in the root dictionary.

Redo doesn't work

Undo works (mostly), but we don't register redo actions during the undo, so you can't undo an undo.

Enumeration items aren't visible when selected

There's a weird rendering glitch where the contents of the NSComboBox contents for enumeration items disappears when the row is selected. The rendering of these is quite ugly anyway, so probably wants to be replaced by a custom control.

Enumeration items should have the option to be locked

You can't currently set column properties, but when you can we should make it optional whether enumeration values must be one of the pre-defined ones or may be added to simply by writing different text. In the former case, we should use a simple pop-up button for rendering.

GNUstep port

Hi David,

this project is great. During years of my studies I took notes using OpenOutliner 3 (which was great). Now I‘d really like to open them using my Linux box at work. What do you think, would it be worth a try to port it to GNUstep? In the meantime since you published this app GNUstep evolved and got the ability to read xib files. I don‘t know about storyboards though.

What do you think?
Johannes

Notes display doesn't resize

Currently, the notes display is a fixed height. We should keep an NSTextView somewhere so that in -outlineView:heightOfRowByItem we can determine what the height of the text should actually be and make the row the correct height.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.