Giter Site home page Giter Site logo

Outliner Node about cherrytree HOT 3 OPEN

yorkshirelandscape avatar yorkshirelandscape commented on July 20, 2024
Outliner Node

from cherrytree.

Comments (3)

gitvectors avatar gitvectors commented on July 20, 2024

i am just another developer. There was at one time a discussion forum to explore CherryTree ideas (including an RSS feed) but now we only discuss "issues" or "feature requests". Not sure what applications you have in mind .. please expand with an example of target OPML .. but I can see how you might achieve OPML output without adding to developer's burden for yet another feature. Usually I find that an external script orchestrating CherryTree in different modes can solve my requirements. Look at pandoc output to OPML for a start (and I am not an OPML user). Pandoc to OPML can run in a CodeBox. And CherryTree *.ctd is XML as is OPML. Thus you mght use Python XML.element.tree to parse XML . In short use a toolchain with CT as one link in the chain. Another tip is to use Recoll to index all your documents in your desktop. Then you can pickout CherryTree documents by query: ext.ctd - which means list all documents with only extension *.ctd (CherryTree XML). From there you can launch toolchains to apply CherryTree outside the usual mode as "notes editor".

from cherrytree.

yorkshirelandscape avatar yorkshirelandscape commented on July 20, 2024

Wow. I hadn't even considered that CherryTree could be used that way. I suppose it makes sense when you think it through, but I'd imagined that codeboxes were for displaying code itself, not its output. I'll give the matter some thought.

As to what Iā€™m envisioning, nothing complicated. Just a collapsible outline editor. Plain text. Just like the tree view except editable without entering a dialog. It's a great format for note-taking and project planning.

from cherrytree.

gitvectors avatar gitvectors commented on July 20, 2024

The one missing feature in CherryTree is a variable which contains the absolute path to the node in focus. var nodepath This should change dynamically as different nodes are navigated. This would then open up codebox Python (or other) script applied to the node containing the CodeBox.. As it is today the var "nodepath" has to be set manually in CodeBox script. Another useful feature would be for TOC to change dynamically so that updated documents are dynamically updated as nodes areshuffled and added. we can use an external script to refresh TOC and grab the paths to nodes. I use a UI emulator Actiona for the purpose of navigating the CherryTree UI. Hence the emphasis on tool-chains to extract more from CherryTree. Finally instead of OPML I would look to building a link between CherryTree and Zotero to define collections..
On this point "Just like the tree view except editable without entering a dialog" can you not allocate a node and then Toolbar > Insert > Insert TOC to index your nodes. I set my top node as ROOT and all nodes under ROOT are child nodes. But as I mention above TOC does not change dynamically and so I insert TOC dynamically when document structure is stable. i use Actiona for automation.

from cherrytree.

Related Issues (20)

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.