Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2. [setup]
  3.  
  4. ;where to save this (empty or not existing = ask user)
  5. folder=
  6.  
  7. ;the default filename
  8. filename=Article-%nr%
  9.  
  10. ;the file extention
  11. extention=txt
  12.  
  13. ;ask for filename (deafult = 1)
  14. ask for filename=0
  15.  
  16. ;do not ask for folder
  17. ask for folder=1
  18.  
  19. ;append of overwrite (empty = ask user)
  20. append=0
  21.  
  22. ;the format of each article to save
  23. format article=%title%\n\n%body%
  24.  
  25. ;by default, a new line in article is not replaced
  26. ;format new line=\\n
  27.  
  28. ;how to modify the paragraph!? where %s% is the paragraph
  29. ;format paragraph=%s%\n\n
  30. format paragraph=<p>%s%</p>
  31.  
  32. ;set it to save multiple articles into one file, else we will create a new one for each
  33. ;seperator=\n
  34.  
  35. ;unspin the data to a readable text without spin syntax
  36. unspin=0
  37.  
  38. ;remove html code completely?
  39. remove html=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement