{
    "version": "https://jsonfeed.org/version/1",
    "title": "Chess",
    "home_page_url": "https://onp4.com/@p4/~chess",
    "description": "Chess",
    "author": {
        "name": "P4",
        "url": "https://onp4.com/@p4"
    },
    "items": [
        {
            "id": "https://onp4.com/@p4/p/w7o79hte5b",
            "content_html": "#\"Writing\" chess posts :Q:\nAs with any other type of writing or blogging every author's best wish is to focus on content and spend minimum time on formatting and other unrelated things. Publishing chess related content is especially tricky. \n\nThe tools that chess authors have are fairly limited, and those available make you spend more time on practicing your drawing skills, rather than describing what you have originally envisioned to inform your audience about. You can use video chess blogging as a mean to discuss chess games, however, video blogging is not for everyone, and traditional writing remains a more convenient way to express yourself.\n\n**On P4 we made it very easy to write chess. Whether you do it for taking your personal notes, writing a chess blog, creating a tutorial. By using standard chess notations you can  describe any chess game, position or move on a chessboard as you type and publish it instantly.**\n\nP4 supports three different formats to describe a chess game. These are well known `PGN` and `FEN` standard notations as well as our own simplified format called `chess`. When you type the code of respective notation into your post, chess board diagrams will automatically appear.\n\nLet's open then game using [FEN]():\n\n    ```fen\n    rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR\n    ```\n\n```fen\nrnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR\n```\n\n",
            "url": "https://onp4.com/@p4/p/w7o79hte5b",
            "date_modified": "2019-10-27T20:44:07.014Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/qzddea8anz",
            "content_html": "#FEN chess notation explained\n\n##What is FEN?\n\nFEN stands for [Forsyth-Edwards Notation](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) — chess notation used for displaying a chess position with simple text. It was designed by David Forsyth in the 19th century and later adapted to computing by Steven Edwards.\n\nIn a single line, it describes the content of each row on a chess board from top to bottom and left to right.\n\nFEN is particularly useful for displaying a single chess position, share it and discuss with others. It can also be used for posting puzzles or exercises. It provides all necessary information to do a move from a specific place within the game. Though it will not tell you much about what happened before.\n\n**Piece location**\n\nThe board is composed of eight rows, called *ranks* in chess. Each chess piece is abbreviated by a letter that represents it. The white pieces are written in uppercase, the black pieces in lowercase: ::K:: ::k:: king (K, k), ::Q:: ::q:: queen (Q, q), ::R:: ::r:: rook (R, r), ::B:: ::b:: bishop (B, b), ::N:: ::n:: knight (N, n), ::P:: ::p:: pawn (P, p).\n\nSquares that are empty are specified with a digit from 1 to 8 representing a count of consecutive empty squares. A completely empty rank would be specified with 8.\n\nRanks are separated by slashes `/`. \n\nThe starting position of each chess board is written as follows: `rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR`.\n\n- 'rnbqkbnr' stands for ::r::::n::::b::::q::::k::::b::::n::::r::\n- 'pppppppp' stands for    ::p::::p::::p::::p::::p::::p::::p::::p::\n- '8/8/8/8/' represents four empty ranks\n- 'PPPPPPPP' stands for ::P::::P::::P::::P::::P::::P::::P::::P::\n- 'RNBQKBNR' stands for ::R::::N::::B::::Q::::K::::B::::N::::R::\n\n**Additional fields**\n\n==None of the below is needed if you simply want to display a chess position in your post on P4. These additional fields are mainly used to describe some extra details about the state of the position.==\n\nIn addition to a piece location, FEN line can also include a description of five additional fields such as (1) whose move is next, (2) castling availability, (3) en passant target square, (4) half move count, and (5) full move count. All this information fits into a single FEN line, separated by a space character, and can be easily read. \n\nWith additional description, the starting position would be written as `rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1`, with `w KQkq - 0 1` added in and can be transcribed as follows:\n\n- Whose move is next: `w` stands for white or `b` for black.\n- Possible castling: if none, simply put `-`. Otherwise, castling rights are indicated by `KQkq`, where`K` appears if white has kingside castling availability.\n- En passant target square: if none, simply put `-`. Otherwie the target square for the capture.\n- Half move count: a number of moves since last catch.\n- Full move count: a number of full moves, starts at 1.\n\n##Display a chess position\n\nTo display a chess position on the chess board in your post on P4, simply put the FEN line inside the backticks ` ``` ` as shown in a few examples below. You can draw it without providing a description of any of the additional fields. \n\n**Move 1.e4 c5** *(With additional fields)*\n\n    ```fen \n    rnbqkbnr/pp1ppppp/8/2p5/4P3/8/PPPP1PPP/RNBQKBNR w KQkq c6 0 2\n    ```\n\n```fen \nrnbqkbnr/pp1ppppp/8/2p5/4P3/8/PPPP1PPP/RNBQKBNR w KQkq c6 0 2\n```\n\n**Move 1.e4 c5 2.Nf3** *(Without additional fields)*\n\n    ```fen \n    rnbqkbnr/pp1ppppp/8/2p5/4P3/5N2/PPPP1PPP/RNBQKB1R\n    ```\n\n```fen \nrnbqkbnr/pp1ppppp/8/2p5/4P3/5N2/PPPP1PPP/RNBQKB1R\n```\n\n**Fischer vs Pal Benko, Yugoslavia, 1959**\n\n    ```fen\n    r1b2rk1/p3bp1p/4pp1Q/8/1p1qNp2/1n4N1/PPP3PP/R4R1K\n    ```\n\n```fen\nr1b2rk1/p3bp1p/4pp1Q/8/1p1qNp2/1n4N1/PPP3PP/R4R1K\n```",
            "url": "https://onp4.com/@p4/p/qzddea8anz",
            "date_modified": "2019-10-27T20:27:04.503Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/nxgb2odh42",
            "content_html": ":K: :k: king, :Q: :q: queen, :R: :r: rook, :B: :b: bishop, :N: :n: knight, :P: :p: pawn",
            "url": "https://onp4.com/@p4/p/nxgb2odh42",
            "date_modified": "2019-10-27T20:26:02.492Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/n6fozmp78d",
            "content_html": "#Chess notations\nP4 supports three different formats to describe a chess game. These are well known `PGN` and `FEN` standard notations as well as our own simplified format called `chess`. When you type the code of respective notation into your post, chess board diagrams will automatically appear.",
            "url": "https://onp4.com/@p4/p/n6fozmp78d",
            "date_modified": "2019-10-27T20:25:53.550Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/dwwl9h8m6q",
            "content_html": "You can use FEN notation to display a chess position on the chess board in the form of text characters.\n\n```fen\nrnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR\n```",
            "url": "https://onp4.com/@p4/p/dwwl9h8m6q",
            "date_modified": "2019-10-27T20:25:14.996Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/h3hgw7pe0w",
            "content_html": "**Table** | Chess pieces\n\n```csv\nFigurine, **King**, **Queen**, **Rook**, **Bishop**, **Knight**, **Pawn**\nWhite, :K: `:K:`, :Q: `:Q:`, :R: `:R:`, :B: `:B:`, :N: `:N:`, :P: `:P:`\nBlack, :k: `:k:`, :q: `:q:`, :r: `:r:`, :b: `:b:`, :n: `:n:`, :p: `:p:`\n```",
            "url": "https://onp4.com/@p4/p/h3hgw7pe0w",
            "date_modified": "2019-10-27T20:24:00.329Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/bqk01ywjff",
            "content_html": "::p::::p::::p::::p::::p::::p::::p::::p::\n\n::r::::n::::b::::q::::k::::b::::n::::r::",
            "url": "https://onp4.com/@p4/p/bqk01ywjff",
            "date_modified": "2019-10-27T20:23:24.618Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/2qwi7oeuk3",
            "content_html": ":P::P::P::P::P::P::P::P:\n\n:R::N::B::Q::K::B::N::R:",
            "url": "https://onp4.com/@p4/p/2qwi7oeuk3",
            "date_modified": "2019-10-27T20:23:12.892Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        },
        {
            "id": "https://onp4.com/@p4/p/vkuurmmcsf",
            "content_html": "#Chess pieces\n\nYou can display chess pieces in text, like this rook :R:. Chess pieces are abbreviated with letters K, Q, R, B, N, P, surrounded  by colons `:`. For example, to insert white pieces use uppercase letters (`:Q:`for :Q:)  and for black pieces use lowercase letters (`:q:`for :q:).",
            "url": "https://onp4.com/@p4/p/vkuurmmcsf",
            "date_modified": "2019-10-27T20:22:35.475Z",
            "author": {
                "name": "P4",
                "url": "https://onp4.com/@p4"
            }
        }
    ]
}