Skip to content

matteron/logseq-ac-keijiban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logseq AC Keijiban

A basic Logseq renderer that displays a bulletin board message from Animal Crossing: Wild World.

Data is directly taken from AC-Keijiban by helmasaur. I just pulled the source code into this project and modified it to support ESM modules and the little header text you see in the output.

Preview picture of ac-keijiban functioning.

Display Conditions

The plugin is designed to have messages be displayed at a fixed point relative to the date and not change as you reloaded / navigate.

The "Message of the Week" of the week is set to display on mondays by default, but can be changed to Sunday in the plugin settings.

Template

The plugin will display a little confirmation message when it is inside a template to let you know it'll function.

Preview picture of ac-keijiban in a template setting.  Letting the user know it's going to function.

Settings

  • Language: Select the language to display in. French not complete, see AC-Keijiban#translation
  • Start of the Week: Let's you toggle between Monday and Sunday as the start of the week. Determines when to pull from the "Message of the Week" set.
  • Font Size: Sets the font size of the output.
  • Use Font: Toggles whether to use the included font from the game.

Todo

  • Setting for selecting which set of messages to use.
  • Would be cool to make it look like it does in game...

Source Code Formatting

If anything looks weird in there, blame prettier!

Thanks

  • Again big thanks to helmasaur. I've had that project bookmarked for years and always wanted to use it in something.