rhysd / tweet-app

Desktop Twitter client only for tweeting. Timeline never shows up.

Home Page:https://www.npmjs.com/package/tweet-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Feature: 'Add link with title'

rhysd opened this issue · comments

Add menu item 'Add Link with Title'. When clicking it, app shows a dialog to input URL. After inputting URL and typing ENTER, app fetches a title of the page and append the title and URL with template. Default template is " / '%t' %u".

For example, let's say title of https://example.com is 'Example'. Then typing the URL to the dialog generates text / 'Example' https://example.com and append it to tweet form.