Skip to content
#

planet

Here are 156 public repositories matching this topic...

rainchen
rainchen commented Feb 21, 2020

the original demo code in README is:

The Date#format Method
class Date
  def format( spec ) self.strftime( spec.to_strftime ); end
end
The new Date#format method formats the date like the passed in example:

date = Date.today   ## test run on 2020-02-09

p date.format( 'January 02, 2006' )         #=> "February 09, 2020"

but the 'format' method is a built in stdlib privat

HiPoEGH
HiPoEGH commented Nov 6, 2019

Notes raw data is currently unsaved in the JSON export. Suggest to encode it as x64 string so it can save special characters into the JSON file without causing errors. Things like brackets and quotation fields will probably mess with the data. (){}[]""
Entity description text, which is separate from notes, should probably also be saved this way. Mostly because both fields support markdown text.

lmmrssa
lmmrssa commented Feb 20, 2020

We have private and general public documents used in different places such as Team, Enterprise, etc. As it is not clear which of them are private and which are public, if person removes private document then he/she will not be able to add it to team again unless it is re-uploaded. Being able to identify if document is private or public might be helpful. Small icon like Shield or lock for private c

Improve this page

Add a description, image, and links to the planet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the planet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.