akkoma-fe/docs/site/search/search_index.json

1 line
81 KiB
JSON
Raw Normal View History

2022-07-15 10:07:43 +00:00
{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Introduction to Pleroma-FE \u00b6 What is Pleroma-FE? \u00b6 Pleroma-FE is the default user-facing frontend for Pleroma. It's user interface is modeled after Qvitter which is modeled after an older Twitter design. It provides a simple 2-column interface for microblogging. While being simple by default it also provides many powerful customization options. How can I use it? \u00b6 If your instance uses Pleroma-FE, you can acces it by going to your instance (e.g. https://pleroma.soykaf.com ). You can read more about it's basic functionality in the Pleroma-FE User Guide . We also have a guide for administrators and for hackers/contributors .","title":"Introduction to Pleroma-FE"},{"location":"#introduction-to-pleroma-fe","text":"","title":"Introduction to Pleroma-FE"},{"location":"#what-is-pleroma-fe","text":"Pleroma-FE is the default user-facing frontend for Pleroma. It's user interface is modeled after Qvitter which is modeled after an older Twitter design. It provides a simple 2-column interface for microblogging. While being simple by default it also provides many powerful customization options.","title":"What is Pleroma-FE?"},{"location":"#how-can-i-use-it","text":"If your instance uses Pleroma-FE, you can acces it by going to your instance (e.g. https://pleroma.soykaf.com ). You can read more about it's basic functionality in the Pleroma-FE User Guide . We also have a guide for administrators and for hackers/contributors .","title":"How can I use it?"},{"location":"CONFIGURATION/","text":"Pleroma-FE configuration and customization for instance administrators \u00b6 For user configuration, see Pleroma-FE user guide For local development server configuration, see Hacking, tweaking, contributing Where configuration is stored \u00b6 PleromaFE gets its configuration from several sources, in order of preference (the one above overrides ones below it) /api/statusnet/config.json - this is generated on Backend and contains multiple things including instance name, char limit etc. It also contains FE/Client-specific data, PleromaFE uses pleromafe field of it. For more info on changing config on BE, look here /static/config.json - this is a static FE-provided file, containing only FE specific configuration. This file is completely optional and could be removed but is useful as a fallback if some configuration JSON property isn't present in BE-provided config. It's also a reference point to check what default configuration are and what JSON properties even exist. In local dev mode it could be used to override BE configuration, more about that in HACKING.md. File is located here . Built-in defaults. Those are hard-coded defaults that are used when /static/config.json is not available and BE-provided configuration JSON is missing some JSON properties. ( Code ) Instance-defaults \u00b6 Important note that some configurations are treated as \"instance default\" - it means user is able to change this configuration for themselves. Currently, defaults are only applied for new visitors and people who haven't changed the option in question. If you change some instance default option, there is a chance it won't affect some users. There's currently no mechanism for user-settings synchronization across several browsers, user essentially means visitor , most user settings are stored in local storage/IndexedDB and not tied to an account in any way. Options \u00b6 alwaysShowSubjectInput \u00b6 true - will always show subject line input, false - only show when it's not empty (i.e. replying). To hide subject line input completely, set it to false and subjectLineBehavior to \"noop\" background \u00b6 Default image background. Be aware of using too big images as they may take longer to load. Currently image is fitted with background-size: cover which means \"scaled and cropped\", currently left-aligned. De-facto instance default, user can choose their own background, if they remove their own background, inst