more cleanup
This commit is contained in:
10
README.md
10
README.md
@@ -4,11 +4,9 @@ This is the source for [plaintextaccounting.org](http://plaintextaccounting.org)
|
||||
an information portal/overview site for Plain Text Accounting and
|
||||
related tools: Ledger, hledger, beancount, etc.
|
||||
|
||||
## New
|
||||
|
||||
In 2023-11, source files have been moved to the src/ folder and HTML
|
||||
files are now generated in the out/ folder. And, the github wiki
|
||||
content has been moved to the static site.
|
||||
Since 2023-11, source files are in the src/ folder and output files
|
||||
and assets are the out/ folder, and content formerly in the github wiki
|
||||
has been merged into the static site.
|
||||
|
||||
The src/ folder is intended to be somewhat compatible with Obsidian,
|
||||
for efficient/rich local editing and viewing; this is driving the
|
||||
@@ -16,7 +14,7 @@ current file names/"slugs", eg.
|
||||
|
||||
## Old
|
||||
|
||||
*Needs update:*
|
||||
*2023-11 Old, needs update:*
|
||||
|
||||
Since 2022-01, there is also a companion wiki: https://wiki.plaintextaccounting.org.
|
||||
(The wiki is hosted on Github and its urls are not finalised, but
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
-- Pandoc's wikilinks_title_after_pipe extension makes a start at linking
|
||||
-- [[bracketed wiki links]]. This lua filter finishes the job and tries to
|
||||
-- mimic Obsidian's wiki linking, by
|
||||
-- - hyphen-replacing or dropping problem characters in the uri
|
||||
-- - adding ".html" to the uri path
|
||||
-- - preserving the uri fragment if any
|
||||
-- - lower-casing the uri fragment
|
||||
-- [[bracketed wiki links]]. This lua filter does the rest, mimicking
|
||||
-- Obsidian's wiki linking where possible. It
|
||||
-- - hyphen-replaces problem characters in the uri
|
||||
-- - adds ".html" to the uri path
|
||||
-- - preserves the uri fragment if any
|
||||
-- - lower-cases the uri fragment
|
||||
|
||||
function Link(elem)
|
||||
if elem.title == "wikilink" then
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
% About this wiki
|
||||
|
||||
*2023-11 Old, needs update*
|
||||
|
||||
This wiki complements the [plaintextaccounting.org](https://plaintextaccounting.org) static site.
|
||||
It was announced in 2022-02 on the [ledger](https://groups.google.com/g/ledger-cli/c/-ylWBNTUC9Q), [beancount](https://groups.google.com/g/beancount/c/_xtg1XVbbCk), and [hledger](https://groups.google.com/g/hledger/c/bLxVpYEklk4) mail lists.
|
||||
Maintenance is led by Simon Michael; all help is welcome! You can:
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
- https://www.reddit.com/r/plaintextaccounting/comments/ws0b5f/how_to_choose_chart_of_accounts/
|
||||
- [very detailed chart of accounts for personal accounting](https://gist.github.com/the-solipsist/c67e956c95af8f798e5631de896ff514)
|
||||
|
||||
# Commercial Packages
|
||||
## Commercial Packages
|
||||
Categories used in some commercial packages.
|
||||
|
||||
- [Mint](https://mint.intuit.com/mint-categories)
|
||||
|
||||
@@ -52,7 +52,7 @@ Or log in to Github, click Edit / New page, and add it yourself.
|
||||
### Miscellaneous
|
||||
|
||||
- [plaintextaccounting.org README](https://github.com/plaintextaccounting/plaintextaccounting#readme)
|
||||
- [[About this wiki]]
|
||||
<!-- - [[About this wiki]] -->
|
||||
|
||||
### See also
|
||||
|
||||
|
||||
Reference in New Issue
Block a user