We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
a month ago - last edited a month ago
I am working on updating an existing Archicad File we use as a Template (pln file). I have created a Bim Manual document and was hoping to add a tab in Archicad, so users can quickly get to the manual directly from Archicad. The Manual is in Google Docs, so I could use a weblink or I could PDF it and link it. I know there is a way to do this, but can't find any reference of how to start.
Operating system used: Mac Apple Silicon 14.2.1 Sonoma
Solved! Go to Solution.
a month ago
In your Archicad program folder you will find a folder called "Documentation" where you can place PDFs and another called "WWWLinks" where you can place web links.
Of course you need to place these PDFs or links to those folders on every computer you use.
Otherwise in your template, you could place each page of the PDF.
If the PDF is on a shared network drive that everyone has access to, you can keep that PDF updated and it will update in your template as well.
Place the PDF pages in a worksheet and you can open that worksheet as a tab.
Barry.
4 weeks ago
Thanks for the ChatGPT suggestion! I asked how to do this and was able to find the directions I needed. For others reference:
On a Mac, the default behavior for dragging a website to a folder creates a .webloc file, which is specific to macOS. If you need a .url file instead, you can create one manually. Here’s how:
Open TextEdit (or any text editor).
Create a new document and switch to plain text format (in TextEdit, go to Format > Make Plain Text).
Enter the following text in the document:
Replace your_website_url_here with the actual URL of the website.
Save the file:
Now you’ll have a .url file that can be used on systems that recognize that format.
a month ago
In your Archicad program folder you will find a folder called "Documentation" where you can place PDFs and another called "WWWLinks" where you can place web links.
Of course you need to place these PDFs or links to those folders on every computer you use.
Otherwise in your template, you could place each page of the PDF.
If the PDF is on a shared network drive that everyone has access to, you can keep that PDF updated and it will update in your template as well.
Place the PDF pages in a worksheet and you can open that worksheet as a tab.
Barry.
4 weeks ago
Thanks Barry.
Is there a way to use a .webloc file in lieu of a URL file in the WWWlinks folder? I can't seem to get the google doc file to convert to a URL file on a mac.
4 weeks ago
As far as I know they have to be URL addresses.
Not that I know what a '.weblock' file is.
Can you save the google doc as a PDF?
Barry.
4 weeks ago
Is there an analogue of bat file for Mac?
If so you might be able to create a silent installer for your office that can install Archicad, apply latest update, install goodies, and copy files to users device such as work environment, pdfs and links.
Nowadays you can ask chatGPT to write you code for bat files.
4 weeks ago
Thanks for the ChatGPT suggestion! I asked how to do this and was able to find the directions I needed. For others reference:
On a Mac, the default behavior for dragging a website to a folder creates a .webloc file, which is specific to macOS. If you need a .url file instead, you can create one manually. Here’s how:
Open TextEdit (or any text editor).
Create a new document and switch to plain text format (in TextEdit, go to Format > Make Plain Text).
Enter the following text in the document:
Replace your_website_url_here with the actual URL of the website.
Save the file:
Now you’ll have a .url file that can be used on systems that recognize that format.
4 weeks ago
I needed this to be a document that can be updated easily without having to go to everyone's computer and relink the pdf each time. ChatGPT helped me figure this out.