<?xml version="1.0"?>
<opml version="2.0">
	<head>
		<title>opVerbDocs</title>
		<dateCreated>Tue, 23 Mar 2021 15:55:06 GMT</dateCreated>
		<dateModified>Thu, 25 Mar 2021 20:05:56 GMT</dateModified>
		<expansionState>1,5</expansionState>
		<lastCursor>0</lastCursor>
		<ownerTwitterScreenName>davewiner</ownerTwitterScreenName>
		<ownerName>dave@scripting.com</ownerName>
		<ownerId>http://twitter.com/davewiner</ownerId>
		<urlUpdateSocket>ws://test.littleoutliner.com:1230/</urlUpdateSocket>
		<urlInstant>http://instantoutliner.com/nx</urlInstant>
		<urlPublic>http://test.littleoutliner.com/davewiner/myOutlines/opVerbDocs.opml</urlPublic>
		</head>
	<body>
		<outline text="op verbs" created="Tue, 23 Mar 2021 15:55:06 GMT">
			<outline text="op.expand" created="Mon, 22 Mar 2021 19:52:53 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.expand ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 19:55:42 GMT">
					<outline text="Expands the bar cursor headline making all its children visible. " created="Mon, 22 Mar 2021 19:55:44 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The value undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Notes" created="Sun, 14 Mar 2021 16:14:36 GMT">
					<outline text="The Frontier version of this verb takes a number param, that determines the number of levels to be expanded." created="Sun, 14 Mar 2021 16:14:38 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.expand ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.expandAllLevels" created="Mon, 22 Mar 2021 19:52:53 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.expandAllLevels ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 19:55:42 GMT">
					<outline text="Expands the bar cursor headline making all its children, and all their descendants, visible. " created="Mon, 22 Mar 2021 19:55:44 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The value undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.expandAllLevels ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.collapse" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.collapse ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 19:55:42 GMT">
					<outline text="Collapses the bar cursor headline making all its children not visible. " created="Mon, 22 Mar 2021 19:55:44 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The value undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.collapse ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.collapseEverything" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.collapseEverything ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 19:55:42 GMT">
					<outline text="Collapses everything in the outline and moves the bar cursor to the first summit. " created="Mon, 22 Mar 2021 19:55:44 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The value undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Bug" created="Mon, 22 Mar 2021 20:00:22 GMT">
					<outline text="The bar cursor does not go to the first summit, there is no cursor after this runs." created="Mon, 22 Mar 2021 20:00:23 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.collapseEverything ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.go" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.go (direction, count)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="direction is one of the directions the outliner supports: up, down, left, right, flatup, flatdown, nodirection." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					<outline text="count is the number of times the cursor will move in the indicated direction. " created="Mon, 22 Mar 2021 20:01:40 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 21:49:11 GMT">
					<outline text="It tries to move the bar cursor in the indicated directions, the indicated number of times." created="Mon, 22 Mar 2021 21:49:19 GMT">
						<outline text="up - bar cursor moves to previous sibling" created="Mon, 22 Mar 2021 22:03:00 GMT"/>
						<outline text="down -- bar cursor moves to next sibling" created="Mon, 22 Mar 2021 22:02:47 GMT"/>
						<outline text="left -- bar cursor moves to parent" created="Mon, 22 Mar 2021 22:03:09 GMT"/>
						<outline text="right -- bar cursor moves to first child, expanding if necessary" created="Mon, 22 Mar 2021 22:03:16 GMT"/>
						<outline text="flatup -- bar cursor moves to the previous headline up from the cursor, regardless of level" created="Mon, 22 Mar 2021 22:03:58 GMT"/>
						<outline text="flatdown -- bar cursor moves to the next headline down from the cursor, regardless of level" created="Mon, 22 Mar 2021 22:03:31 GMT"/>
						</outline>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if it was able to move, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.go (left, 1)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					<outline text="op.go (flatdown, 1)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					<outline text="op.go (down, 1)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="false" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.firstSummit" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.firstSummit ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Bug" created="Mon, 22 Mar 2021 20:07:23 GMT">
					<outline text="It does not return undefined, it returns true. " created="Mon, 22 Mar 2021 20:07:25 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.firstSummit ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.countSubs" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.countSubs ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The number of children the bar cursor headline has. " created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.countSubs ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="1" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.hasSubs" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.hasSubs ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="True if the bar cursor headline has children, false if it doesn't." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.hasSubs ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.getLineText" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.getLineText ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="The text on the bar cursor headline." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.getLineText ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="But what is the protocol if the user hits Cancel?" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.setLineText" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.setLineText (string)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="The string is the text that will replace the text of the bar cursor headline. " created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.setLineText (&quot;Hi mom!&quot;)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.insert" created="Mon, 22 Mar 2021 20:48:34 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.insert (string, direction)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="string is the text of the new headline to be created relative to the bar cursor headline." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					<outline text="direction indicates which direction it will go. " created="Mon, 22 Mar 2021 20:49:20 GMT">
						<outline text="up, to create a previous sibling, " created="Mon, 22 Mar 2021 20:50:35 GMT"/>
						<outline text="down, to create a next sibling. " created="Mon, 22 Mar 2021 20:50:38 GMT"/>
						<outline text="left to create a sibling down from its parent. " created="Mon, 22 Mar 2021 20:50:41 GMT"/>
						<outline text="right to create a new first child of the bar cursor headline." created="Mon, 22 Mar 2021 20:50:45 GMT"/>
						</outline>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="Garbage!" created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Bug" created="Mon, 22 Mar 2021 20:51:41 GMT">
					<outline text="The returned value looks like some kind of jQuery object. Should be fixed!" created="Mon, 22 Mar 2021 20:51:45 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.insert (&quot;North Carolina&quot;, down)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.reorg" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.reorg (direction, count)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="direction is one of the directions the outliner supports: up, down, left, right, flatup, flatdown, nodirection." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					<outline text="count is the number of times the bar cursor outline will move in the indicated direction. " created="Mon, 22 Mar 2021 20:01:40 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 21:49:11 GMT">
					<outline text="It reorganizes the outline. The operation is performed on the sub-outline the bar cursor points to and one of its adjacent siblings or parent.  " created="Mon, 22 Mar 2021 21:56:59 GMT"/>
					<outline text="If direction is down, the bar cursor headline and all its descendants, switches places with its next sibling. If it's already the last sibling, it doesn't move.  " created="Mon, 22 Mar 2021 21:49:44 GMT"/>
					<outline text="If the direction is up, the bar cursor outline switches places with its previous sibling. " created="Mon, 22 Mar 2021 21:50:31 GMT"/>
					<outline text="If the direction is right, it becomes the last child of its previous sibling. If it's already the first sibling, it doesn't move.  " created="Mon, 22 Mar 2021 21:51:16 GMT"/>
					<outline text="If the direction is left, it becomes the next sibling of its parent. If it's already at the top level of the outline (it's a summit), it doesn't move. " created="Mon, 22 Mar 2021 21:52:06 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if it was able to move, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.reorg (left, 1)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					<outline text="op.go (left, infinity)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.promote" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.promote ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 21:49:11 GMT">
					<outline text="If the bar cursor headline has children, they are all moved to the left, to become siblings of the bar cursor headline." created="Tue, 23 Mar 2021 15:57:43 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.promote ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Tue, 23 Mar 2021 15:58:35 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.demote" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.demote ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 21:49:11 GMT">
					<outline text="All siblings down from the bar cursor headline are moved to the right, to become children of the bar cursor headline." created="Tue, 23 Mar 2021 15:57:43 GMT"/>
					<outline text="The bar cursor headline is expanded if necessary." created="Tue, 23 Mar 2021 16:00:56 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.demote ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Tue, 23 Mar 2021 15:58:35 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.deleteSubs" created="Mon, 22 Mar 2021 19:57:44 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.deleteSubs ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Mon, 22 Mar 2021 21:49:11 GMT">
					<outline text="Deletes all the children of the bar cursor headline. " created="Tue, 23 Mar 2021 15:57:43 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.deleteSubs ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Tue, 23 Mar 2021 15:58:35 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.getCursorOpml" created="Tue, 23 Mar 2021 16:02:37 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.getCursorOpml ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="A string containing the OPML text of the bar cursor headline and all its subs. " created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.getCursorOpml ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="&lt;?xml version=&quot;1.0&quot;?&gt; &lt;opml version=&quot;2.0&quot;&gt; &lt;head&gt; &lt;title&gt;op.getCursorOpml ()&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;outline text=&quot;op.getCursorOpml ()&quot; created=&quot;Sun, 14 Mar 2021 16:08:53 GMT&quot; isComment=&quot;true&quot;&gt;  &lt;outline text=&quot;undefined&quot; created=&quot;Tue, 23 Mar 2021 15:58:35 GMT&quot; isComment=&quot;true&quot;/&gt;  &lt;/outline&gt; &lt;/body&gt; &lt;/opml&gt; " created="Tue, 23 Mar 2021 15:58:35 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.insertOpml" created="Tue, 23 Mar 2021 16:02:37 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.insertOpml (opmltext, direction)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="opmltext is a string containing the text representing an outline to be inserted relative to the bar cursor headline. " created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					<outline text="direction indicates which direction the outline will go. " created="Tue, 23 Mar 2021 16:05:31 GMT">
						<outline text="up, to create a previous sibling, " created="Mon, 22 Mar 2021 20:50:35 GMT"/>
						<outline text="down, to create a next sibling. " created="Mon, 22 Mar 2021 20:50:38 GMT"/>
						<outline text="left to create a sibling down from its parent. " created="Mon, 22 Mar 2021 20:50:41 GMT"/>
						<outline text="right to create a new first child of the bar cursor headline." created="Mon, 22 Mar 2021 20:50:45 GMT"/>
						</outline>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.insertOpml (&quot;&lt;opml version=\&quot;2.0\&quot;&gt;&lt;body&gt;&lt;outline text=\&quot;Hi Mom!\&quot;&gt;&lt;/outline&gt;&lt;/body&gt;&lt;/opml&gt;&quot;, down)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="true" created="Tue, 23 Mar 2021 15:58:35 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.bold" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.bold ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 16:26:26 GMT">
					<outline text="The selected text in the bar cursor headline is boldened. " created="Tue, 23 Mar 2021 16:26:32 GMT"/>
					</outline>
				<outline text="Notes" created="Tue, 23 Mar 2021 16:26:58 GMT">
					<outline text="The text is boldened by wrapping it in an HTML &amp;lt;b&gt; element." created="Tue, 23 Mar 2021 16:27:02 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.bold ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.italic" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.italic ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 16:26:26 GMT">
					<outline text="The selected text in the bar cursor headline is italicized. " created="Tue, 23 Mar 2021 16:26:32 GMT"/>
					</outline>
				<outline text="Notes" created="Tue, 23 Mar 2021 16:26:58 GMT">
					<outline text="The text is boldened by wrapping it in an HTML &amp;lt;i&gt; element." created="Tue, 23 Mar 2021 16:27:02 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.italic ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.strikethrough" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.strikethrough ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 16:26:26 GMT">
					<outline text="The selected text in the bar cursor headline is italicized. " created="Tue, 23 Mar 2021 16:26:32 GMT"/>
					</outline>
				<outline text="Notes" created="Tue, 23 Mar 2021 16:26:58 GMT">
					<outline text="The text is boldened by wrapping it in an HTML &amp;lt;i&gt; element." created="Tue, 23 Mar 2021 16:27:02 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.strikethrough ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.link" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.link (string)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="string is a web address, a url." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.link (&quot;http://scripting.com/&quot;)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.isComment" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.isComment ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if the bar cursor headline is a comment, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.isComment ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.makeComment" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.makeComment ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 17:11:20 GMT">
					<outline text="It makes the bar cursor headline a comment. " created="Tue, 23 Mar 2021 17:11:22 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if the bar cursor headline is a comment, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.makeComment ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.toggleComment" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.toggleComment ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 17:11:20 GMT">
					<outline text="If the bar cursor headline is not a comment it makes it one, and if it is a comment, it makes it not a comment." created="Tue, 23 Mar 2021 17:11:22 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.toggleComment ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="true">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.setRenderMode" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.setRenderMode (boolean)" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="boolean determines whether we go into or out of render mode." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 17:11:20 GMT">
					<outline text="In render mode the outline is displayed with HTML rendered. The markup is not visible. So for example, &lt;b&gt;bold text&lt;/b&gt; appears bold, not within a &amp;lt;b&gt; tag." created="Tue, 23 Mar 2021 17:11:22 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if the bar cursor headline is a comment, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Examples" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.setRenderMode (false)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					<outline text="op.setRenderMode (true)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.getRenderMode" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.getRenderMode ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="true if the outline is in render mode, false otherwise." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.getRenderMode ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="true" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					<outline text="op.setRenderMode (true)" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.toggleRenderMode" created="Tue, 23 Mar 2021 16:18:18 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.toggleRenderMode ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="What it does" created="Tue, 23 Mar 2021 17:11:20 GMT">
					<outline text="If you're in render mode, after this verb runs your outline will no longer be in render mode, and if you're not in render mode, after running this verb your outline will no longer be in render mode. " created="Tue, 23 Mar 2021 17:11:22 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.toggleRenderMode ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="undefined" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.getCursor" created="Tue, 23 Mar 2021 19:55:05 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.getCursor ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Bug" created="Tue, 23 Mar 2021 19:58:14 GMT">
					<outline text="There does not appear to be an op.setCursor to balance this verb." created="Tue, 23 Mar 2021 19:58:15 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="An object representing the bar cursor." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.getCursor ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false">
						<outline text="{     &quot;attributes&quot;: {         &quot;_cssTextClassName&quot;: &quot;cssTextClass&quot;     } }" created="Sun, 14 Mar 2021 16:09:29 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="op.runSelection" created="Tue, 23 Mar 2021 19:55:05 GMT">
				<outline text="Syntax" created="Sun, 14 Mar 2021 16:12:51 GMT">
					<outline text="op.runSelection ()" created="Sun, 14 Mar 2021 16:12:54 GMT"/>
					</outline>
				<outline text="Params" created="Sun, 14 Mar 2021 16:08:02 GMT">
					<outline text="None." created="Sun, 14 Mar 2021 16:08:19 GMT"/>
					</outline>
				<outline text="Returns" created="Sun, 14 Mar 2021 16:08:05 GMT">
					<outline text="undefined." created="Sun, 14 Mar 2021 16:08:35 GMT"/>
					</outline>
				<outline text="Bug" created="Tue, 23 Mar 2021 20:04:26 GMT">
					<outline text="It uses the old form of running the selection." created="Tue, 23 Mar 2021 20:04:28 GMT"/>
					</outline>
				<outline text="Example" created="Sun, 14 Mar 2021 16:08:07 GMT">
					<outline text="op.runSelection ()" created="Sun, 14 Mar 2021 16:08:53 GMT" isComment="false"/>
					</outline>
				</outline>
			<outline text="not documented yet" created="Mon, 22 Mar 2021 19:57:51 GMT">
				<outline text="op.expandTo -- I want to document the simpler ones first." created="Mon, 22 Mar 2021 19:57:55 GMT"/>
				</outline>
			</outline>
		</body>
	</opml>
