This commit is contained in:
Tetrakern 2024-08-28 11:55:06 +02:00
parent 458548b2d2
commit 81fba33270

View File

@ -661,7 +661,7 @@ $images = get_template_directory_uri() . '/img/documentation/';
__( 'Enable Bookmarks', 'fictioneer' ),
__( 'Bookmark paragraphs in chapters. No account needed.', 'fictioneer' ),
sprintf(
__( '%1$s<p>You can bookmark chapters by clicking or tapping on a paragraph, which opens the paragraph tools. The bookmark will link back to that specific paragraph, not just the page, and will display your progress. Bookmarks are stored in the browser and do not require an account, but if you one, they are synced across browsers and devices.</p><p>While the mobile menu has a section for bookmarks, you will need to set up a page with the Bookmarks template on desktop or add the <code>fictioneer_bookmarks</code> shortcode somewhere. Please refer to the <a href="%2$s" target="_blank">documentation</a> on GitHub for more information.</p>', 'fictioneer' ),
__( '%1$s<p>You can bookmark chapters by clicking or tapping on a paragraph, which opens the paragraph tools. The bookmark will link back to that specific paragraph, not just the page, and will display your progress. Bookmarks are stored in the browser and do not require an account, but if you have one, they are synced across browsers and devices.</p><p>While the mobile menu has a section for bookmarks, you will need to set up a page with the Bookmarks template on desktop or add the <code>fictioneer_bookmarks</code> shortcode somewhere. Please refer to the <a href="%2$s" target="_blank">documentation</a> on GitHub for more information.</p>', 'fictioneer' ),
'<div class="helper-modal-image"><img src="' . $images . 'fictioneer_enable_bookmarks.jpg"></div>',
'https://github.com/Tetrakern/fictioneer/blob/main/DOCUMENTATION.md'
)