Questions tagged [outliner]
25 questions
17
votes
1 answer
Eclipse Javascript Editor 2012 with full Outliner support
The reason for using an IDE is the comprehensive facilities it provides.
Therefore, I assume there is a Javascript editor for Eclipse that provides basic outliner-based IDE facilities such as:
Outliner with Object Literal support (which apparently…

Redsandro
- 11,060
- 13
- 76
- 106
13
votes
1 answer
Get list of methods in class using clang
In common IDEs (pick one) you often have an outline view showing you the list of methods for a specific class.
Suppose I have a C++ interface class in IFoo.h that looks like this:
#ifndef IFOO_H_
#define IFOO_H_
class IFoo {
public:
…

Konrad Kleine
- 4,275
- 3
- 27
- 35
4
votes
2 answers
Semantic markup for site header, even with outliner
Usually when I code HTML5 documents I use the following syntax:
Brand Name
Awesome…

César
- 1,608
- 1
- 18
- 23
4
votes
2 answers
Is there a good outliner/note-taking alternative to emacs org-mode (with images)?
Org-mode from Emacs is awesome to scribble down project notes and also maintain a todo list where you can quickly move things around (up/down, indentation etc.). However, especially when it comes to images, the emacs is rather limited (since it's a…

Jan
- 103
- 1
- 7
3
votes
2 answers
Impossible situation when mixing explicit and implicit sectioning in HTML5?
I found a page about sections and outlines for HTML5. Not 100% sure it's official and the page says most browsers don't follow it, but I think it's a pretty cool idea so I'm trying to create code that inserts implicit sections explicitly and creates…

Mark
- 18,730
- 7
- 107
- 130
3
votes
2 answers
Which semantics is better for a list of articles?
I was asking myself for the markup of a list of entries of a blog.
Which could be like that:
Case 1 :
...
...
...
or case 2 :
...
…

Promo
- 707
- 9
- 26
2
votes
3 answers
Strange html5 document outline
I've read some articles on the html5 outline algorithm, but this one is confusing me.
If you paste the following markup into this tool: http://gsnedders.html5.org/outliner/

Kuwiuwuw Kurwiow
- 97
- 1
- 5
2
votes
9 answers
What tools do you use for outlining projects?
Whenever I start working on projects that are complex enough that I can't keep it all in my head at once I like to outline how the app should work... I usually hack something like this out in a text editor:
# Program is run
# check to see if…

Jeremy Logan
- 47,151
- 38
- 123
- 143
1
vote
1 answer
Can flowcharts with crosslines be noted as OPML?
Is there a standard to reference cross-lines in a mindmap or flowchart in OPML.For example with anchors and links. It seems that flowchart editors online such as gliffy can import OPML but export is only xml, not OPML. Put simply: can this flowchart…

newnomad
- 1,055
- 3
- 11
- 15
1
vote
2 answers
What's the best way to provide alternate headings for purposes of screen reader navigation?
I have been tasked with marking up a document whose visual headings have been authored something like:
Our paper discussing a variety of 2022 XYZ efforts
XYZ in 2022 within the fine arts sector
XYZ's 2022 progress in the fine arts sector…

natevw
- 16,807
- 8
- 66
- 90
1
vote
2 answers
Blender Python API : How to select a collection in the Outliner?
I am trying to select a collection in blender by name. I was successful to find the collection in the outliner and make it an active collection using the following code
def recurLayerCollection(layerColl, collName):
found = None
if…

Bhavin
- 95
- 1
- 8
1
vote
1 answer
OpenCV Merge point clusters, remove outliners
I want to determine the point where most lines from the image cross. Obviously, there can be more than one such point, but for simplicity I'm trying with just one point for. I was trying with OpenCV built in Kmeans clustering, but this algorithm…

user3002166
- 689
- 9
- 24
1
vote
0 answers
Omnioutliner replacement for time estimation in windows
I used to use OmniOutliner to do quick time estimates but as it is mac only I need a windows replacement for work.
Here's my use case:
I want to be able to break down my projects into sub-tasks with work hour estimates that can be rolled up to…

Jason Tholstrup
- 2,036
- 3
- 21
- 25
1
vote
1 answer
How to insert code into a vimoutliner file?
How to insert code into a vimoutliner document (.otl)? Is there something like:
...

Christian Michael
- 2,128
- 1
- 19
- 27
1
vote
1 answer
make org-mode temporarily emulate traditional outlining keybindings?
Most of the time, org-mode's keybindings M-return to create a heading, and TAB to cycle visibility, are quite useful.
But sometimes when brainstorming, it would be useful to use org-mode to create a traditional hierarchical bulleted list (of course…

incandescentman
- 6,168
- 3
- 46
- 86