AboutPage About Om Nextcloud Notes Nextcloud Notes for Sailfish OS för Sailfish OS Notes Anteckningar MIT License MIT License GPL 2.0 License GPL 2.0 License The app is running in DEBUG mode! Appen körs i DEBUG-läget! The source code is available on Pre-Showdown Github link Källkoden finns på This app uses Pre-Showdown Github link Denna app använder to convert Markdown to HTML. Post-Showdown Github link för att konvertera Markdown till HTML. Showdown 1.x is released under GPL 2.0. Showdown 1.x är släppt under GPL 2.0. . Post-Showdown Github link . This app is released under the MIT license. Denna app är släppt under MIT-licensen. Debug CoverPage Notes Anteckningar EditPage Category Kategori Reset Återställ Markdown syntax Markdown syntax No category Ingen kategori Modified Ändrad No content GPLLicense GPL 2.0 License GPL 2.0 License LoginDialog LoginPage Nextcloud Login Abort Login Security <strong>CAUTION: Your password will be saved without any encryption on the device!</strong><br>Please consider creating a dedicated app password! Open your Nextcloud in a browser and go to <i>Settings</i> → <i>Security</i>. Do not check certificates Enable this option to allow selfsigned certificates Allow unencrypted connections Username Password Follow the instructions in the browser Login successfull! Login failed! Enter your credentials Test Login Note Re-Login Enforce legacy login Nextcloud address Verifying address Enter Nextcloud address Enter Username Enter Password The <a href="https://apps.Nextcloud.com/apps/notes">Notes</a> app needs to be installed on the Nextcloud server for this app to work. MITLicense MIT License MIT License NextcloudApi No error No network connection available Failed to communicate with the Nextcloud server An error occured while establishing an encrypted connection Could not authenticate to the Nextcloud instance Unknown error Note Today Yesterday NotePage Edit Redigera Notes Anteckningar Delete Ta bort Reload Uppdatera Updating... Uppdaterar... Last update Senaste uppdatering never aldrig Modified Ändrad Category Kategori No category Ingen kategori NotesApi No network connection available Failed to communicate with the Nextcloud server An error occured while establishing an encrypted connection Could not authenticate to the Nextcloud instance Unknown error No error NotesPage Settings Inställningar Add note Reload Uppdatera Updating... Uppdaterar... Last update Senaste uppdatering never aldrig Nextcloud Notes Nextcloud Notes Modified Ändrad Delete Ta bort Deleting note Loading notes... Open the settings to configure your Nextcloud accounts No account yet Got to the settings to add an account No notes yet Pull down to add a note No result Try another query An error occurred SettingsPage About Om Settings Inställningar Accounts No Nextcloud account yet Account %1 Edit Redigera Delete Ta bort Deleting account Add account Synchronization Auto-Sync Periodically pull notes from the server Disabled every Minutes Seconds The Answer is 42 Congratulation you found the Answer to the Ultimate Question of Life, The Universe, and Everything! Appearance Last edited Category Kategori Title alphabetically No sorting Sort notes by This will also change how the notes are grouped Favorites on top Show notes marked as favorite above the others Show separator Show a separator line between the notes lines Number of lines in the preview Editing Monospaced font Use a monospeced font to edit a note Capital 'X' in checkboxes For interoperability with other apps such as Joplin Reset Återställ Reset app settings Cleared app data Resetting the app wipes all application data from the device! This includes offline synced notes, app settings and accounts. SyntaxPage Markdown Syntax Markdown Syntax Links Länkar Tables Tabeller View more on the web Visa mer på nätet Close previews Stäng förhandsgranskning Open previews Öppna förhandsgranskning Paragraphs Punkter Paragraphs in Showdown are just one or more lines of consecutive text followed by one or more blank lines. Punkter i Showdown är bara en eller flera rader med efterföljande text, följt av en eller flera tomma rader. Headings Rubriker You can create a heading by adding one or more # symbols before your heading text. The number of # you use will determine the size of the heading. Du kan skapa en rubrik genom att lägga till en eller flera #-tecken före rubriktexten. Antalet #-tecken, avgör storleken på rubriken. If, for some reason, you need to keep a leading or trailing #, you can either add a space or escape it: Om du av någon anledning behöver ha ett synligt inledande eller avslutande #-tecken, kan du antingen lägga till ett mellanslag eller argumentera bort det: Blockquotes Citat You can indicate blockquotes with a >. Du kan indikera citat med ett >. Bold and Italic Fet och kursiv You can make text bold or italic. Du kan göra text fet eller kursiv Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed. Både fet och kursiv stil kan antingen använda ett * eller ett _ runt texten. Det låter dig kombinera både fet och kursiv, om du vill. Strikethrough Genomstruket The syntax is the same as GFM, that is, by adding two tilde (~~) characters around a word or groups of words. Syntax är samma som GFM, det vill säga, genom att lägga till två tildetecken (~~) runt ett ord eller en ordgrupp. Emojis Emojis Since version 1.8.0, showdown supports github's emojis. A complete list of available emojis can be found here: https://github.com/showdownjs/showdown/wiki/emojis. Sedan version 1.8.0, stödjer Showdown GitHubs emojis. En komplett lista över tillgängliga emojis, hittas här: https://github.com/showdownjs/showdown/wiki/emojis Code formatting Kodformatering Use single backticks (`) to format text in a special monospace format. Everything within the backticks appear as-is, with no other special formatting. Använd grav accent (`) för att formatera text i ett speciellt monospace-format. Allt mellan accenterna visas som det är, utan vidare formatering. To create blocks of code you should indent it by four spaces. För att skapa kodblock drar du in texten med fyra blanksteg. Lists Listor You can make an unordered list by preceding list items with either a *, a - or a +. Markers are interchangeable too. Du kan skapa en oordnad lista genom att inleda listobjekten med *, -, eller +. Markörerna är utbytbara också. You can make an ordered list by preceding list items with a number. Du kan skapa en ordnad lista genom att inleda listobjekten med en siffra. TaskLists Att-göra-listor Showdown will automagically turn every valid URL it finds in the text body to links for you. In the case of email addreses, Showdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. Showdown gör automagiskt om varje giltig URL den hittar i texten, till länkar. När det gäller e-postadresser, kommer Showdown också att utföra lite slumpmässig decimal- och hex-kodning för att hjälpa till att dölja din adress från adressskördarna. Images Bilder Markdown uses an image syntax that is intended to resemble the syntax for links, also allowing for two styles: inline and reference. Markdown använder en bildsyntax som är avsedd att likna syntax för länkar, vilket också möjliggör två stilar, inline och referens. HTML HTML In most cases, HTML tags are leaved untouched in the output document. I de flesta fall, lämnas HTML-taggar orörda i utdatadokumentet. Tables aren't part of the core Markdown spec, but they are part of GFM and Showdown supports them by turning on the option tables. Colons can be used to align columns. In the new version, the outer pipes (|) are optional, matching GFM spec. You also don't need to make the raw Markdown line up prettily. You can also use other markdown syntax inside them. UnencryptedDialog I do understand Jag förstår I use this option at my own risk Jag använder detta alternativ på egen risk Do not accept unless you know exactly what you are doing! Acceptera inte, såvida du inte vet exakt vad håller på med! More information... Mer information... Your username and password will be transferred unencrypted over the network when you enable this option. Ditt användarnamn och lösenord överförs okrypterat över nätverket när du aktiverar det här alternativet. harbour-nextcloudnotes Notes Anteckningar Offline Synced API error File error