Prev Previous Post   Next Post Next
Old 07-15-2016, 01:52 PM   #11
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,964
Default

Mhh... ReaPack displays the How and the Why at the same location to the user.

This:

Code:
--[[
ReaScript Name: This goes in the package browser.
Description: This script does awesome things that will make you save 1 hour of repetitive work each day!
Instructions: Clap in your hands twice and do a backflip to make this script works.
--]]
...is equivalent to this in 1.1beta1's way:

Code:
--[[
Description: This goes in the package browser.
About:
  # Description
  This script does awesome things that will make you save 1 hour of repetitive work each day!

  # Instructions
  Clap in your hands twice and do a backflip to make this script works.
--]]
With markdown formatting it's quite pretty. Two ideas come to mind:
  • Some kind of script (or search/replace) to transform to new header, or
  • Special case for this kind of header: the indexer do the transformation on the fly (= concatenate description and instructions, add the markdown title)
So it's downstream vs upstream, I guess.

Last edited by cfillion; 08-15-2016 at 01:12 AM.
cfillion is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:33 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.