Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

AdvancedSetting_en

curi_u edited this page Aug 13, 2018 · 3 revisions

Use official API

If you are authenticating using the official ConsumerKey, make sure to use official dedicated API for conversation display and search. This will allow you to display the future conversation in a single shot, or you can trace the tweets more than one week ago by searching.

Display the future of the conversation

When this function is turned on, we display the future conversation using the search API when displaying the conversation. Please note that conversations more than one week ago and conversations with three or more people cannot be acquired normally

Change font

We will use fonts installed on Windows to display tweets. Yu Gothic UI and Meiryo UI are recommended.

Changing the thickness of the font

You will be able to change the thickness of the font. Bold will be thick, Light will become thinner. Depending on the font, you can choose the thickness that you can choose. By installing different fonts and adjusting the thicknesses, it makes the timeline easier to see.

Custom theme

Flantter allows you to change the background color of each control and column by yourself. It is possible to set it finely, but it is a bit difficult, so please use the template from below only if you understand.

https://github.com/cucmberium/Flantter.MilkyWay/tree/master/Flantter.MilkyWay/Themes/Skins

Specify the color as follows.

#AARRGGBB

  • AA - Alpha transparency (0 (00) - 255 (FF), hexadecimal notation)
  • RR - Red Red density (0 (00) - 255 (FF), hexadecimal notation)
  • GG - Green Green density (0 (00) - 255 (FF), hexadecimal notation)
  • BB - Blue Blue depth (0 (00) - 255 (FF), hexadecimal notation)

Please note that it is not the order of RGBA.

If there are other unclear points, if you ask a support account (@Flantter), I will answer about that point.

Clone this wiki locally