Wiki from selected files only

Hi!

Is it possible to create a wiki in which only selected files are included? For example only file from within one group?

Thanks, Michael

Only by either manually linking the items or using a dedicated database containing the desired files.

Another approach could be to first exclude all documents from Wiki linking and afterwards manually include only those you want. Not tested, though.

-- Exclude current database's documents from Wiki linking

tell application id "DNtp"
	try
		set theDatabase to current database
		set exclude from Wiki linking of contents of theDatabase to true
		
	on error error_message number error_number
		if the error_number is not -128 then display alert "DEVONthink" message error_message as warning
		return
	end try
end tell

1 Like

Thanks so much. These answers are so elaborate and so thoughtful that I am amazed. This forum is as great as is the software.

1 Like