Skip to content

jrobertson/myoutline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using the myoutline gem to help build an index from an outline

Usage

require 'myoutline'


s =<<EOF
apple
antelope
asterisk
  configuring extensions
    messing
button
  whatever
confetti
configuring extensions
EOF

mo = MyOutline.new(s)
puts mo.to_s

Output:

<?ph schema="entries/entry[title]"?>

# a

apple
antelope
asterisk
  configuring extensions
    messing

# b

button
  whatever

# c

confetti
configuring extensions

# m

messing

# w

whatever

Resources

myoutline gem index outline thoughts pxindex

About

Helps build an outline from plain text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages