Project

myoutline

0.0
No commit activity in last 3 years
No release in over 3 years
Helps build an outline from plain text.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.1, >= 0.1.3
~> 0.2, >= 0.2.5
~> 1.8, >= 1.8.2
>= 0.3.0, ~> 0.3
~> 0.2, >= 0.2.1
 Project Readme

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