In DEVONthink Personal you can create new documents by first selecting some text in a rich text document and then making it a link using the contextual menu. When you then click this link, DEVONthink Personal creates the new document using a template you set in the Editing Preferences. In this template, can use the tags below to automatically insert the name of the link, the current date or other information. [Read more...]
-
%@: Name of link
-
%%: A '%' character
-
%a: Abbreviated weekday name
-
%A: Full weekday name
-
%b: Abbreviated month name
-
%B: Full month name
-
%c: Shorthand for 'g%X %x,' the locale format for date and time
-
%d: Day of the month as a decimal number (01-31)
-
%e: Same as %d, but does not print the leading 0 for days 1 through 9
-
%F: Milliseconds as a decimal number (000-999)
-
%H: Hour based on a 24-hour clock as a decimal number (00-23)
-
%I: Hour based on a 12-hour clock as a decimal number (01-12)
-
%j: Day of the year as a decimal number (001-366)
-
%m: Month as a decimal number (01-12)
-
%M: Minute as a decimal number (00-59)
-
%p: AM/PM designation for the locale
-
%S: Second as a decimal number (00-59)
-
%w: Weekday as a decimal number (0-6), where Sunday is 0
-
%x: Date using the date representation for the locale, including the time zone
-
%X: Time using the time representation for the locale
-
%y: Year without century (00-99)
-
%Y: Year with century (such as 1990)
-
%Z: Time zone name (such as Pacific Daylight Time)
-
%z: Time zone offset in hours and minutes from GMT (HHMM)
|