You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoScript Text (But FB Comments only work with blank tag)
Add Facebook's Debug page to readme for OG Image.
Other OG Options from variables
Option to disable page header
Option to turn off Display of Date (ribbon)?
Changed bottom_links.enabled == 'Blog' to 'blog' for consistency.
Investigate blog button behavior. At present, buttons still navigate to non-blog pages, trapping the user there.
YAML Error Message Notification
Medium
Themes
Include an override folder config option? This would allow multiple themes for NotePaper, emphasizing NotePaper as more of a layout / structure than a set theme.
Test against new "Ignore YAML parse errors" code in Pico
Recursive Folder Navigation (semi-experimental)
Incorrect rotation on Odd stickies.
Requires Pico Change / Plugin
Search Feature. Likely requires url access through php, either via plugin or an upstream change in Pico.
Simplify Front Page and search (and maybe regular page and comic layout) with a function that accepts different rendering conditions.
Refine and debug search.
Fix layout of short pages.
Fix search buttons.
Use Pico to generate link-able id's on headers. Handled by Markdown Extra
Better Pagination. Either work with Pico / write a plugin to get URL access or work with Pagination plugin to add a way to exclude Widgets.
For url access method, read url and advance loop count page-number * front-page-limit times before writing to front page.
Refine Pagination Bottom Links code.
Make bottom links hide on front page if no TwigGetUrl
Option to manually disable bottom links on front page
Should Bottom Links be automatically enabled in Front Page Mode? Should they be mandatory or have an optional toggle to disable? Yes, they are automatic (if FPM and TGU), but have an option to disable.
Prevent Out-of-Bounds on Front Page and search. (Move Precount up and check against it.)
Remember not to break things in point versions. Use a new version number for things that break.
The text was updated successfully, but these errors were encountered:
Packaging
Fix for Clearing WidgetsInclude note in readme.Known Issues SectionAlternate Readme's for sample themes.Used Lorem ipsum instead._title
)Easy
Transitions for a:hover.feels slow... bad UX<hr>
above bottom_links / search navigation buttons.Medium
{{ base_url ~ "assets/override/" ~ config.NotePaper.css_override ~ "/override.css" }}
Hard
if _title
function to detect a new layer of navigation instead of having it hard-coded to two levels of<ul>
.Requires Pico Change / Plugin
Use Pico to generate link-able id's on headers.Handled by Markdown Extrapage-number * front-page-limit
times before writing to front page.Should they be mandatory or have an optional toggle to disable?Yes, they are automatic (if FPM and TGU), but have an option to disable.Remember not to break things in point versions. Use a new version number for things that break.
The text was updated successfully, but these errors were encountered: