Sha256: 66b6b57e7f59a10f27bf97730010d999f76ffa164e451735aeb53adaaa5187d7

Contents?: true

Size: 349 Bytes

Versions: 6

Compression:

Stored size: 349 Bytes

Contents

#find title and reload for created a new note
    
def rwdhypernotereloadtabhtml
 
  if  $reloadaftercreate
    @rwd_tab = "superantcomeditnoterecordfile"
    listnotedirs
   
    $notesarray.each { |x|
     if x.include? "#{@a_viewhypernotehtml}" 
    
     @a_viewhypernotehtml = x
     end
   }
      
  
   $reloadaftercreate = false
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rwdhypernote-0.16 code/superant.com.hypernote/rwdhypernotereloadhtml.rb
rwdhypernote-0.12 code/superant.com.hypernote/rwdhypernotereloadhtml.rb
rwdhypernote-0.13 code/superant.com.hypernote/rwdhypernotereloadhtml.rb
rwdhypernote-0.10 code/superant.com.hypernote/rwdhypernotereloadhtml.rb
rwdhypernote-0.15 code/superant.com.hypernote/rwdhypernotereloadhtml.rb
rwdhypernote-0.11 code/superant.com.hypernote/rwdhypernotereloadhtml.rb