Ollama’s comes with new app available for macOS and Windows.
See the official blog.
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
/**
* Creates a new Google Docs document with a test link.
* This script is intended to verify the functionality of setLinkUrl and document placement in a folder.
*/
function createDocumentWithTestLink() {
const docTitle = "Document Test Link GAS";
const doc = DocumentApp.create(docTitle); // Creates the initial document in My Drive
const body = doc.getBody(); // Gets the body of the document to add content
// Add a paragraph of text to the document body
const paragraph = body.appendParagraph("This is a test link to Google.");
// Define the test URL (ensure it's a complete URL with protocol, e.g., https://)
const testUrl = "https://www.google.com";
// Set the hyperlink for the entire paragraph
try {
paragraph.setLinkUrl(testUrl); // Applies the URL as a hyperlink to the paragraph
Logger.log(`Link "${testUrl}" was successfully set on the paragraph.`);
} catch (e) {
Logger.log(`Error setting the link: ${e.message}`); // Logs any error during link setting
}
// --- NEW: Move the document to the same folder as the spreadsheet ---
try {
const spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); // Gets the currently active spreadsheet
const spreadsheetFile = DriveApp.getFileById(spreadsheet.getId()); // Gets the Drive file object for the spreadsheet
// Get the parent folder(s) of the spreadsheet. Assumes there is at least one parent folder.
// If the spreadsheet is in the root of My Drive, this might require different handling.
const parentFolders = spreadsheetFile.getParents(); // Gets an iterator for parent folders
if (parentFolders.hasNext()) { // Checks if there is at least one parent folder
const parentFolder = parentFolders.next(); // Gets the first parent folder
DriveApp.getFileById(doc.getId()).moveTo(parentFolder); // Moves the newly created document to the parent folder
Logger.log(`Document "${docTitle}" was moved to folder: ${parentFolder.getName()} (${parentFolder.getUrl()})`);
} else {
// If the spreadsheet has no parent folder (i.e., it's in My Drive root), the document stays in root.
Logger.log(`Spreadsheet "${spreadsheet.getName()}" has no parent folder. The document remains in the root.`);
}
} catch (e) {
Logger.log(`Error moving the document to the folder: ${e.message}`); // Logs any error during folder move
}
// ------------------------------------------------------------------
// Get the URL of the created document and log it
const docUrl = doc.getUrl();
Logger.log(`Document was created: ${docUrl}`);
// Display a notification to the user (will appear in the script editor or logs)
SpreadsheetApp.getUi().alert('Document created', `A new document with a test link has been created. Check the logs for the document URL and its folder.`, SpreadsheetApp.getUi().ButtonSet.OK);
}
/**
* Adds an option to the "Custom Menu" to run the test function.
* This function is automatically called when the Google Sheet is opened.
*/
function onOpen() {
SpreadsheetApp.getUi() // Gets the user interface object for the spreadsheet
.createMenu('Custom Menu') // Creates a new custom menu named "Custom Menu"
.addItem('Create Test Link Document', 'createDocumentWithTestLink') // Adds an item to the menu that calls createDocumentWithTestLink
.addToUi(); // Adds the custom menu to the spreadsheet's UI
}
Browser | Developer | Latest Version | Operating Systems | Status | Download Link |
---|---|---|---|---|---|
Chrome | 130.0.6723.58 | Windows, macOS, Linux, Android, iOS | Active | Download | |
Firefox | Mozilla Corporation | 131.0 | Windows, macOS, Linux, Android, iOS | Active | Download |
Edge | Microsoft Corporation | 130.0.2357.46 | Windows, macOS, Linux, Android, iOS | Active | Download |
Internet Explorer | Microsoft Corporation | 11.0.9600.18860 | Windows | Semi-active | Download |
Safari | Apple Inc. | 18.0 | macOS, iOS | Active | Download |
Opera | Opera Software ASA | 103.0.4928.34 | Windows, macOS, Linux, Android, iOS | Active | Download |
SeaMonkey | SeaMonkey Council | 2.53.18 | Windows, macOS, Linux | Active | Download |
Maxthon | Maxthon | 7.1.8.9000 | Windows, macOS, Linux, Android, iOS | Active | Download |
Vivaldi | Vivaldi Technologies | 6.9 | Windows, macOS, Linux, Android | Active | Download |
GNU IceCat | Free Software Foundation, Inc. | 60.7.0 | Windows, macOS, Linux | Active | Download |
Comodo Dragon | Comodo | 60.0.3112.114 | Windows | Active | Download |
Comodo IceDragon | Comodo | 65.0.2.15 | Windows | Active | Download |
Sleipnir | Fenrir Inc. | 6.5.5 | Windows, macOS | Active | Download |
Yandex Browser | Yandex | 25.10.0.3145 | Windows, macOS, Linux, Android, iOS | Active | Download |
Tor | The Tor Project, Inc | 14.0.1 | Windows, macOS, Linux, Android | Active | Download |
Pale Moon | Moonchild | 33.3.0 | Windows, macOS, Linux | Active | Download |
The Classic Browser | The Classic Tools | 2.6 | Windows | Active | Download |
Dooble | Dooble | 2023.12.25 | Windows, macOS, Linux | Active | Download |
TenFourFox | TenFourFox | 45.41.8 | macOS | Discontinued | Download |
Polarity Browser | Polarity | 10.0.4 | Windows | Active | Download |
Crusta Browser | Tarptaeya Inc | 1.4.3 | Windows, macOS | Active | Download |
Otter Browser | Michał Dutkiewicz | 1.0.03 | Windows, macOS, Linux | Active | Download |
Brave | Brave Software Inc. | 1.71.114 | Windows, macOS, Linux, Android, iOS | Active | Download |
Web | The GNOME Web Browser Developers | 47.1 | Linux | Active | Download |
QupZilla | David Rosca | 2.2.6 | Windows, macOS, Linux | Discontinued | Download |
iCab | Alexander Cla Gen | 6.2.2 | macOS | Active | Download |
Chromium | 130.0.6723.58 | Windows, macOS, Linux | Active | Download | |
Sogou Browser | Sogou, Inc. | 12.0.1 | Windows | Active | Download |
Roccat Browser | Runecats | 7.7 | macOS | Active | Download |
360 Security Browser | Qihoo | 14.0.1086.0 | Windows | Active | Download |
SlimBrowser | FlashPeak Inc. | 18.0.0.0 | Windows | Active | Download |
Slimjet | FlashPeak Inc. | 43.0.6.0 | Windows, macOS, Linux | Active | Download |
360 Extreme Explorer | Qihoo | 13.0.2312.0 | Windows | Active | Download |
Konqueror | Konqueror | 24.12.0 | Windows, Linux | Active | Download |
Lunascape | 6.15.2 | Windows, macOS | Active | Download | |
Midori | TwoToasts.de | 11.3.4 | Windows, Linux | Active | Download |
Amaya | W3C | 11.4.7 | Windows, macOS, Linux | Discontinued | Download |
Links | Mikuláš Patočka | 2.29 | Windows, macOS, Linux | Active | Download |
Dillo Web Browser | Dillo | 3.1.0 | macOS, Linux | Active | Download |
Waterfox | Alex Kontos | G6.0.20 | Windows, macOS, Linux | Active | Download |
Epic | Hidden Reflex | 91.0.4017.71 | Windows, macOS | Active | Download |
Iron Browser | SRWare | 98.0.4750.0 | Windows, macOS, Linux | Active | Download |
Avant Browser | Avant Force | 2020 build 3 | Windows | Active | Download |
Fluid | Todd Ditchendorf | 1.8.6 | macOS | Active | Download |
Kylo | Hillcrest Labs | 1.0.1.76141 | Windows, macOS | Discontinued | Download |
GreenBrowser | morequick | 6.9.1223 | Windows | Active | Download |
K-Meleon | kmeleonbrowser.org | 76.5.1 | Windows | Active | Download |
NetSurf | The NetSurf Developers | 3.11 | macOS, Linux | Active | Download |
Baidu Browser | Baidu | 43.23.1000.500 | Windows | Active | Download |
Torch Browser | Torch Media Inc. | 69.2.0.1713 | Windows, macOS | Active | Download |
BriskBard | Salvador Díaz Fau | 3.9.0 | Windows | Active | Download |
surf | suckless.org | 2.0 | Linux | Active | Download |
Citrio | Catalina Group Ltd. | 45.0.2454.266 | Windows, macOS | Discontinued | Download |
uzbl | uzbl | 0.9.1 | Linux | Discontinued | Download |
Conkeror | Conkeror.org | 1.0.4 | Windows, macOS, Linux | Active | Download |
Ibrowse | Stefan Burstroem | 2.5 | AmigaOS | Active | Download |
UC Browser | UCWeb | 7.0.185.1002 | Windows, Android, iOS | Active | Download |
Nano | Nano Browser PVT LTD. | 1.0 | Windows, macOS, Linux | Active | Download |
OmniWeb | The Omni Group | 5.11.2 | macOS | Discontinued | Download |
Arachne | Michal Polák & Jeremiah Zavala | 1.97 | Linux, DOS | Active | Download |
ShenzBrowser | Shenz International | 1.1 | Windows | Active | Download |
Browse3D | Browse3D Corporation | 3.5 | Windows | Discontinued | Download |
Bitty Browser | Turnstyle | Unknown | Windows, macOS, Linux | Discontinued | Download |
Elinks Text WWW Browser | Elinks | 0.17.0 | Linux | Active | Download |
Cốc Cốc Browser | Cốc Cốc | 125.0.255 | Windows, macOS | Active | Download |
Lynx | Thomas Dickey | 2.9.2 | Windows, Linux | Active | Download |
The World Browser | Phoenix Studio | 3.5.0.3 | Windows | Active | Download |
Classilla | Classilla | 9.3.4 | macOS | Discontinued | Download |
TT | Tencent Holdings | 4.8 (1000) | Windows | Active | Download |
Pink browser | Mind Vision Software (MVS) | 1 | Windows | Discontinued | Download |
QtWeb | QtWeb.NET | 3.8.5 | Windows, macOS, Linux | Discontinued | Download |
Stainless | MD Software, LLC | 1.1.5 | macOS | Discontinued | Download |
KidZui | KidZui, Inc | Unknown | Windows | Discontinued | Download |
MenuBox | Cloanto Corporation | 6.0.3.0 | Windows | Active | Download |
WebPositive | Ryan Leavengood | 1.1-alpha | Haiku | Active | Download |
Wyzo media browser | Radical Software Ltd. | 3.6.4 | Windows, macOS | Discontinued | Download |
xombrero | ConformalOpenSource | 1.6.4 | Windows, Linux | Discontinued | Download |
CometBird | CometBird | 11 | Windows | Discontinued | Download |
AWeb | Yvon Rozijn | 3.4 | AmigaOS | Active | Download |
SafeZone Browser | Avast Software s.r.o. | Unknown | Windows | Active | Download |
ZAC Browser | People CD Inc. | 1.5 | Windows, macOS | Discontinued | Download |
Acoo Browser | Acoo Browser | 1.98.744 | Windows | Discontinued | Download |
Timberwolf | FriedenHQ | 4.0.1.0252 | AmigaOS | Discontinued | Download |
Kazehakase | Kazehakase | 0.5.8 | Linux | Discontinued | Download |
rekonq | Andrea Diamantini | 2.4.2 | Linux | Discontinued | Download |
Iceweasel | Debian Project | Unknown | Linux | Discontinued | Download |
Netscape Navigator | Netscape Communications Corporation | 9 | Windows, macOS, Linux | Discontinued | Download |
Swiftweasel | SticKK | 3.5.5 | Linux | Discontinued | Download |
Galeon | The GNOME team | 2.0.7 | Linux | Discontinued | Download |
Flock | Flock, Inc. | 3.6.4 | Windows, macOS, Linux | Discontinued | Download |
Camino | The Camino Project | 2.1.2 | macOS | Discontinued | Download |
Arora | Benjamin C. Meyer | 0.11.0 | Windows, macOS, Linux | Discontinued | Download |
Titan Browser | Titan Browser Corp. | 33.0.1712.0 | Windows | Discontinued | Download |
Shiira | Shiira Project | 2.3 | macOS | Discontinued | Download |
Beonex Communicator | Ben Bucksch | 0.8.2-stable | Windows, macOS, Linux | Discontinued | Download |
xB Browser | XeroBank | 3.9.10.24 | Windows | Discontinued | Download |
AOL Explorer | AOL | 1.5 | Windows | Discontinued | Download |
space time | space time | 1.0.0.2 | Windows | Discontinued | Download |
NeoPlanet | NeoPlanet, Inc | 1.262 | Windows | Discontinued | Download |
Grail | CNRI | 0.6 | Windows, macOS, Linux | Discontinued | Download |
SlimBoat | FlashPeak Inc. | 1.1.54 | Windows, macOS, Linux | Discontinued | Download |
Deepnet Explorer | Deepnet Security | 1.5.3 | Windows | Discontinued | Download |
Rockmelt | Tim Howes & Eric Vishria | 2.2.0 | Windows | Discontinued | Download |
Voyager | VaporWare | 3.3.125 | AmigaOS | Discontinued | Download |
Lobo Java Web Browser | The Lobo Project | 0.98.4 | Windows, macOS, Linux | Discontinued | Download |
Ultrabrowser | Ultrabrowser.com Inc | 11 | Windows | Discontinued | Download |
Xtravo | Jawoco | Unknown | Windows | Discontinued | Download |
KidRocket | KidRocket.org | 1.5.0.2 | Windows | Discontinued | Download |
Crazy Browser | Crazy Browser | 3.1 | Windows | Not Recommended | Download |
Enigma Browser | Advanced Search Technologies, Inc. | 3.8.8 | Windows | Not Recommended | Download |
Nuke Browser | Nuke Tech | 1.01 | Windows | Not Recommended | Download |
winget install Microsoft.Edit
Found Edit [Microsoft.Edit] Version 1.2.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/microsoft/edit/releases/download/v1.2.0/edit-1.2.0-x86_64-windows.zip
██████████████████████████████ 929 KB / 929 KB
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
Path environment variable modified; restart your shell to use the new value.
Command line alias added: "edit"
Successfully installed