issues
search
alfredbaudisch
/
pardall_markdown
Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
116
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to insert a video?
#68
naddika
opened
1 year ago
0
It won't find a directory with "~" in it
#67
zigomi
closed
1 year ago
0
Parsing layouts on the fly
#66
absowoot
opened
1 year ago
0
HTML Header Table of Contents nesting
#65
alfredbaudisch
closed
1 year ago
0
Headers are incorrectly nested in the HTML Table of Content
#64
alfredbaudisch
closed
1 year ago
0
Deployment file_system dependency
#61
jwright
opened
2 years ago
4
Author/Write pages from the deployed app itself
#60
gbrls
closed
2 years ago
1
Fix README.md config.exs missing comma
#59
jeanarjean
closed
2 years ago
1
Add a YAML FrontMatter metadata parser
#57
rockchalkwushock
opened
3 years ago
6
Split Repository/File watchers as a separate libs
#56
alfredbaudisch
opened
3 years ago
1
Enhancement #54 custom clone path
#55
alfredbaudisch
closed
3 years ago
0
Configure the remote repository clone path separately from root_path, for situations where the content is in a subfolder from the root
#54
alfredbaudisch
closed
3 years ago
0
Config validation; FileWatcher delayed start; FileWatcher and RepositoryWatcher race conditions fixed; closes #51 closes #52
#53
alfredbaudisch
closed
3 years ago
0
FileWatcher should create root_path when it doesn't exist; RepositoryWatcher should make the initial pull only after recheck_pending_remote_events_interval elapses
#52
alfredbaudisch
closed
3 years ago
0
Possible rush condition between FileWatcher and RepositoryWatcher makes FileWatcher ignore file events and makes it never send content to be parsed and built
#51
alfredbaudisch
closed
3 years ago
1
Application with remote_repository_url -> delete content folder while the application is running -> repo is pulled again, but FileWatcher stops watching
#50
alfredbaudisch
opened
3 years ago
0
feat(lib): add support for git repositories as data source
#49
rockchalkwushock
closed
3 years ago
11
Syntax Highligthing Support?
#48
Exadra37
opened
3 years ago
1
Create better ways to get a list of posts/all posts, using :ets.select and match specs
#47
alfredbaudisch
opened
3 years ago
0
PardallMarkdown.FileParser.parse!/1 should actually crash and interrupt content reloading in case of error
#46
alfredbaudisch
opened
3 years ago
0
Generate post summary/description if a custom summary is not provided (useful for SEO)
#45
alfredbaudisch
closed
3 years ago
0
Write guide on how to sync files from a local folder into a deployed folder with Syncthings
#43
alfredbaudisch
opened
3 years ago
0
Custom metadata parsers
#42
alfredbaudisch
closed
3 years ago
0
Add a YAML FrontMatter metadata parser
#41
alfredbaudisch
opened
3 years ago
2
When a relative path is given as the content path, categories are incorrectly parsed
#40
alfredbaudisch
closed
3 years ago
0
Added compatibility with Joplin Markdown notes
#39
alfredbaudisch
closed
3 years ago
0
Add support and interface for Shortcodes and Plugins
#38
alfredbaudisch
opened
3 years ago
0
Create elixir.yml
#37
alfredbaudisch
closed
3 years ago
0
Created elixir.yml, try GitHhub Actions
#36
alfredbaudisch
closed
3 years ago
0
Compose a written tutorial based on the video tutorial
#35
alfredbaudisch
opened
3 years ago
0
Remove the configuration :site_name, it's not used by the framework itself, only by consuming applications
#34
alfredbaudisch
closed
3 years ago
0
Idea - separate Plug.Static for image folder
#33
dkuku
opened
3 years ago
4
Add support for Joplin markdown notes
#32
alfredbaudisch
closed
3 years ago
1
Add support to watch external sources, such as GitHub repositories
#31
alfredbaudisch
closed
3 years ago
2
Add support for custom Parsers of Markdown metadata/attributes (for YAML, Joplin, etc); Make the current Elixir Map parser one of the parser options
#30
alfredbaudisch
closed
3 years ago
4
Remove unused :gettext dep
#29
alfredbaudisch
closed
3 years ago
0
Headers <h*> inside code blocks are incorrectly being parsed as page headers and added to the table of contents
#28
alfredbaudisch
opened
3 years ago
0
Markdown <a/> links for internal content are not being generated as live links
#27
alfredbaudisch
closed
3 years ago
0
Navigation links (next and previous posts) not being sorted correctly when a taxonomy's posts are sorted by date
#26
alfredbaudisch
opened
3 years ago
0
Level 1 posts (right after a topmost taxonomy) do not appear in taxonomies content_trees
#25
alfredbaudisch
closed
3 years ago
0
Taxonomy overridden titles are being saved into the taxonomy Link itself, but not inside a Post's :taxonomy
#24
alfredbaudisch
closed
3 years ago
1
Document the code with HexDocs
#23
alfredbaudisch
closed
3 years ago
0
Increase coverage
#22
alfredbaudisch
opened
3 years ago
0
Rename project to KodaMarkdown, to avoid confusion with LiveBook.LiveMarkdown
#21
alfredbaudisch
closed
3 years ago
0
Ignore hidden files and folders
#20
alfredbaudisch
closed
3 years ago
1
Add support for custom content trees similarly to Docusaurus Sidebars
#19
alfredbaudisch
closed
3 years ago
1
SEO metadata
#18
alfredbaudisch
closed
3 years ago
1
Write the docs needed to launch the project
#17
alfredbaudisch
closed
3 years ago
1
Basic HTML template with both a Blog format pages and Wiki/Doc format pages
#16
alfredbaudisch
closed
3 years ago
1
Support for Joplin notes markdown files
#15
alfredbaudisch
closed
3 years ago
1
Next